summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-03-18 17:05:51 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-03-18 17:15:56 +0100
commit9be25f14bdd801106efcfae34c8f1492cddfa714 (patch)
tree84aa1de48abd7163fdb6fcabdf2c08e20bdd603a /filter
parenta09124e6f585a128b4f130804f4a1f1ee8a31c93 (diff)
avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what not
Change-Id: I8e409ba63d32dca9a1c7f09d143165d1d702d642
Diffstat (limited to 'filter')
-rw-r--r--filter/source/svg/svgexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/svg/svgexport.cxx b/filter/source/svg/svgexport.cxx
index 5017d99a116a..81a4435325a2 100644
--- a/filter/source/svg/svgexport.cxx
+++ b/filter/source/svg/svgexport.cxx
@@ -1830,7 +1830,7 @@ sal_Bool SVGFilter::implCreateObjects()
if( xDrawPage.is() )
{
-#if ENABLE_EXPORT_CUSTOM_SLIDE_BACKGROUND
+#ifdef ENABLE_EXPORT_CUSTOM_SLIDE_BACKGROUND
// TODO complete the implementation for exporting custom background for each slide
// implementation status:
// - hatch stroke color is set to 'none' so the hatch is not visible, why ?