summaryrefslogtreecommitdiff
path: root/package/inc/HashMaps.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/inc/HashMaps.hxx')
-rw-r--r--package/inc/HashMaps.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/inc/HashMaps.hxx b/package/inc/HashMaps.hxx
index b10f42aa7020..31b69bf670c1 100644
--- a/package/inc/HashMaps.hxx
+++ b/package/inc/HashMaps.hxx
@@ -28,7 +28,7 @@
#define _HASHMAPS_HXX
#include <ZipEntry.hxx>
-#include <vos/ref.hxx>
+#include <rtl/ref.hxx>
#include <hash_map>
struct eqFunc
@@ -51,7 +51,7 @@ typedef std::hash_map < rtl::OUString,
eqFunc > FolderHash;
typedef std::hash_map < rtl::OUString,
- vos::ORef < com::sun::star::packages::ContentInfo >,
+ rtl::Reference < com::sun::star::packages::ContentInfo >,
::rtl::OUStringHash,
eqFunc > ContentHash;