summaryrefslogtreecommitdiffstats
path: root/store/source/stordir.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/stordir.cxx')
-rw-r--r--store/source/stordir.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/stordir.cxx b/store/source/stordir.cxx
index 96bc1cadccaf..c319b9a2de44 100644
--- a/store/source/stordir.cxx
+++ b/store/source/stordir.cxx
@@ -91,7 +91,7 @@ OStoreDirectory_Impl::~OStoreDirectory_Impl (void)
/*
* isKindOf.
*/
-bool SAL_CALL OStoreDirectory_Impl::isKindOf (sal_uInt32 nTypeId)
+bool OStoreDirectory_Impl::isKindOf (sal_uInt32 nTypeId)
{
return (nTypeId == m_nTypeId);
}