summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/fmshimp.cxx2
-rw-r--r--svx/source/inc/fmshimp.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index 10ff7106930f..f41cfacaed5f 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -3580,7 +3580,7 @@ void FmXFormShell::Notify( const com::sun::star::uno::Sequence< OUString >& _rPr
}
}
-void FmXFormShell::Commit()
+void FmXFormShell::ImplCommit()
{
}
diff --git a/svx/source/inc/fmshimp.hxx b/svx/source/inc/fmshimp.hxx
index bf057cc2d835..b274ae4cce8f 100644
--- a/svx/source/inc/fmshimp.hxx
+++ b/svx/source/inc/fmshimp.hxx
@@ -490,7 +490,6 @@ private:
// ConfigItem related stuff
SAL_DLLPRIVATE virtual void Notify( const com::sun::star::uno::Sequence< OUString >& _rPropertyNames) SAL_OVERRIDE;
- SAL_DLLPRIVATE virtual void Commit() SAL_OVERRIDE;
SAL_DLLPRIVATE void implAdjustConfigCache();
SAL_DLLPRIVATE ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlContainer >
@@ -517,6 +516,7 @@ private:
*/
SAL_DLLPRIVATE void impl_RemoveElement_nothrow(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& Element);
+ SAL_DLLPRIVATE virtual void ImplCommit() SAL_OVERRIDE;
// asynchronous cursor actions/navigation slot handling