summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-11 08:44:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-11 10:22:12 +0100
commite1683c2d13a744344ee6a7b06917f65c11d8b35b (patch)
treeab5002c802f7bc045703dfe9161e15b610788044 /svx
parentf6e7b94042070241cd1cfb1d7f8610fe1801b4f2 (diff)
callcatcher: update unused code
lots of ResID stuff going away now Change-Id: Iad8524e201cd3072db71da9e5ee1c244ed337967
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/stddlg.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/svx/source/dialog/stddlg.cxx b/svx/source/dialog/stddlg.cxx
index f850b443d061..3ea9673cfe0c 100644
--- a/svx/source/dialog/stddlg.cxx
+++ b/svx/source/dialog/stddlg.cxx
@@ -35,24 +35,13 @@ short SvxStandardDialog::Execute()
return nRet;
}
-
-
-SvxStandardDialog::SvxStandardDialog( Window *pParent, const ResId &rResId )
- : SfxModalDialog( pParent, rResId )
-{
-}
-
SvxStandardDialog::SvxStandardDialog(Window *pParent, const OString& rID, const OUString& rUIXMLDescription )
: SfxModalDialog(pParent, rID, rUIXMLDescription)
{
}
-
-
SvxStandardDialog::~SvxStandardDialog()
{
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */