summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-20 19:21:50 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 19:55:38 -0500
commit854ff7bfc802d47d2a7419f7185af069a216b0bd (patch)
tree4dc69bff1046ff9671deac45cd933218197eda12 /sot
parentc21186c38d1bed344cc95ce7572f0d7366186ab2 (diff)
remvove vos/macros.h usage
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/stgcache.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sot/source/sdstor/stgcache.cxx b/sot/source/sdstor/stgcache.cxx
index 71933e83e9df..b3eca5aac8bf 100644
--- a/sot/source/sdstor/stgcache.cxx
+++ b/sot/source/sdstor/stgcache.cxx
@@ -36,7 +36,6 @@
#if defined(_MSC_VER) && (_MSC_VER<1200)
#include <tools/postsys.h>
#endif
-#include <vos/macros.hxx>
#include <string.h>
#include <osl/endian.h>
@@ -56,7 +55,7 @@ typedef std::hash_map
INT32,
StgPage *,
std::hash< INT32 >,
- NAMESPACE_STD(equal_to)< INT32 >
+ std::equal_to< INT32 >
> UsrStgPagePtr_Impl;
#ifdef _MSC_VER
#pragma warning( disable: 4786 )