summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/graphicfilter
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/qa/cppunit/graphicfilter')
-rw-r--r--vcl/qa/cppunit/graphicfilter/filters-test.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/qa/cppunit/graphicfilter/filters-test.cxx b/vcl/qa/cppunit/graphicfilter/filters-test.cxx
index cca60f0c6b4c..29994860e25f 100644
--- a/vcl/qa/cppunit/graphicfilter/filters-test.cxx
+++ b/vcl/qa/cppunit/graphicfilter/filters-test.cxx
@@ -17,6 +17,7 @@
#include <vcl/graphicfilter.hxx>
#include <tools/stream.hxx>
+#include <com/sun/star/beans/PropertyValue.hpp>
using namespace ::com::sun::star;
/lo/core/commit/basctl/source/basicide/unomodel.hxx?h=private/tml/lov-6.2.1&id=71b809959bb8f775d83dc52628448bb8b8322b28'>remove unnecessary use of void in function declarationsNoel Grandin 2014-12-05Removed useless includes in basctl/source/basicide/ treeAndrea Gelmini 2014-04-19fixincludeguards.sh: basctlThomas Arnhold 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-23Remove unneccessary commentsAlexander Wilms 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-04-01write even better codeThomas Arnhold