summaryrefslogtreecommitdiff
path: root/svx/source/engine3d
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d')
-rw-r--r--svx/source/engine3d/float3d.cxx5
-rw-r--r--svx/source/engine3d/float3d.src10
2 files changed, 3 insertions, 12 deletions
diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx
index 7b239d7f16f6..a5e285ee1416 100644
--- a/svx/source/engine3d/float3d.cxx
+++ b/svx/source/engine3d/float3d.cxx
@@ -52,6 +52,7 @@
#include <svx/float3d.hxx>
#include "float3d.hrc"
+#include "bitmaps.hlst"
using namespace com::sun::star;
@@ -86,8 +87,8 @@ namespace {
Svx3DWin::Svx3DWin(SfxBindings* pInBindings, SfxChildWindow *pCW, vcl::Window* pParent)
: SfxDockingWindow (pInBindings, pCW, pParent,
"Docking3DEffects", "svx/ui/docking3deffects.ui")
- , aImgLightOn(BitmapEx(SVX_RES(RID_SVXBMP_LAMP_ON)))
- , aImgLightOff(BitmapEx(SVX_RES(RID_SVXBMP_LAMP_OFF)))
+ , aImgLightOn(BitmapEx(RID_SVXBMP_LAMP_ON))
+ , aImgLightOff(BitmapEx(RID_SVXBMP_LAMP_OFF))
, bUpdate(false)
, eViewType(ViewType3D::Geo)
, pModel(nullptr)
diff --git a/svx/source/engine3d/float3d.src b/svx/source/engine3d/float3d.src
index 8c15a5a45b93..f8d12a88f99e 100644
--- a/svx/source/engine3d/float3d.src
+++ b/svx/source/engine3d/float3d.src
@@ -21,16 +21,6 @@
#include "float3d.hrc"
#include <svx/svxcommands.h>
-Bitmap RID_SVXBMP_LAMP_ON
-{
- File = "lighton.png";
-};
-
-Bitmap RID_SVXBMP_LAMP_OFF
-{
- File = "light.bmp";
-};
-
String RID_SVXFLOAT3D_FAVORITE
{
Text [ en-US ] = "Favorite";