summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/canvasbitmap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/vcl/canvasbitmap.cxx')
-rw-r--r--canvas/source/vcl/canvasbitmap.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/canvas/source/vcl/canvasbitmap.cxx b/canvas/source/vcl/canvasbitmap.cxx
index c7468c817fc3..27bb69748fbc 100644
--- a/canvas/source/vcl/canvasbitmap.cxx
+++ b/canvas/source/vcl/canvasbitmap.cxx
@@ -17,12 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <canvas/debug.hxx>
+#include <sal/config.h>
+
#include <cppuhelper/supportsservice.hxx>
#include <tools/diagnose_ex.h>
+#include <vcl/bmpacc.hxx>
+
#include "canvasbitmap.hxx"
-#include <vcl/bmpacc.hxx>
using namespace ::com::sun::star;
ael Stahl 2016-03-24unordf: replace boost::noncopyable with C++11 deleteMichael Stahl 2016-02-29loplugin:unuseddefaultparam in unotoolsNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2016-01-29unoxml: replace boost::bind with lambdaMichael Stahl 2016-01-10Fix typosAndrea Gelmini 2015-12-21loplugin:unusedfields unotools,unoxmlNoel Grandin 2015-11-26loplugin:unusedfields variousNoel Grandin 2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian 2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin 2015-10-26Remove unneeded boost/bind include from unoxml/source/dom/node.cxxMario J. Rugiero 2015-10-22Replace uses of boost::bind with C++11 lambdas in unoxml/source/dom/node.cxxMario J. Rugiero 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-30Fix typosAndrea Gelmini 2015-09-25tdf#94228 comphelper: replace BOOST_PPDaniel Robertson