summaryrefslogtreecommitdiffstats
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-04-09 10:40:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-04-09 13:15:24 +0100
commit78417f42a4b71729f324ca09e341ee24d9d4baaa (patch)
tree5979fe0998c22e48e78f59169e4967ee96715fc9 /sc/inc/scabstdlg.hxx
parentlibmerged: remove some of unused externals and static libraries (diff)
downloadcore-78417f42a4b71729f324ca09e341ee24d9d4baaa.tar.gz
core-78417f42a4b71729f324ca09e341ee24d9d4baaa.zip
adapt code for select range .ui conversion
Change-Id: Ib53b42a340da04276ce005efb22d19fda617e29a
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index 50f3aa08f344..14de680f3354 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -395,11 +395,7 @@ public:
SCTAB nTabCount, bool bFromFile) = 0;
virtual AbstractScSelEntryDlg * CreateScSelEntryDlg ( Window* pParent, // add for ScSelEntryDlg
- sal_uInt16 nResId,
- const String& aTitle,
- const String& aLbTitle,
- const std::vector<String> &rEntryList,
- int nId ) = 0;
+ const std::vector<String> &rEntryList ) = 0;
virtual AbstractScLinkedAreaDlg * CreateScLinkedAreaDlg ( Window* pParent, int nId) = 0; //add for ScLinkedAreaDlg
virtual AbstractScMetricInputDlg * CreateScMetricInputDlg ( Window* pParent, //add for ScMetricInputDlg