Noel Grandin
71b809959b
remove unnecessary use of void in function declarations
...
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
2015-04-15 11:47:12 +02:00
Stephan Bergmann
6aed6cbd4a
Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
...
Change-Id: Icb959b7e2e8558f251d4bfd3b21124ca31132183
2014-08-08 14:07:22 +02:00
Markus Mohrhard
ed6b8a100c
remove whitespaces
...
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
2014-06-25 05:41:09 +02:00
Caolán McNamara
40c78e7265
coverity#705872 Dereference before null check
...
Change-Id: Ia964362f757372862b3f2e5a0a9581171616251b
2014-01-28 14:30:42 +00:00
Michael Meeks
837e2808f7
re-base on ALv2 code. Includes:
...
Patches contributed by Armin Le-Grand
#118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles...
http://svn.apache.org/viewvc?view=revision&revision=1293316
#118485# - Styles for OLEs are not saved.
http://svn.apache.org/viewvc?view=revision&revision=1182166
Patches contributed by Andre Fischer
http://svn.apache.org/viewvc?view=revision&revision=1172128
http://svn.apache.org/viewvc?view=revision&revision=1172133
Patch contributed by Ariel Constenla-Haile
i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress
contextmenu - CWS contextmenu1
http://svn.apache.org/viewvc?view=revision&revision=1182915
Patch contributed by Zhang Jian Fang
#118876#, Add check if the OutlinerParaObject is created successfully
http://svn.apache.org/viewvc?view=revision&revision=1243381
restore a re-based rdbedit.
2012-11-28 12:48:36 +00:00
Stephan Bergmann
4e05ae6a6b
-Werror,-Wunused-private-field (Clang towards 3.2)
...
Change-Id: I7162523a26488b8528a91ec7abd587f55647acbb
2012-08-16 09:47:01 +02:00
Olivier Hallot
7d82fb18fe
Review of some RTL_CONSTASCII_USTRINGPARAM removal
...
Remove OUString constructor where not needed.
2012-04-06 08:33:34 -03:00
Olivier Hallot
e912c60184
More RTL_CONSTASCII_USTRINGPARAM cleanup
...
More RTL_CONSTASCII_USTRINGPARAM in module sd
2012-04-05 18:39:50 -03:00
Thomas Arnhold
8597f9874f
unusedcode.easy: remove UpdateLockManager
...
Seems UpdateLockManager is dead. So cut it out.
Also mbFirstUpdateSeen had no effect.
2012-02-20 19:15:46 +01:00
Norbert Thiebaud
2a71139535
remove include of pch header from sd
2011-11-27 13:20:56 -06:00
Bjoern Michaelsen
c61cd1a5a2
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
2011-03-12 20:06:58 +01:00
Carsten Driesner
3d6bed44c8
removetooltypes01: #i112600# Remove tools types from sd
2011-01-17 11:41:00 +01:00
Gert Faller
c3773ef054
cleaning of __EXPORT define
2010-12-11 19:19:18 +01:00
Gert Faller
1645ea4b42
RTL_CONSTASCII_USTRINGPARAM macro
2010-11-02 21:10:06 +00:00
Mathias Bauer
cc04c581e2
CWS gnumake2: resolve conflicts and make sources buildable on Linux
2010-10-29 15:36:30 +02:00
Mathias Bauer
f0b556722d
CWS gnumake: resync to m91; conflicts unresolved
2010-10-28 23:02:10 +02:00
Sebastian Spaeth
80b0861510
Add vim/emacs modelines to all source files
...
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com )
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de >
2010-10-13 10:57:43 +02:00
Petr Mladek
e4035c6b34
more removed include guards using fixguard.py
2010-10-07 15:24:38 +02:00
Frank Schoenheit [fs]
28d8a1b195
dba33i: #i111146# migrated all SFX-based applications to use named views
2010-09-01 14:59:07 +02:00
Mathias Bauer
a2df62e8ba
CWS gnumake2: rebase to DEV300_m76; fix build problems
2010-04-17 20:34:49 +02:00
Mathias Bauer
0f77ea10ee
CWS gnumake2: move delivered header files from sfx2/inc to sfx2/inc/sfx2; removed unused code; avoid delivering sfx.srs to solver
2010-04-16 23:02:51 +02:00
Frank Schoenheit [fs]
2ee0a0a806
autorecovery: merged changes from m74. Still need to find out how to re-do two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
2010-03-11 11:26:05 +01:00
Jens-Heiner Rechtien
9e19ff00c7
changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-12 15:01:35 +01:00
Frank Schoenheit [fs]
7f6da30d47
autorecovery: SfxViewFrame's SfxFrame is a reference now, no pointer (it can never be NULL)
2009-12-15 23:07:57 +01:00
Rüdiger Timm
16b283143e
INTEGRATION: CWS changefileheader (1.10.234); FILE MERGED
...
2008/04/01 12:39:32 thb 1.10.234.2: #i85898# Stripping all external header guards
2008/03/31 13:59:11 rt 1.10.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:57:59 +00:00
Rüdiger Timm
4f770691cc
INTEGRATION: CWS components1 (1.6.96); FILE MERGED
...
2007/01/31 13:52:53 af 1.6.96.6: #i68075# UpdateLockManager stored as shared_ptr.
2007/01/25 15:34:34 af 1.6.96.5: RESYNC: (1.8-1.9); FILE MERGED
2006/09/25 17:41:08 af 1.6.96.4: RESYNC: (1.6-1.8); FILE MERGED
2006/09/07 14:51:55 af 1.6.96.3: #i68075# Transition from URL to ResourceId.
2006/08/28 14:32:33 af 1.6.96.2: #i68075# Fixed compiler problems.
2006/08/22 12:43:11 af 1.6.96.1: #i68075# Transition to new drawing framework.
2007-04-03 15:27:25 +00:00
Kurt Zenker
75baf8ca3a
INTEGRATION: CWS sdwarningsbegone (1.8.36); FILE MERGED
...
2006/11/22 12:42:24 cl 1.8.36.1: #i69285# warning free code changes for unxlngi6.pro
2006-12-12 18:06:40 +00:00
Oliver Bolte
a03812d01e
INTEGRATION: CWS pchfix02 (1.7.38); FILE MERGED
...
2006/09/01 17:37:33 kaib 1.7.38.1: #i68856# Added header markers and pch files
2006-09-16 18:31:51 +00:00
Oliver Bolte
4421e23fef
INTEGRATION: CWS impress96 (1.6.66); FILE MERGED
...
2006/05/11 13:53:40 af 1.6.66.1: #i65260# Hide non-context sensitive tool bars on start-up.
2006-07-13 09:31:14 +00:00
Oliver Bolte
348c3929c1
INTEGRATION: CWS viewswitch (1.5.72); FILE MERGED
...
2006/02/02 09:59:12 af 1.5.72.1: #i61191# Removed LateInit(). Added CreateViewTabBar().
2006-03-21 16:39:34 +00:00
Rüdiger Timm
cdd98b7a91
INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED
...
2005/09/05 13:25:26 rt 1.4.154.1: #i54170# Change license header: remove SISSL
2005-09-09 06:01:19 +00:00
Rüdiger Timm
5dfb747029
INTEGRATION: CWS impress38 (1.3.270); FILE MERGED
...
2005/03/20 16:03:18 af 1.3.270.1: #i45568# Disabling the new UpdateLockManager.
2005-03-30 08:27:00 +00:00
Rüdiger Timm
7b65708c09
INTEGRATION: CWS impress2 (1.2.26); FILE MERGED
...
2004/07/07 16:54:33 af 1.2.26.2: #i22705# Added LateInit() method that destroys the ViewTabBar.
2004/03/05 12:23:20 af 1.2.26.1: #i22705# The diff SFX_IMPL_VIEWFACTORY macro is expanded manually to call LateInit() after construction of a new PresentationViewShellBase object.
2004-07-13 13:51:50 +00:00
Oliver Bolte
08abdbcb13
INTEGRATION: CWS impress1 (1.1.2); FILE ADDED
...
2003/09/24 15:53:29 af 1.1.2.2: #111996# Using shell type from ViewShell.
2003/09/17 08:27:03 af 1.1.2.1: #111996# Initial revision.
2004-01-20 11:39:32 +00:00