diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 06:24:17 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 06:24:17 +0000 |
commit | 0c3c8c77523f3c915b093fc4880f503a5a8fb38c (patch) | |
tree | b1ae2758e5c7afad93d6cfa645c8c1584576e925 /svx/source/accessibility | |
parent | d659b8b2581b42c0dd6d0c46df0de9246bb9a3ca (diff) |
INTEGRATION: CWS residcleanup (1.6.262); FILE MERGED
2007/02/20 19:38:26 pl 1.6.262.1: #i74635# get rid of global ResMgr
Diffstat (limited to 'svx/source/accessibility')
-rw-r--r-- | svx/source/accessibility/AccessibleFrameSelector.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/accessibility/AccessibleFrameSelector.cxx b/svx/source/accessibility/AccessibleFrameSelector.cxx index a02f0511fd07..21a5d6266fff 100644 --- a/svx/source/accessibility/AccessibleFrameSelector.cxx +++ b/svx/source/accessibility/AccessibleFrameSelector.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleFrameSelector.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-17 04:00:34 $ + * last change: $Author: rt $ $Date: 2007-04-26 07:24:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -130,8 +130,8 @@ AccFrameSelector::AccFrameSelector( FrameSelector& rFrameSel, FrameBorderType eB meBorder( eBorder ), maFocusListeners( maFocusMutex ), maPropertyListeners( maPropertyMutex ), - maNames( ResId( ARR_TEXTS ) ), - maDescriptions( ResId(ARR_DESCRIPTIONS ) ) + maNames( SVX_RES( ARR_TEXTS ) ), + maDescriptions( SVX_RES(ARR_DESCRIPTIONS ) ) { FreeResource(); } |