summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/number.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/number.cxx')
-rw-r--r--sw/source/core/doc/number.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/doc/number.cxx b/sw/source/core/doc/number.cxx
index 03e62ca88cb8..9108f0953c52 100644
--- a/sw/source/core/doc/number.cxx
+++ b/sw/source/core/doc/number.cxx
@@ -1118,7 +1118,7 @@ namespace numfunc
/** catches notification about changed default bullet configuration data */
virtual void Notify( const uno::Sequence<OUString>& aPropertyNames ) SAL_OVERRIDE;
- virtual void Commit() SAL_OVERRIDE;
+ virtual void ImplCommit() SAL_OVERRIDE;
// default bullet list configuration data
OUString msFontname;
@@ -1279,7 +1279,7 @@ namespace numfunc
InitFont();
}
- void SwDefBulletConfig::Commit()
+ void SwDefBulletConfig::ImplCommit()
{
}
@@ -1333,7 +1333,7 @@ namespace numfunc
/** catches notification about changed configuration data */
virtual void Notify( const com::sun::star::uno::Sequence<OUString>& aPropertyNames ) SAL_OVERRIDE;
- virtual void Commit() SAL_OVERRIDE;
+ virtual void ImplCommit() SAL_OVERRIDE;
// configuration data
bool mbChangeIndentOnTabAtFirstPosOfFirstListItem;
@@ -1374,7 +1374,7 @@ namespace numfunc
return aPropNames;
}
- void SwNumberingUIBehaviorConfig::Commit() {}
+ void SwNumberingUIBehaviorConfig::ImplCommit() {}
void SwNumberingUIBehaviorConfig::LoadConfig()
{