summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMathias Bauer <mbauer@apache.org>2011-09-18 19:51:29 +0000
committerMathias Bauer <mbauer@apache.org>2011-09-18 19:51:29 +0000
commitfbf1b0beb451d6d22eca9bb044f1b6d50ba11c92 (patch)
tree7dd4edc21194761d10bec99f97f517342e518471 /sfx2
parent00f8c5024bf3a82eb8eadaf13333f801dadc365b (diff)
cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/dialog.hrc2
-rw-r--r--sfx2/source/dialog/newstyle.cxx2
-rw-r--r--sfx2/source/dialog/templdlg.hrc5
3 files changed, 3 insertions, 6 deletions
diff --git a/sfx2/source/dialog/dialog.hrc b/sfx2/source/dialog/dialog.hrc
index 7f03bf416431..7dcd75f76e83 100644
--- a/sfx2/source/dialog/dialog.hrc
+++ b/sfx2/source/dialog/dialog.hrc
@@ -78,6 +78,8 @@
#define RID_EDIT_DURATIONS ( RC_DIALOG_BEGIN + 123 )
#define SFX_PB_EDIT ( RC_DIALOG_BEGIN + 124 )
+#define STR_STYLE_ELEMTLIST ( RC_DIALOG_BEGIN + 125 )
+
#endif // #ifndef _SFX_DIALOG_HRC
// eof ------------------------------------------------------------------------
diff --git a/sfx2/source/dialog/newstyle.cxx b/sfx2/source/dialog/newstyle.cxx
index 17bbee8c126f..44247234f8d9 100644
--- a/sfx2/source/dialog/newstyle.cxx
+++ b/sfx2/source/dialog/newstyle.cxx
@@ -91,7 +91,7 @@ SfxNewStyleDlg::SfxNewStyleDlg( Window* pParent, SfxStyleSheetBasePool& rInPool
aOKBtn.SetClickHdl(LINK(this, SfxNewStyleDlg, OKHdl));
aColBox.SetModifyHdl(LINK(this, SfxNewStyleDlg, ModifyHdl));
aColBox.SetDoubleClickHdl(LINK(this, SfxNewStyleDlg, OKHdl));
- aColBox.SetAccessibleName(SfxResId(FL_COL));
+ // aColBox.SetAccessibleName(SfxResId(FL_COL));
SfxStyleSheetBase *pStyle = rPool.First();
while ( pStyle )
diff --git a/sfx2/source/dialog/templdlg.hrc b/sfx2/source/dialog/templdlg.hrc
index e39108ce57a9..1a22fb2d50fc 100644
--- a/sfx2/source/dialog/templdlg.hrc
+++ b/sfx2/source/dialog/templdlg.hrc
@@ -48,8 +48,3 @@
#define BT_FLIST 8
#define BT_VLIST 9
#define BT_TOOL 10
-
-//IAccessibility2 Implementation 2009-----
-#define STR_STYLE_ELEMTLIST 18
-//-----IAccessibility2 Implementation 2009
-