summaryrefslogtreecommitdiffstats
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-20 09:50:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-20 10:18:34 +0000
commitcffabc3d8e73ce957cfc1b8015398564aba6e63f (patch)
tree2c51cd7ae9adf856919d0d50db3d42331061063d /sc/inc/scabstdlg.hxx
parentResolves: #i121943# apply patch for PenWidth attribute (diff)
downloadcore-cffabc3d8e73ce957cfc1b8015398564aba6e63f.tar.gz
core-cffabc3d8e73ce957cfc1b8015398564aba6e63f.zip
convert row/col height/width dialogs to .ui
Change-Id: Ie97b9fcdd5fb93d195ea1beb536d5a0ac7bf7cc4
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index 371a3621aa67..eba169d9dff3 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -400,17 +400,16 @@ public:
const std::vector<OUString> &rEntryList ) = 0;
virtual AbstractScLinkedAreaDlg * CreateScLinkedAreaDlg(Window* pParent) = 0;
- virtual AbstractScMetricInputDlg * CreateScMetricInputDlg ( Window* pParent,
- sal_uInt16 nResId, // derivative for every dialog!
+ virtual AbstractScMetricInputDlg * CreateScMetricInputDlg ( Window* pParent,
+ OString sDialogName,
long nCurrent,
long nDefault,
- int nId ,
FieldUnit eFUnit = FUNIT_MM,
sal_uInt16 nDecimals = 2,
long nMaximum = 1000,
long nMinimum = 0,
long nFirst = 1,
- long nLast = 100 ) = 0;
+ long nLast = 100 ) = 0;
virtual AbstractScMoveTableDlg * CreateScMoveTableDlg(Window * pParent,
const OUString& rDefault) = 0;