summaryrefslogtreecommitdiff
path: root/package/source/xstor/xstorage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/xstor/xstorage.hxx')
-rw-r--r--package/source/xstor/xstorage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/source/xstor/xstorage.hxx b/package/source/xstor/xstorage.hxx
index dabdd9af049e..d4f48e282627 100644
--- a/package/source/xstor/xstorage.hxx
+++ b/package/source/xstor/xstorage.hxx
@@ -133,7 +133,7 @@ struct OStorage_Impl
/// Count of registered modification listeners
oslInterlockedCount m_nModifiedListenerCount;
- bool HasModifiedListener()
+ bool HasModifiedListener() const
{
return m_nModifiedListenerCount > 0 && m_pAntiImpl != nullptr;
}
@@ -321,7 +321,7 @@ public:
void ChildIsDisposed( const css::uno::Reference< css::uno::XInterface >& xChild );
- sal_Int32 GetRefCount_Impl() { return m_refCount; }
+ sal_Int32 GetRefCount_Impl() const { return m_refCount; }
// XInterface