summaryrefslogtreecommitdiff
path: root/configmgr/source/valueparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/valueparser.hxx')
-rw-r--r--configmgr/source/valueparser.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/valueparser.hxx b/configmgr/source/valueparser.hxx
index de28ce6d7488..3697b136fd80 100644
--- a/configmgr/source/valueparser.hxx
+++ b/configmgr/source/valueparser.hxx
@@ -61,7 +61,7 @@ public:
void start(
rtl::Reference< Node > const & property,
- rtl::OUString const & localizedName = rtl::OUString());
+ OUString const & localizedName = OUString());
int getLayer() const;
@@ -75,7 +75,7 @@ private:
int layer_;
rtl::Reference< Node > node_;
- rtl::OUString localizedName_;
+ OUString localizedName_;
State state_;
xmlreader::Pad pad_;
std::vector< com::sun::star::uno::Any > items_;