summaryrefslogtreecommitdiff
path: root/svtools/source/uno/unoiface.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/uno/unoiface.cxx')
-rw-r--r--svtools/source/uno/unoiface.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/uno/unoiface.cxx b/svtools/source/uno/unoiface.cxx
index 4bc5cae12cb6..c0d737bc35ac 100644
--- a/svtools/source/uno/unoiface.cxx
+++ b/svtools/source/uno/unoiface.cxx
@@ -29,7 +29,6 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_svtools.hxx"
-#define _SVT_UNOIFACE_CXX
#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
#include <svtools/svmedit.hxx>
ture/cib_contract3753&id=8980196fb65a7cb3d0f1f635bfc7645eb3982b81'>libreoffice-main -> libreoffice-startcenterCaolán McNamara 2016-02-19move gio config into its own separate config headerCaolán McNamara 2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann 2015-10-29remove the USE_APP_SHORTCUTS #define and simplify the code in the processNoel Grandin 2015-10-26Let Gtk handle icon names instead of ResMgr for window and trayiconSimon Steinbeiss 2015-10-14Bump gtk+ version to 2.18Riccardo Magliocchetti 2015-04-23loplugin:staticmethodsNoel Grandin 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann 2015-01-20Some more loplugin:cstylecast: sfx2Stephan Bergmann 2015-01-05No need for declarations in include fileStephan Bergmann 2014-11-21Forward declare SfxTbxCtrlFactArr_Impl and SfxStbCtrlFactArr_Impl in app.hxx.Kohei Yoshida 2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann 2014-11-06use the new OUString::fromUtf8 methodNoel Grandin 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin 2014-06-13loplugin:staticcallStephan Bergmann 2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin 2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert 2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann 2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2013-02-25loplugin: unused variablesThomas Arnhold