summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg/pardlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/chrdlg/pardlg.cxx')
-rw-r--r--sw/source/ui/chrdlg/pardlg.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/chrdlg/pardlg.cxx b/sw/source/ui/chrdlg/pardlg.cxx
index 5be8280731a1..761e7f780e5d 100644
--- a/sw/source/ui/chrdlg/pardlg.cxx
+++ b/sw/source/ui/chrdlg/pardlg.cxx
@@ -157,12 +157,10 @@ SwParaDlg::SwParaDlg(Window *pParent,
SetCurPageId(sDefPage);
}
-
SwParaDlg::~SwParaDlg()
{
}
-
void SwParaDlg::PageCreated(sal_uInt16 nId, SfxTabPage& rPage)
{
SwWrtShell& rSh = rView.GetWrtShell();
@@ -245,6 +243,4 @@ void SwParaDlg::PageCreated(sal_uInt16 nId, SfxTabPage& rPage)
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */