Commit Graph

27 Commits

Author SHA1 Message Date
5ec7a589be Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8
Change-Id: Ie16923d17541e84e0d7424fffe37caf410786abf
2014-05-10 06:19:42 +02:00
75bbbf964b Remove visual noise from dtrans
Change-Id: Ic460e514ac078a69cd86381b9b5cf779eb97971b
Reviewed-on: https://gerrit.libreoffice.org/8254
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26 10:20:05 -06:00
0ce0c369aa Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb
Reviewed-on: https://gerrit.libreoffice.org/8182
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-23 03:38:49 +00:00
7e441ef078 remove unnecessary use of OUString constructor in DTRANS module
Change-Id: I748f9a1f214245b96c04da7a92dad43512fea47e
2013-11-11 11:21:23 +02:00
5285beeaa4 remove redundant calls to OUString constructor in if expression
Convert code like:
  if( aStr == OUString("xxxx") )
to this:
  if( aStr == "xxxx" )

Change-Id: I8d201f048477731eff590fb988259ef0935c080c
2013-11-04 10:11:08 +02:00
cb6d67c21f Spelling "separate" (etc) correctly is hard 2013-05-15 11:14:28 +03:00
49ad17e2b1 remove include comments and boxes
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-08 13:53:53 +02:00
1e0986beee re-base on ALv2 code. 2012-06-25 16:45:10 +01:00
b6db3e3acc re-base on ALv2 code.
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
df9ecb71c7 targeted string re-work
Change-Id: I44518bb1b464bb0b458c0b5f1c249ef160ea3b26
2012-06-01 09:41:50 -05:00
b575f4b1a2 Fix for fdo43460 Part XIV getLength() to isEmpty()
Part XIV
Modules
drawinglayer, dtrans, editeng
2011-12-23 22:04:44 +04:00
13f1110f6e Removing the empty pch file from dtrans 2011-11-20 09:22:03 -08:00
dfcb6799d7 catch by const reference 2011-06-20 11:08:37 +01:00
a23d54eed2 RTL_CONSTASCII_USTRINGPARAM in libs-gui 02 2010-11-22 17:03:48 +01:00
849a713ffd remove non-compiled code 2010-10-18 16:52:27 +01:00
4905a19032 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-14 17:02:15 +02:00
5ba8a3f904 Remove redundant #include directives & comments 2010-10-07 20:49:14 -04:00
8764506704 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
840b5b92a8 INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED
2008/04/01 15:13:32 thb 1.5.62.3: #i85898# Stripping all external header guards
2008/04/01 12:28:29 thb 1.5.62.2: #i85898# Stripping all external header guards
2008/03/31 13:08:56 rt 1.5.62.1: #i87441# Change license header to LPGL v3.
2008-04-11 06:31:29 +00:00
ab859be705 INTEGRATION: CWS changefileheader (1.3.78); FILE MERGED
2008/03/31 13:08:56 rt 1.3.78.1: #i87441# Change license header to LPGL v3.
2008-04-11 06:31:09 +00:00
0aed704b13 INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED
2006/09/01 17:25:35 kaib 1.4.16.1: #i68856# Added header markers and pch files
2006-09-17 15:56:52 +00:00
79e3ea6b4f INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2006/03/09 20:31:43 pl 1.3.4.1: #i55991# removed warnings for windows platform
2006-06-20 05:01:01 +00:00
bf6ac3de7a INTEGRATION: CWS ause043 (1.2.6); FILE MERGED
2005/10/31 17:18:21 hjs 1.2.6.1: #i56702# remove overrides for default uno header generation
2006-05-24 13:33:38 +00:00
6f9c357039 INTEGRATION: CWS ooo19126 (1.2.186); FILE MERGED
2005/09/05 18:48:12 rt 1.2.186.1: #i54170# Change license header: remove SISSL
2005-09-08 17:14:10 +00:00
118eca9a77 INTEGRATION: CWS ooo19126 (1.1.1.1.188); FILE MERGED
2005/09/05 18:48:12 rt 1.1.1.1.188.1: #i54170# Change license header: remove SISSL
2005-09-08 17:13:54 +00:00
2a8012cc46 changed stl includes 2001-03-08 11:13:02 +00:00
41c5c7c8e2 SRC619 import 2001-01-31 14:37:29 +00:00