summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/package/dp_extbackenddb.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-02-17 19:06:24 +0200
committerTor Lillqvist <tml@collabora.com>2017-02-17 18:41:19 +0000
commitb57d51e32fb85e9cde64f85719725253162c42e4 (patch)
treeafe75470b9fc3c12a3d240577b07042985882675 /desktop/source/deployment/registry/package/dp_extbackenddb.hxx
parentc910d1dae1a9fcf0591098244debc863dd59618a (diff)
Drop :: prefix from std in [de]*/
Change-Id: I3247894fe022dce7f0aa351bd85fefcd7c545dd4 Reviewed-on: https://gerrit.libreoffice.org/34377 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
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: