summaryrefslogtreecommitdiff
path: root/desktop/source/migration/services/misc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/migration/services/misc.hxx')
-rw-r--r--desktop/source/migration/services/misc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/migration/services/misc.hxx b/desktop/source/migration/services/misc.hxx
index f6018ed022f1..ca1320a2ac5d 100644
--- a/desktop/source/migration/services/misc.hxx
+++ b/desktop/source/migration/services/misc.hxx
@@ -30,8 +30,8 @@ namespace migration
{
- typedef ::std::vector< OUString > TStringVector;
- typedef ::std::unique_ptr< TStringVector > TStringVectorPtr;
+ typedef std::vector< OUString > TStringVector;
+ typedef std::unique_ptr< TStringVector > TStringVectorPtr;
} // namespace migration