summaryrefslogtreecommitdiffstats
path: root/store/source/storpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storpage.hxx')
-rw-r--r--store/source/storpage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/store/source/storpage.hxx b/store/source/storpage.hxx
index f400a3fbd25e..f57d720076d6 100644
--- a/store/source/storpage.hxx
+++ b/store/source/storpage.hxx
@@ -157,7 +157,7 @@ private:
/** IStoreHandle query() template function specialization.
*/
friend OStorePageManager*
- SAL_CALL query<> (IStoreHandle *pHandle, OStorePageManager*);
+ SAL_CALL query<> (OStoreObject *pHandle, OStorePageManager*);
/** Representation.
*/
@@ -194,7 +194,7 @@ inline bool OStorePageManager::isValid() const
}
template<> inline OStorePageManager*
-SAL_CALL query (IStoreHandle *pHandle, SAL_UNUSED_PARAMETER OStorePageManager*)
+SAL_CALL query (OStoreObject *pHandle, SAL_UNUSED_PARAMETER OStorePageManager*)
{
if (pHandle && pHandle->isKindOf (OStorePageManager::m_nTypeId))
{