diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-09-17 12:23:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 08:48:46 +0100 |
commit | 3edc54658d0e33c354ba6fd6791769ba31cd553a (patch) | |
tree | 4ebebbd0865a16e5a322788953a471fbb9e1e834 /svx/inc | |
parent | 472f558a845949b570f4d01bc0401e1132d1da49 (diff) |
convert code to use new table width dialog
Change-Id: I50ac81a34945760ccb053ae1c8e328bbdff1a944
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/stddlg.hxx | 1 |
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(); |