summaryrefslogtreecommitdiff
path: root/configmgr/source/localizedvaluenode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/localizedvaluenode.hxx')
-rw-r--r--configmgr/source/localizedvaluenode.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/configmgr/source/localizedvaluenode.hxx b/configmgr/source/localizedvaluenode.hxx
index 1d4a324e9e96..9a260a029743 100644
--- a/configmgr/source/localizedvaluenode.hxx
+++ b/configmgr/source/localizedvaluenode.hxx
@@ -27,7 +27,6 @@
#include "node.hxx"
-namespace rtl { class OUString; }
namespace configmgr {
@@ -37,7 +36,7 @@ public:
virtual rtl::Reference< Node > clone(bool keepTemplateName) const;
- virtual rtl::OUString getTemplateName() const;
+ virtual OUString getTemplateName() const;
com::sun::star::uno::Any getValue() const;