summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/component/dp_compbackenddb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/registry/component/dp_compbackenddb.hxx')
-rw-r--r--desktop/source/deployment/registry/component/dp_compbackenddb.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/registry/component/dp_compbackenddb.hxx b/desktop/source/deployment/registry/component/dp_compbackenddb.hxx
index 71b859866001..7ed32c3d1fe0 100644
--- a/desktop/source/deployment/registry/component/dp_compbackenddb.hxx
+++ b/desktop/source/deployment/registry/component/dp_compbackenddb.hxx
@@ -75,8 +75,8 @@ public:
{
Data(): javaTypeLibrary(false) {};
- ::std::list< OUString> implementationNames;
- ::std::vector< ::std::pair< OUString, OUString> >singletons;
+ std::list< OUString> implementationNames;
+ std::vector< std::pair< OUString, OUString> >singletons;
// map from singleton names to implementation names
bool javaTypeLibrary;
};