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
Added vcl/settings.hxx to all cxx files which require it.
This helps to speed up compilation after changes to the settings.
Conflicts:
sc/source/ui/dbgui/pvlaydlg.cxx
Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4
Reviewed-on: https://gerrit.libreoffice.org/7933
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).
Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
fixing scroll bar position and slides sorter of note view and slides if
the interface language is RTL .
Change-Id: I80b55dff621d6b994095ad7a4979bcca63371edf
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones. To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
2009-09-18 16:10:59 +0200 af r276289 : #i102525# Fixed some minor compilation problems.
2009-09-17 14:11:23 +0200 af r276243 : #i102525# Fixed F1 shortcut for help view.
2009-09-16 16:20:58 +0200 af r276205 : #i102525# Removing const to make Solaris linker happy.
2009-09-16 16:13:25 +0200 af r276204 : #i90690# Initializing variable to avoid compilation problem.
2009-09-15 19:10:04 +0200 af r276186 : #i90825# Replace edit source proxy when an outliner object is set.
2009-09-15 11:12:07 +0200 af r276160 : #i90690# Broadcast accessibility events when the current slide is changed.
2009-09-15 09:37:48 +0200 af r276148 : #i102525# Fixed Solaris compilation problem.
2009-09-14 18:12:40 +0200 af r276142 : #i102525# Added missing implementation for some font related functions.
2009-09-14 18:02:05 +0200 af r276139 : #i102525# Added accessibility support.
2009-09-14 17:30:13 +0200 af r276136 : #i102525# Added support for interface XPane2 to panes.
2009-09-14 17:00:27 +0200 af r276133 : #i102525# Added XPane2 interface.
2009-09-14 16:13:04 +0200 af r276131 : #i50376# Make the focus indicator visible when the slide sorter has the focus.
2008/05/13 13:43:25 af 1.2.4.9: RESYNC: (1.3-1.4); FILE MERGED
2008/04/30 13:39:06 af 1.2.4.8: #i18486# Fixed some warnings.
2008/04/30 13:33:48 af 1.2.4.7: #i88838# Made font size changes persistent during one session. Changed keys for grow/shrink.
2008/04/30 08:31:58 af 1.2.4.6: #i88850# Changed keys for growing and shrinking notes font.
2008/04/30 08:29:18 af 1.2.4.5: #i88853# Store modified font size in configuration.
2008/04/23 13:13:52 af 1.2.4.4: #i18486# Changed keys for scrolling and chaning the font size.
2008/04/22 08:33:47 af 1.2.4.3: #i18486# Split initialization off the PresenterToolBar constructor.
2008/04/22 08:25:35 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED
2008/04/16 15:37:40 af 1.2.4.1: #i18486# Added tool bar, close button.
2008/02/28 16:55:22 af 1.1.2.7: #i18486# Scroll bar is updated when font size changes.
2008/02/27 09:11:09 af 1.1.2.6: #i18486# Resolved resync problems.
2008/02/26 15:08:31 af 1.1.2.5: #i18486# Added vertical scroll bar.
2008/01/21 14:49:00 af 1.1.2.4: #i18486# Added vertical scrolling.
2007/12/12 15:46:58 af 1.1.2.3: #i18486# Using canvas and PresenterTextView for rendering.
2007/11/19 09:37:37 af 1.1.2.2: #i18486# Added isAnchorOnly() method. Added XComponentContext argument to constructor, storing it as member.
2007/10/24 11:56:27 af 1.1.2.1: #i18486# Initial revision.