summaryrefslogtreecommitdiffstats
path: root/store/source/stordir.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/stordir.hxx')
-rw-r--r--store/source/stordir.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/store/source/stordir.hxx b/store/source/stordir.hxx
index 8fb9de74798e..43ba3dc2badf 100644
--- a/store/source/stordir.hxx
+++ b/store/source/stordir.hxx
@@ -85,7 +85,7 @@ private:
/** IStoreHandle query() template function specialization.
*/
friend OStoreDirectory_Impl*
- SAL_CALL query<> (IStoreHandle *pHandle, OStoreDirectory_Impl*);
+ SAL_CALL query<> (OStoreObject *pHandle, OStoreDirectory_Impl*);
/** Representation.
*/
@@ -103,7 +103,7 @@ private:
};
template<> inline OStoreDirectory_Impl*
-SAL_CALL query (IStoreHandle *pHandle, SAL_UNUSED_PARAMETER OStoreDirectory_Impl*)
+SAL_CALL query (OStoreObject *pHandle, SAL_UNUSED_PARAMETER OStoreDirectory_Impl*)
{
if (pHandle && pHandle->isKindOf (OStoreDirectory_Impl::m_nTypeId))
{