summaryrefslogtreecommitdiff
path: root/chart2/source/inc/ConfigItemListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/ConfigItemListener.hxx')
-rw-r--r--chart2/source/inc/ConfigItemListener.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/ConfigItemListener.hxx b/chart2/source/inc/ConfigItemListener.hxx
index 4526b4291bd5..d050fa59fcb3 100644
--- a/chart2/source/inc/ConfigItemListener.hxx
+++ b/chart2/source/inc/ConfigItemListener.hxx
@@ -28,7 +28,7 @@ namespace chart
class OOO_DLLPUBLIC_CHARTTOOLS ConfigItemListener
{
public:
- virtual void notify( const ::rtl::OUString & rPropertyName ) = 0;
+ virtual void notify( const OUString & rPropertyName ) = 0;
protected:
~ConfigItemListener() {}