summaryrefslogtreecommitdiff
path: root/sw/source/uibase/web/wview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/web/wview.cxx')
-rw-r--r--sw/source/uibase/web/wview.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/web/wview.cxx b/sw/source/uibase/web/wview.cxx
index 1a4e702ec1a8..66736a832595 100644
--- a/sw/source/uibase/web/wview.cxx
+++ b/sw/source/uibase/web/wview.cxx
@@ -102,12 +102,12 @@ void SwWebView::SelectShell()
#if HAVE_FEATURE_DESKTOP
// Decision whether UpdateTable must be called
bool bUpdateTable = false;
- const SwFrmFmt* pCurTableFmt = GetWrtShell().GetTableFmt();
- if(pCurTableFmt && pCurTableFmt != GetLastTblFrmFmt())
+ const SwFrameFormat* pCurTableFormat = GetWrtShell().GetTableFormat();
+ if(pCurTableFormat && pCurTableFormat != GetLastTableFrameFormat())
{
bUpdateTable = true; // can only be executed later
}
- SetLastTblFrmFmt(pCurTableFmt);
+ SetLastTableFrameFormat(pCurTableFormat);
//SEL_TBL and SEL_TBL_CELLS can be ored!
int nNewSelectionType = (GetWrtShell().GetSelectionType()
& ~nsSelectionType::SEL_TBL_CELLS);