diff options
Diffstat (limited to 'drawinglayer/source/attribute/sdrlightattribute3d.cxx')
-rw-r--r-- | drawinglayer/source/attribute/sdrlightattribute3d.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drawinglayer/source/attribute/sdrlightattribute3d.cxx b/drawinglayer/source/attribute/sdrlightattribute3d.cxx index 56f0b384129a..511590f5ffd4 100644 --- a/drawinglayer/source/attribute/sdrlightattribute3d.cxx +++ b/drawinglayer/source/attribute/sdrlightattribute3d.cxx @@ -20,7 +20,6 @@ #include <drawinglayer/attribute/sdrlightattribute3d.hxx> #include <basegfx/color/bcolor.hxx> #include <basegfx/vector/b3dvector.hxx> -#include <rtl/instance.hxx> namespace drawinglayer::attribute @@ -57,12 +56,6 @@ namespace drawinglayer::attribute } }; - namespace - { - struct theGlobalDefault : - public rtl::Static< Sdr3DLightAttribute::ImplType, theGlobalDefault > {}; - } - Sdr3DLightAttribute::Sdr3DLightAttribute( const basegfx::BColor& rColor, const basegfx::B3DVector& rDirection, |