summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app/swmodul1.cxx
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-05-20 13:05:49 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-05-20 13:05:49 +0200
commitab465b90f6c6da5595393a0ba73f33a1e71a2b65 (patch)
tree36b77192de2799a11b4bf0b269cb3f74d0a0bb1f /sw/source/uibase/app/swmodul1.cxx
parent0db96caf0fcce09b87621c11b584a6d81cc7df86 (diff)
bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-point
renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9
Diffstat (limited to 'sw/source/uibase/app/swmodul1.cxx')
-rw-r--r--sw/source/uibase/app/swmodul1.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sw/source/uibase/app/swmodul1.cxx b/sw/source/uibase/app/swmodul1.cxx
index a0763d3894a8..1dc1d29285c3 100644
--- a/sw/source/uibase/app/swmodul1.cxx
+++ b/sw/source/uibase/app/swmodul1.cxx
@@ -527,19 +527,19 @@ sal_uInt16 SwModule::GetRedlineMarkPos()
return pModuleConfig->GetMarkAlignMode();
}
-bool SwModule::IsInsTblFormatNum(bool bHTML) const
+bool SwModule::IsInsTableFormatNum(bool bHTML) const
{
- return pModuleConfig->IsInsTblFormatNum(bHTML);
+ return pModuleConfig->IsInsTableFormatNum(bHTML);
}
-bool SwModule::IsInsTblChangeNumFormat(bool bHTML) const
+bool SwModule::IsInsTableChangeNumFormat(bool bHTML) const
{
- return pModuleConfig->IsInsTblChangeNumFormat(bHTML);
+ return pModuleConfig->IsInsTableChangeNumFormat(bHTML);
}
-bool SwModule::IsInsTblAlignNum(bool bHTML) const
+bool SwModule::IsInsTableAlignNum(bool bHTML) const
{
- return pModuleConfig->IsInsTblAlignNum(bHTML);
+ return pModuleConfig->IsInsTableAlignNum(bHTML);
}
const Color &SwModule::GetRedlineMarkColor()
@@ -584,18 +584,18 @@ sal_uInt16 SwModule::GetLinkUpdMode( bool ) const
return (sal_uInt16)pUsrPref->GetUpdateLinkMode();
}
-SwFldUpdateFlags SwModule::GetFldUpdateFlags( bool ) const
+SwFieldUpdateFlags SwModule::GetFieldUpdateFlags( bool ) const
{
if(!pUsrPref)
GetUsrPref(false);
- return pUsrPref->GetFldUpdateFlags();
+ return pUsrPref->GetFieldUpdateFlags();
}
-void SwModule::ApplyFldUpdateFlags(SwFldUpdateFlags eFldFlags)
+void SwModule::ApplyFieldUpdateFlags(SwFieldUpdateFlags eFieldFlags)
{
if(!pUsrPref)
GetUsrPref(false);
- pUsrPref->SetFldUpdateFlags(eFldFlags);
+ pUsrPref->SetFieldUpdateFlags(eFieldFlags);
}
void SwModule::ApplyLinkMode(sal_Int32 nNewLinkMode)