diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-21 10:06:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-21 10:06:36 +0000 |
commit | e827f3577562aaffe507e397a95db6d105c1e6d9 (patch) | |
tree | ab220e60c1b6e1478203a4d76072de4b203c7d46 /svx/source | |
parent | 8a281fdf0c1b53abd61eb41d92993e996f5e1b9d (diff) |
rename this to avoid resource warning
Diffstat (limited to 'svx/source')
-rwxr-xr-x | svx/source/engine3d/float3d.cxx | 2 | ||||
-rwxr-xr-x | svx/source/engine3d/float3d.src | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx index 5bc04ebfe233..b146ec1588cb 100755 --- a/svx/source/engine3d/float3d.cxx +++ b/svx/source/engine3d/float3d.cxx @@ -245,7 +245,7 @@ Svx3DWin::Svx3DWin( SfxBindings* pInBindings, mpRemember2DAttributes(NULL), bOnly3DChanged ( sal_False ) { - String accname(SVX_RES(STR_COLOR_LIGHT_PRE)); + String accname(SVX_RES(RID_SVXFLOAT3D_COLOR_LIGHT_PRE)); aCtlLightPreview.SetAccessibleName(accname); aCtlPreview.SetAccessibleName(accname); aLbAmbientlight.SetAccessibleName(aFTAmbientlight.GetDisplayText()); diff --git a/svx/source/engine3d/float3d.src b/svx/source/engine3d/float3d.src index 0952761153f3..e03ab866fe08 100755 --- a/svx/source/engine3d/float3d.src +++ b/svx/source/engine3d/float3d.src @@ -1233,8 +1233,8 @@ String RID_SVXFLOAT3D_FIX_B { Text [ en-US ] = "B:"; }; -String STR_COLOR_LIGHT_PRE + +String RID_SVXFLOAT3D_COLOR_LIGHT_PRE { Text [ en-US ] = "Color Light Preview"; }; - |