summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/contentinfo.cxx
AgeCommit message (Collapse)Author
2016-02-09Remove excess newlinesChris Sherlock
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-11-11com::sun::star->css in ucbhelper/Noel Grandin
Change-Id: I01e3046caefdcfbf630f4a794f12e8890be6db40 Reviewed-on: https://gerrit.libreoffice.org/19902 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
Change-Id: I3003db8a411740db48c2e0c6ecd81a7fd9209e6c
2014-03-05kill XINTERFACE_IMPL_2Norbert Thiebaud
Change-Id: Ic735b7d6ddfaacab9af7405e4dacc62f818bed8c
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26Remove visual noise from ucbhelperAlexander Wilms
Change-Id: Id9396eca64069f2f0ba636ac9efa090f121afdd3 Reviewed-on: https://gerrit.libreoffice.org/8330 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann
Change-Id: Iee327c3dd75bebb35d99de01eaa7103956e08974
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
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
2012-11-28fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin
Change-Id: Ida82837f6eaca1a59e85f5e9798084096d07b1a3
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2011-11-27remove include of pch header from ucbhelperNorbert Thiebaud
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
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-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.6.42); FILE MERGEDRüdiger Timm
2008/04/01 12:58:49 thb 1.6.42.2: #i85898# Stripping all external header guards 2008/03/31 15:31:33 rt 1.6.42.1: #i87441# Change license header to LPGL v3.
2007-06-05INTEGRATION: CWS bgdlremove (1.5.28); FILE MERGEDIvo Hinkelmann
2007/05/18 11:38:08 kso 1.5.28.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:52:52 kso 1.5.28.1: #i76911# - ucbhelper no longer uses VOS
2006-09-16INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGEDOliver Bolte
2006/09/01 17:56:07 kaib 1.4.34.1: #i68856# Added header markers and pch files
2005-09-09INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGEDRüdiger Timm
2005/09/05 13:13:56 rt 1.3.20.1: #i54170# Change license header: remove SISSL
2004-12-23INTEGRATION: CWS kso12 (1.2.158); FILE MERGEDVladimir Glazounov
2004/12/02 08:47:30 kso 1.2.158.1: #i37781# - Fixed exception handling. No more 'unexpected' exceptions from CommandProcessorInfo::getCommands() and PropertySetInfo::getProperties().
2001-03-27#85225# - Added ctors taking XCommandEnvironment.Kai Sommerfeld
2000-09-18initial importJens-Heiner Rechtien