summaryrefslogtreecommitdiffstats
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authoroger000 <lodev@ogersoft.at>2013-07-21 18:52:52 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-07-24 15:35:37 +0000
commitc2a28a731f7068baf66f3ba9e4139e573d23d707 (patch)
treea127aa2b09942d4e1b4a6f353a3f2ff96e6a3427 /sc/inc/scabstdlg.hxx
parentAnother typo (diff)
downloadcore-c2a28a731f7068baf66f3ba9e4139e573d23d707.tar.gz
core-c2a28a731f7068baf66f3ba9e4139e573d23d707.zip
convert move table dialog to .ui format
Help needed: I did not find a way to get the height of the warning area included in the automatic calculated dialog height. So it stays behind the action buttons if an error occurs. (I am new to glade) Code adaption should be complete - build and move-sheet-test ok. helpcontent2 is done and I will try to upload. Change-Id: Id987ac799b17787c35302890a95af2bd99456589 Reviewed-on: https://gerrit.libreoffice.org/5006 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index ce4579979527..a1966f5548d0 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -416,9 +416,8 @@ public:
long nFirst = 1,
long nLast = 100 ) = 0;
- virtual AbstractScMoveTableDlg * CreateScMoveTableDlg( Window* pParent, //add for ScMoveTableDlg
- const String& rDefault,
- int nId ) = 0;
+ virtual AbstractScMoveTableDlg * CreateScMoveTableDlg(Window * pParent,
+ const String& rDefault) = 0;
virtual AbstractScNameCreateDlg * CreateScNameCreateDlg(Window * pParent,
sal_uInt16 nFlags) = 0;