summaryrefslogtreecommitdiff
path: root/chart2/inc/pch/precompiled_chartcontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/inc/pch/precompiled_chartcontroller.hxx')
-rw-r--r--chart2/inc/pch/precompiled_chartcontroller.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/inc/pch/precompiled_chartcontroller.hxx b/chart2/inc/pch/precompiled_chartcontroller.hxx
index ebd385b7bd28..dddbe22619da 100644
--- a/chart2/inc/pch/precompiled_chartcontroller.hxx
+++ b/chart2/inc/pch/precompiled_chartcontroller.hxx
@@ -176,7 +176,6 @@
#include <ChartModel.hxx>
#include <basebmp/basebmpdllapi.h>
#include <basebmp/bitmapdevice.hxx>
-#include <basebmp/drawmodes.hxx>
#include <basebmp/scanlineformats.hxx>
#include <basegfx/basegfxdllapi.h>
#include <basegfx/color/bcolor.hxx>
ens Carl 2017-02-09convert BmpConversion to scoped enumNoel Grandin 2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page 2016-11-29Rewrite some (trivial) assignments inside if/while conditions: vclStephan Bergmann 2016-10-05convert MapUnit to scoped enumNoel Grandin 2016-09-15loplugin:countusersofdefaultparams in vclNoel Grandin 2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl 2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-19loplugin:defaultparamsStephan Bergmann 2015-10-15cppcheck:variableScopeNoel Grandin 2015-08-11loplugin: defaultparamsNoel Grandin 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-05-28new clang plugin: loopvartoosmallNoel Grandin 2015-04-02loplugin:staticmethodsNoel Grandin 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-03-27cleanup pngwrite, use const std::unique_ptr for pImplTomaž Vajngerl 2015-03-19loplugin:constantfunction: vclNoel Grandin 2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin 2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin 2014-10-17coverity#1209374 avoid division by 0David Tardon 2014-09-26remove unnecessary static_cast'sNoel Grandin 2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin 2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann 2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann 2014-05-21Use default argument valuesStephan Bergmann 2014-04-17coverity#708633 Uninitialized pointer fieldCaolán McNamara 2014-04-02Kill superfluous vertical whitespaceTor Lillqvist 2014-03-20Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe 2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock 2014-02-21vcl: sal_Bool -> boolStephan Bergmann 2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin