diff options
author | Mathias Bauer <mbauer@apache.org> | 2011-09-18 19:51:29 +0000 |
---|---|---|
committer | Mathias Bauer <mbauer@apache.org> | 2011-09-18 19:51:29 +0000 |
commit | fbf1b0beb451d6d22eca9bb044f1b6d50ba11c92 (patch) | |
tree | 7dd4edc21194761d10bec99f97f517342e518471 /cui/source | |
parent | 00f8c5024bf3a82eb8eadaf13333f801dadc365b (diff) |
cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/tabpages/autocdlg.src | 48 | ||||
-rw-r--r-- | cui/source/tabpages/tpbitmap.cxx | 2 |
2 files changed, 25 insertions, 25 deletions
diff --git a/cui/source/tabpages/autocdlg.src b/cui/source/tabpages/autocdlg.src index 8a906cf54e45..909ba51e8321 100644 --- a/cui/source/tabpages/autocdlg.src +++ b/cui/source/tabpages/autocdlg.src @@ -499,30 +499,6 @@ TabPage RID_OFAPAGE_AUTOCORR_EXCEPT { Text [ en-US ] = "Delete words with two initial capitals" ; }; - String STR_PB_SGL_STD - { - Text [ en-US ] = "Single quotes default" ; - }; - String STR_PB_DBL_STD - { - Text [ en-US ] = "Double quotes default" ; - }; - String STR_PB_SGL_START - { - Text [ en-US ] = "Start quote of single quotes" ; - }; - String STR_PB_DBL_START - { - Text [ en-US ] = "Start quote of double quotes" ; - }; - String STR_PB_SGL_END - { - Text [ en-US ] = "End quote of single quotes" ; - }; - String STR_PB_DBL_END - { - Text [ en-US ] = "End quote of double quotes" ; - }; }; /**************************************************************************/ /* */ @@ -691,6 +667,30 @@ TabPage RID_OFAPAGE_AUTOCORR_QUOTE { Text [ en-US ] = "Default" ; }; + String STR_PB_SGL_STD + { + Text [ en-US ] = "Single quotes default" ; + }; + String STR_PB_DBL_STD + { + Text [ en-US ] = "Double quotes default" ; + }; + String STR_PB_SGL_START + { + Text [ en-US ] = "Start quote of single quotes" ; + }; + String STR_PB_DBL_START + { + Text [ en-US ] = "Start quote of double quotes" ; + }; + String STR_PB_SGL_END + { + Text [ en-US ] = "End quote of single quotes" ; + }; + String STR_PB_DBL_END + { + Text [ en-US ] = "End quote of double quotes" ; + }; }; /**************************************************************************/ diff --git a/cui/source/tabpages/tpbitmap.cxx b/cui/source/tabpages/tpbitmap.cxx index 131f6c5674f9..d643306832c7 100644 --- a/cui/source/tabpages/tpbitmap.cxx +++ b/cui/source/tabpages/tpbitmap.cxx @@ -149,7 +149,7 @@ SvxBitmapTabPage::SvxBitmapTabPage aLbBackgroundColor.SetSelectHdl( LINK( this, SvxBitmapTabPage, ChangeBackgrndColorHdl_Impl ) ); - String accName = String(SVX_RES(STR_EXAMPLE)); + String accName = String(CUI_RES(STR_EXAMPLE)); aCtlPreview.SetAccessibleName(accName); aCtlPixel.SetAccessibleRelationMemberOf( &aFlProp ); aCtlPixel.SetAccessibleRelationLabeledBy( &aFtPixelEdit ); |