summaryrefslogtreecommitdiff
path: root/include/uno/environment.hxx
AgeCommit message (Collapse)AuthorFilesLines
2015-01-20Some more loplugin:cstylecast: cppuStephan Bergmann1-1/+1
Change-Id: Iec1251648031afa9eddd7445135fb08dc74821bd
2014-06-05various: remove SAL_THROW macroNoel Grandin1-31/+31
Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
2014-03-01Remove visual noise from includeAlexander Wilms1-11/+11
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-28uno: Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-1/+1
...to improve diagnosing misuses of boolean expressions in client code (cf. compilerplugins/clang/implicitboolconversion.cxx). This change should be transparent to client code. Change-Id: Id4f3c7159c5cfac56dd9edf4d1a43e36eed39fec
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-1/+1
Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919
2013-11-09fdo#65108 inter-module includes <> include/unoNorbert Thiebaud1-1/+1
Change-Id: I267573beef35ba57bc5c71bfbd87c5705479b48d
2013-10-23fixincludeguards.sh: include/u*Thomas Arnhold1-2/+2
Change-Id: I8a07ccb309490206a2edd36f2fe4d0e2c0982ea2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
2013-04-24move URE headers to include/David Tardon1-0/+270
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>