summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/package/dp_extbackenddb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/registry/package/dp_extbackenddb.hxx')
-rw-r--r--desktop/source/deployment/registry/package/dp_extbackenddb.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/registry/package/dp_extbackenddb.hxx b/desktop/source/deployment/registry/package/dp_extbackenddb.hxx
index a5f06976855c..4b5b5e4fb601 100644
--- a/desktop/source/deployment/registry/package/dp_extbackenddb.hxx
+++ b/desktop/source/deployment/registry/package/dp_extbackenddb.hxx
@@ -54,9 +54,9 @@ public:
/* every element consists of a pair of the url to the item (jar,rdb, etc)
and the media type
*/
- ::std::vector< ::std::pair< OUString, OUString> > items;
- typedef ::std::vector<
- ::std::pair< OUString, OUString> >::const_iterator ITC_ITEMS;
+ std::vector< std::pair< OUString, OUString> > items;
+ typedef std::vector<
+ std::pair< OUString, OUString> >::const_iterator ITC_ITEMS;
};
public: