diff options
Diffstat (limited to 'sw/source/ui/table/tabledlg.cxx')
-rw-r--r-- | sw/source/ui/table/tabledlg.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/table/tabledlg.cxx b/sw/source/ui/table/tabledlg.cxx index 36964d4f10fe..a797a69f1af2 100644 --- a/sw/source/ui/table/tabledlg.cxx +++ b/sw/source/ui/table/tabledlg.cxx @@ -1428,8 +1428,7 @@ bool SwTextFlowPage::FillItemSet( SfxItemSet* rSet ) void SwTextFlowPage::Reset( const SfxItemSet* rSet ) { const SfxPoolItem* pItem; - SvxHtmlOptions& rHtmlOpt = SvxHtmlOptions::Get(); - bool bFlowAllowed = !bHtmlMode || rHtmlOpt.IsPrintLayoutExtension(); + bool bFlowAllowed = !bHtmlMode || SvxHtmlOptions::IsPrintLayoutExtension(); if(bFlowAllowed) { //Inserting of the existing page templates in the list box |