summaryrefslogtreecommitdiff
path: root/sw/source/ui/table/tautofmt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/table/tautofmt.cxx')
-rw-r--r--sw/source/ui/table/tautofmt.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/table/tautofmt.cxx b/sw/source/ui/table/tautofmt.cxx
index 680cc726d5a5..4ef7254dafdb 100644
--- a/sw/source/ui/table/tautofmt.cxx
+++ b/sw/source/ui/table/tautofmt.cxx
@@ -112,7 +112,6 @@ private:
Edit* m_pEdInput; // Edit obtains the focus.
};
-
SwStringInputDlg::SwStringInputDlg(Window* pParent, const OUString& rTitle,
const OUString& rEditTitle, const OUString& rDefault)
: ModalDialog(pParent, "StringInputDialog", "modules/swriter/ui/stringinput.ui")
@@ -129,7 +128,6 @@ OUString SwStringInputDlg::GetInputString() const
return m_pEdInput->GetText();
}
-
SwStringInputDlg::~SwStringInputDlg()
{
}
@@ -251,7 +249,6 @@ void SwAutoFormatDlg::FillAutoFmtOfIndex( SwTableAutoFmt*& rToFill ) const
delete rToFill, rToFill = 0;
}
-
// Handler:
IMPL_LINK( SwAutoFormatDlg, CheckHdl, Button *, pBtn )