Commit Graph

15 Commits

Author SHA1 Message Date
Luboš Luňák
e2e2cc6114 remove usage of RTL_CONSTASCII_USTRINGPARAM
Mechanical removal of usage together with OUString ctor, done
by compiler plugin.

Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
2013-05-06 16:51:45 +02:00
Luboš Luňák
1946794ae0 mass removal of rtl:: prefixes for O(U)String*
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
2013-04-07 14:23:11 +02:00
Stephan Bergmann
973a16f9e6 Adapt to XComponentContext
Change-Id: I2f2c745245722f90b8101995367c55878d568703
2012-12-07 07:55:50 +01:00
Arnaud Versini
9b2e6d4536 Replace usage of rtl/memory.h in xmlsecurity their equivalent from string.h
Change-Id: Id4a088864ee28163160d6ac408592952fe6c797d
2012-08-04 17:46:59 +02:00
Michael Meeks
6eeb0942c3 re-base on ALv2 code. Includes:
retain presence of MPL licensed nssrenam.h symbol renamer.
2012-07-17 11:51:17 +01:00
Szabolcs Dezsi
f770c5d6bc Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-06 12:48:32 +02:00
Norbert Thiebaud
b33971cb12 remove include of pch header from xmlsecurity 2011-11-27 13:28:28 -06:00
Guillaume Poussel
842bfb16f7 Remove useless comments in components. 2011-02-08 19:06:48 +01:00
Sebastian Spaeth
ead7290449 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:23 +02:00
Jens-Heiner Rechtien
36de66bdf0 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
Rüdiger Timm
c54971ec20 INTEGRATION: CWS changefileheader (1.4.66); FILE MERGED
2008/04/01 16:11:02 thb 1.4.66.2: #i85898# Stripping all external header guards
2008/03/31 16:31:03 rt 1.4.66.1: #i87441# Change license header to LPGL v3.
2008-04-10 23:29:01 +00:00
Ivo Hinkelmann
89f2a38d77 INTEGRATION: CWS jl51 (1.3.30); FILE MERGED
2007/02/05 13:54:22 jl 1.3.30.1: #i69228 warning free code
2007-04-17 09:24:07 +00:00
Oliver Bolte
ca9a919507 INTEGRATION: CWS pchfix02 (1.2.86); FILE MERGED
2006/09/01 18:00:54 kaib 1.2.86.1: #i68856# Added header markers and pch files
2006-09-16 13:43:49 +00:00
Rüdiger Timm
47c58a4eb0 INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED
2005/09/05 17:01:54 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL
2005-09-09 16:28:35 +00:00
Malte Timmermann
9f34fde7a8 libxmlsec 2004-07-12 12:15:31 +00:00