summaryrefslogtreecommitdiff
path: root/vcl/generic
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/generic')
-rw-r--r--vcl/generic/print/psputil.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/generic/print/psputil.cxx b/vcl/generic/print/psputil.cxx
index 8d45b29d386c..7303a19ba830 100644
--- a/vcl/generic/print/psputil.cxx
+++ b/vcl/generic/print/psputil.cxx
@@ -27,7 +27,6 @@
************************************************************************/
#include <string.h>
-#include <tools/debug.hxx>
#include <rtl/instance.hxx>
#include "psputil.hxx"
a>Gabor Kelemen 2018-11-22improve function-local statics in scNoel Grandin 2018-10-15loplugin:constfields in scNoel Grandin 2018-09-17New loplugin:externalStephan Bergmann 2017-10-23overload std::hash for OUString and OStringNoel Grandin 2017-08-29loplugin:constparam in sc part9Noel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-19New loplugin:dynexcspec: Add @throws documentation, scStephan Bergmann 2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin 2016-04-21new plugin stylepoliceNoel Grandin 2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan 2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin 2015-11-02cppcheck: noExplicitConstructorCaolán McNamara 2015-10-28com::sun::star->css in scNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe