summaryrefslogtreecommitdiffstats
path: root/package/inc/HashMaps.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/inc/HashMaps.hxx')
-rw-r--r--package/inc/HashMaps.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/inc/HashMaps.hxx b/package/inc/HashMaps.hxx
index a8855090fc47..f3d0c65a6bb7 100644
--- a/package/inc/HashMaps.hxx
+++ b/package/inc/HashMaps.hxx
@@ -43,7 +43,7 @@ typedef std::unordered_map < OUString,
eqFunc > FolderHash;
typedef std::unordered_map < OUString,
- rtl::Reference < com::sun::star::packages::ContentInfo >,
+ rtl::Reference < css::packages::ContentInfo >,
OUStringHash,
eqFunc > ContentHash;