summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-04-03 16:53:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-04-03 20:07:40 +0100
commite61d41ea3510a9abf40f2cb6a7b8c6009d2513db (patch)
tree667606be780d049bce7070e1af794ed2465c56ce /sc/inc
parent7aa6f1b01481c1d0f1a12f56ad197c797056c37b (diff)
convert calc format cells dialog to .ui format
Change-Id: Ic134909f3e65bcb1aa440f60a156f293225d3edc
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/sc.hrc1
-rw-r--r--sc/inc/scabstdlg.hxx3
2 files changed, 1 insertions, 3 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index 0044fc45de57..ad9ee123dd5b 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -946,7 +946,6 @@
#define BMP_END (BMP_START + 100)
#define SC_DIALOGS_START (BMP_END)
-#define RID_SCDLG_ATTR (SC_DIALOGS_START)
#define RID_SCDLG_SORT (SC_DIALOGS_START + 5)
#define RID_SCPAGE_SORT_FIELDS (SC_DIALOGS_START + 6)
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index 1683d3da812b..8003cda1ccb4 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -481,8 +481,7 @@ public:
virtual SfxAbstractTabDialog * CreateScAttrDlg( SfxViewFrame* pFrame, //add for ScAttrDlg
Window* pParent,
- const SfxItemSet* pCellAttrs,
- int nId) = 0;
+ const SfxItemSet* pCellAttrs ) = 0;
virtual SfxAbstractTabDialog * CreateScHFEditDlg( SfxViewFrame* pFrame, //add for ScHFEditDlg
Window* pParent,