summaryrefslogtreecommitdiff
path: root/cui/source/options/cfgchart.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/cfgchart.hxx')
-rw-r--r--cui/source/options/cfgchart.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/options/cfgchart.hxx b/cui/source/options/cfgchart.hxx
index 1319702a5d46..a8eeed37bd50 100644
--- a/cui/source/options/cfgchart.hxx
+++ b/cui/source/options/cfgchart.hxx
@@ -69,10 +69,10 @@ private:
SvxChartColorTable maDefColors;
sal_Bool mbIsInitialized;
- ::com::sun::star::uno::Sequence< ::rtl::OUString >
+ ::com::sun::star::uno::Sequence< OUString >
maPropertyNames;
- inline ::com::sun::star::uno::Sequence< ::rtl::OUString > GetPropertyNames() const
+ inline ::com::sun::star::uno::Sequence< OUString > GetPropertyNames() const
{ return maPropertyNames; }
sal_Bool RetrieveOptions();
@@ -84,7 +84,7 @@ public:
void SetDefaultColors( const SvxChartColorTable& aCol );
virtual void Commit();
- virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
+ virtual void Notify( const com::sun::star::uno::Sequence< OUString >& _rPropertyNames);
};
// ====================