summaryrefslogtreecommitdiffstats
path: root/package/inc/HashMaps.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-15 12:18:51 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 19:55:29 -0500
commitd3d553e1ef00b1ae5ac4d65e53e8ea08b24085f3 (patch)
treef7b7ca85c311d220142f93ee4ebf0af9721feb71 /package/inc/HashMaps.hxx
parentmigrate use of OClearableGuard(SolarMutex) to SolarMutexGuard (diff)
downloadcore-d3d553e1ef00b1ae5ac4d65e53e8ea08b24085f3.tar.gz
core-d3d553e1ef00b1ae5ac4d65e53e8ea08b24085f3.zip
merge vosremoval-reference.diff
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;