summaryrefslogtreecommitdiffstats
path: root/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/XMLErrorIndicatorPropertyHdl.cxx')
-rw-r--r--xmloff/source/chart/XMLErrorIndicatorPropertyHdl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.cxx b/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.cxx
index 43667465daf6..d3f64b356965 100644
--- a/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.cxx
+++ b/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.cxx
@@ -33,7 +33,7 @@ using namespace com::sun::star;
XMLErrorIndicatorPropertyHdl::~XMLErrorIndicatorPropertyHdl()
{}
-sal_Bool XMLErrorIndicatorPropertyHdl::importXML( const ::rtl::OUString& rStrImpValue,
+sal_Bool XMLErrorIndicatorPropertyHdl::importXML( const OUString& rStrImpValue,
uno::Any& rValue, const SvXMLUnitConverter& /*rUnitConverter*/ ) const
{
bool bValue(false);
@@ -78,10 +78,10 @@ sal_Bool XMLErrorIndicatorPropertyHdl::importXML( const ::rtl::OUString& rStrImp
return sal_True;
}
-sal_Bool XMLErrorIndicatorPropertyHdl::exportXML( ::rtl::OUString& rStrExpValue,
+sal_Bool XMLErrorIndicatorPropertyHdl::exportXML( OUString& rStrExpValue,
const uno::Any& rValue, const SvXMLUnitConverter& /*rUnitConverter*/ ) const
{
- rtl::OUStringBuffer aBuffer;
+ OUStringBuffer aBuffer;
chart::ChartErrorIndicatorType eType;
rValue >>= eType;