summaryrefslogtreecommitdiffstats
path: root/svx/source/cui/cfgchart.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/cui/cfgchart.hxx')
-rw-r--r--svx/source/cui/cfgchart.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/cui/cfgchart.hxx b/svx/source/cui/cfgchart.hxx
index 86a2490a2cf8..89f18e621cff 100644
--- a/svx/source/cui/cfgchart.hxx
+++ b/svx/source/cui/cfgchart.hxx
@@ -36,7 +36,7 @@
// header for ConfigItem
#include <unotools/configitem.hxx>
// header for SfxPoolItem
-#include <svtools/poolitem.hxx>
+#include <svl/poolitem.hxx>
// header for XColorEntry
#include <svx/xtable.hxx>
@@ -90,6 +90,7 @@ public:
void SetDefaultColors( const SvxChartColorTable& aCol );
virtual void Commit();
+ virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
};
// ====================