summaryrefslogtreecommitdiff
path: root/drawinglayer/inc
diff options
context:
space:
mode:
authorArtur Dorda <artur.dorda+libo@gmail.com>2012-07-03 20:25:52 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-07-12 03:10:15 +0200
commit549db19b4d85e2379028d06e089c1c5ffee2526e (patch)
treee09c0f7e6848acf7cdfc258e5e9b4f73c6e892e2 /drawinglayer/inc
parenta5a422d20dc2c75b9e249a7685994171eda82804 (diff)
Added properties FirstLightLevel & SecondLightLevel
Change-Id: Ia7ff7cd84c5b26d1a2f7898a271a800d9731b65f
Diffstat (limited to 'drawinglayer/inc')
-rw-r--r--drawinglayer/inc/drawinglayer/EnhancedShapeDumper.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/drawinglayer/inc/drawinglayer/EnhancedShapeDumper.hxx b/drawinglayer/inc/drawinglayer/EnhancedShapeDumper.hxx
index b11666fdf0cd..412c33764b9e 100644
--- a/drawinglayer/inc/drawinglayer/EnhancedShapeDumper.hxx
+++ b/drawinglayer/inc/drawinglayer/EnhancedShapeDumper.hxx
@@ -57,6 +57,8 @@ public:
void dumpLightFaceAsAttribute(sal_Bool bLightFace);
void dumpFirstLightHarshAsAttribute(sal_Bool bFirstLightHarsh);
void dumpSecondLightHarshAsAttribute(sal_Bool bSecondLightHarsh);
+ void dumpFirstLightLevelAsAttribute(double aFirstLightLevel);
+ void dumpSecondLightLevelAsAttribute(double aSecondLightLevel);
private:
xmlTextWriterPtr xmlWriter;