summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-21 10:06:36 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-21 10:06:36 +0000
commite827f3577562aaffe507e397a95db6d105c1e6d9 (patch)
treeab220e60c1b6e1478203a4d76072de4b203c7d46 /svx/source
parent8a281fdf0c1b53abd61eb41d92993e996f5e1b9d (diff)
rename this to avoid resource warning
Diffstat (limited to 'svx/source')
-rwxr-xr-xsvx/source/engine3d/float3d.cxx2
-rwxr-xr-xsvx/source/engine3d/float3d.src4
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";
};
-