summaryrefslogtreecommitdiffstats
path: root/svx/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-09-17 12:23:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:46 +0100
commit3edc54658d0e33c354ba6fd6791769ba31cd553a (patch)
tree4ebebbd0865a16e5a322788953a471fbb9e1e834 /svx/inc
parentadd a column width dialog (diff)
downloadcore-3edc54658d0e33c354ba6fd6791769ba31cd553a.tar.gz
core-3edc54658d0e33c354ba6fd6791769ba31cd553a.zip
convert code to use new table width dialog
Change-Id: I50ac81a34945760ccb053ae1c8e328bbdff1a944
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/stddlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/inc/svx/stddlg.hxx b/svx/inc/svx/stddlg.hxx
index 66385d6cacae..ff77060e4f5f 100644
--- a/svx/inc/svx/stddlg.hxx
+++ b/svx/inc/svx/stddlg.hxx
@@ -28,6 +28,7 @@ class SVX_DLLPUBLIC SvxStandardDialog: public SfxModalDialog
{
public:
SvxStandardDialog( Window* pParent, const ResId& rResId );
+ SvxStandardDialog( Window* pParent, const rtl::OString& rID, const rtl::OUString& rUIXMLDescription );
~SvxStandardDialog();
short Execute();