ie.
void f(void);
becomes
void f();
I used the following command to make the changes:
git grep -lP '\(\s*void\s*\)' -- *.cxx \
| xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;'
and ran it for both .cxx and .hxx files.
Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
...instead of prefix match as the use of
compareToAscii(RTL_CONSTASCII_STRINGPARAM(...)) prior to
b380744c20 "Remove some RTL_* and some rtl::
prefixes in chart2" would have suggested. But the only two clients of
com.sun.star.comp.chart2.WizardDialog that I could find
(sc/source/ui/drawfunc/fuins2.cxx, sw/source/ui/table/chartins.cxx) indeed only
use "ChartModel" and "ParentWindow".
Change-Id: I0553c2c9648959ed558afb4f6cdea0e15a29cb9e
I had to drop XEventBroadcaster from the merged interface
because it introduced method name conflicts (addEventListener).
Shouldn't be an issue since it was scheduled to be dropped anyhow,
and the service implementation still implements it, so existing clients
will be fine.
I dropped the interface XPropertySet from the combined IDL because nobody
seems to be using it, and it's primary purpose appears to be to set weird
flags.
I dropped the optional interfaces
XStatusIndicatorFactory
XDispatchInformationProvider
from the combined IDL because the service does not implement them, and
nobody seems to be using them. I suspect they were mistakenly copied
from XFrame.
I also did not convert the Title, UserDefinedAttributes and LayoutManager
properties to attributes, again because no-one is using them.
Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2007/02/08 21:25:33 iha 1.1.2.14: resync m195 -> m202
2007/02/06 09:59:13 iha 1.1.2.13: #i72536# correct wizard position for not fullscreen documents
2007/01/16 16:17:20 iha 1.1.2.12: #i73426# wrong help context bvecause of wrong window hirarchy
2006/11/10 21:03:05 iha 1.1.2.11: prevent immidiate redraw in wizard and according dialogs (important for charts with many data)
2006/06/24 13:06:42 iha 1.1.2.10: #i54915# chart wizard shouldn't overlap chart if possible
2006/03/10 10:20:40 iha 1.1.2.9: don't use leading underscore
2005/11/15 16:48:40 bm 1.1.2.8: remove as terminate listener in dispose
2005/11/15 15:30:17 bm 1.1.2.7: garbage collection, disposing, reference release issues
2005/11/14 15:51:30 iha 1.1.2.6: remove direct view update call as automatic updates are now available
2005/10/11 09:20:08 bm 1.1.2.5: license header change
2005/08/03 16:36:15 bm 1.1.2.4: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx
2004/05/05 16:40:25 iha 1.1.2.3: update view at end of dialog
2004/04/08 12:25:45 iha 1.1.2.2: make more failsave
2004/04/07 21:34:00 iha 1.1.2.1: #i20344# new