summaryrefslogtreecommitdiff
path: root/sw/source/core/ole/ndole.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/ole/ndole.cxx')
-rw-r--r--sw/source/core/ole/ndole.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx
index 786d9f2b2ed5..1f841da3c7d3 100644
--- a/sw/source/core/ole/ndole.cxx
+++ b/sw/source/core/ole/ndole.cxx
@@ -72,12 +72,13 @@ private:
sal_Int32 m_nLRU_InitSize;
uno::Sequence< OUString > GetPropertyNames();
+ virtual void ImplCommit() SAL_OVERRIDE;
+
public:
SwOLELRUCache();
virtual void Notify( const uno::Sequence<
OUString>& aPropertyNames ) SAL_OVERRIDE;
- virtual void Commit() SAL_OVERRIDE;
void Load();
void InsertObj( SwOLEObj& rObj );
@@ -921,7 +922,7 @@ void SwOLELRUCache::Notify( const uno::Sequence< OUString>& )
Load();
}
-void SwOLELRUCache::Commit()
+void SwOLELRUCache::ImplCommit()
{
}