diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-11-24 12:46:37 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-11-24 12:46:37 +0100 |
commit | 6c8cae77f8937bd4a717f1d099a44cba6173923f (patch) | |
tree | d379f87db2d5b02130c3346767933a75080576dc /cui/source/options | |
parent | d925fcf39e08921804a540bbd7766c2d84446ff5 (diff) |
some fixes after resync
Diffstat (limited to 'cui/source/options')
-rw-r--r-- | cui/source/options/readonlyimage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/readonlyimage.cxx b/cui/source/options/readonlyimage.cxx index ae8f1e4faa58..508c4e6cfaec 100644 --- a/cui/source/options/readonlyimage.cxx +++ b/cui/source/options/readonlyimage.cxx @@ -43,7 +43,7 @@ ReadOnlyImage::ReadOnlyImage(Window* pParent, const ResId rResId) : FixedImage(pParent, rResId) { sal_Bool bHighContrast = pParent->GetSettings().GetStyleSettings().GetHighContrastMode(); - SetImage( Image(SVX_RES(bHighContrast ? RID_SVXBMP_LOCK_HC : RID_SVXBMP_LOCK ))); + SetImage( Image(CUI_RES(bHighContrast ? RID_SVXBMP_LOCK_HC : RID_SVXBMP_LOCK ))); } /*-- 26.02.2004 13:31:04--------------------------------------------------- |