summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/newstyle.cxx
diff options
context:
space:
mode:
authorMalte Timmermann [mt] <malte.timmermann@oracle.com>2011-01-21 10:02:35 +0100
committerMalte Timmermann [mt] <malte.timmermann@oracle.com>2011-01-21 10:02:35 +0100
commite9ba5cd3ff6a45cde3c2681dcff1787f85e118da (patch)
treeb636b0f6b51545acf164bb1f80a362df9c3227e1 /sfx2/source/dialog/newstyle.cxx
parent5983e2391c1cd2f95e72d89687170b158430041c (diff)
accfixes: added more accessibility information and fixed tab orders in multiple dialogs (sfx2 module)
Diffstat (limited to 'sfx2/source/dialog/newstyle.cxx')
-rw-r--r--sfx2/source/dialog/newstyle.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/dialog/newstyle.cxx b/sfx2/source/dialog/newstyle.cxx
index 8235333857d5..17bbee8c126f 100644
--- a/sfx2/source/dialog/newstyle.cxx
+++ b/sfx2/source/dialog/newstyle.cxx
@@ -91,6 +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));
SfxStyleSheetBase *pStyle = rPool.First();
while ( pStyle )