summaryrefslogtreecommitdiff
path: root/sw/source/ui/fmtui
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fmtui')
-rw-r--r--sw/source/ui/fmtui/tmpdlg.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/ui/fmtui/tmpdlg.cxx b/sw/source/ui/fmtui/tmpdlg.cxx
index 262115338bf9..97c0acbe8396 100644
--- a/sw/source/ui/fmtui/tmpdlg.cxx
+++ b/sw/source/ui/fmtui/tmpdlg.cxx
@@ -518,12 +518,6 @@ void SwTemplateDlgController::PageCreated(const OString& rId, SfxTabPage &rPage
{
static_cast<SwWrapTabPage&>(rPage).SetFormatUsed( true, false );
}
- else if (rId == "columns")
- {
- if( nType == SfxStyleFamily::Frame )
- static_cast<SwColumnPage&>(rPage).SetFrameMode(true);
- static_cast<SwColumnPage&>(rPage).SetFormatUsed( true );
- }
else if (rId == "macros")
{
SfxAllItemSet aNewSet(*aSet.GetPool());