summaryrefslogtreecommitdiff
path: root/drawinglayer/inc/drawinglayer/attribute/sdrlightattribute3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/inc/drawinglayer/attribute/sdrlightattribute3d.hxx')
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/sdrlightattribute3d.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/inc/drawinglayer/attribute/sdrlightattribute3d.hxx b/drawinglayer/inc/drawinglayer/attribute/sdrlightattribute3d.hxx
index 0b42d7dbf05e..10d84f86eacc 100644
--- a/drawinglayer/inc/drawinglayer/attribute/sdrlightattribute3d.hxx
+++ b/drawinglayer/inc/drawinglayer/attribute/sdrlightattribute3d.hxx
@@ -65,8 +65,8 @@ namespace drawinglayer
public:
// constructors/destructor
Sdr3DLightAttribute(
- const basegfx::BColor& rColor,
- const basegfx::B3DVector& rDirection,
+ const basegfx::BColor& rColor,
+ const basegfx::B3DVector& rDirection,
bool bSpecular);
Sdr3DLightAttribute(const basegfx::BColor& rColor);
Sdr3DLightAttribute();