summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app/apphdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/app/apphdl.cxx')
-rw-r--r--sw/source/uibase/app/apphdl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/app/apphdl.cxx b/sw/source/uibase/app/apphdl.cxx
index 9b32ae77e7d0..e3dd39a8e1bc 100644
--- a/sw/source/uibase/app/apphdl.cxx
+++ b/sw/source/uibase/app/apphdl.cxx
@@ -198,7 +198,7 @@ void SwModule::StateOther(SfxItemSet &rSet)
break;
case FN_SET_MODOPT_TBLNUMFMT:
rSet.Put( SfxBoolItem( nWhich, pModuleConfig->
- IsInsTblFormatNum( bWebView )));
+ IsInsTableFormatNum( bWebView )));
break;
default:
OSL_FAIL("::StateOther: default");
@@ -679,9 +679,9 @@ void SwModule::ExecOther(SfxRequest& rReq)
nWhich, false, &pItem ))
bSet = static_cast<const SfxBoolItem*>(pItem)->GetValue();
else
- bSet = !pModuleConfig->IsInsTblFormatNum( bWebView );
+ bSet = !pModuleConfig->IsInsTableFormatNum( bWebView );
- pModuleConfig->SetInsTblFormatNum( bWebView, bSet );
+ pModuleConfig->SetInsTableFormatNum( bWebView, bSet );
}
break;
#if HAVE_FEATURE_DBCONNECTIVITY
@@ -734,7 +734,7 @@ void SwModule::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint )
bUpdateFields = false;
if(bUpdateFields)
{
- pWrtSh->UpdateInputFlds();
+ pWrtSh->UpdateInputFields();
// Are database fields contained?
// Get all used databases for the first time