summaryrefslogtreecommitdiff
path: root/configmgr/source/propertynode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/propertynode.hxx')
-rw-r--r--configmgr/source/propertynode.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/configmgr/source/propertynode.hxx b/configmgr/source/propertynode.hxx
index 715b5da3edce..842c00e489f0 100644
--- a/configmgr/source/propertynode.hxx
+++ b/configmgr/source/propertynode.hxx
@@ -28,7 +28,6 @@
#include "node.hxx"
#include "type.hxx"
-namespace rtl { class OUString; }
namespace configmgr {
@@ -50,7 +49,7 @@ public:
void setValue(int layer, com::sun::star::uno::Any const & value);
- void setExternal(int layer, rtl::OUString const & descriptor);
+ void setExternal(int layer, OUString const & descriptor);
bool isExtension() const;
@@ -66,7 +65,7 @@ private:
// TYPE_HEXBINARY_LIST; not TYPE_ERROR or TYPE_NIL)
bool nillable_;
bool extension_;
- rtl::OUString externalDescriptor_;
+ OUString externalDescriptor_;
com::sun::star::uno::Any value_;
};