summaryrefslogtreecommitdiff
path: root/filter/source/svg
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-11-26 10:41:07 +0200
committerTor Lillqvist <tml@iki.fi>2012-11-26 10:59:38 +0200
commit4664dc52d990f6baab3f66f56dd3950dd6f7da8d (patch)
tree064f8a3c43bce57424b9cb3c9f877364dca9844c /filter/source/svg
parent4d160f28b510ce9277b5d6f85eb83b87beb717fe (diff)
More DISABLE_EXPORT tweaks
Change-Id: I23652e60de720af4da13f29f221001813b927eb2
Diffstat (limited to 'filter/source/svg')
-rw-r--r--filter/source/svg/svgfilter.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/filter/source/svg/svgfilter.hxx b/filter/source/svg/svgfilter.hxx
index 9624614c26f3..975b7c6f226e 100644
--- a/filter/source/svg/svgfilter.hxx
+++ b/filter/source/svg/svgfilter.hxx
@@ -293,9 +293,10 @@ private:
UCharSetMapMap mTextFieldCharSets;
Reference< XInterface > mCreateOjectsCurrentMasterPage;
UOStringMap mTextShapeIdListMap;
+#ifndef DISABLE_EXPORT
MetaBitmapActionSet mEmbeddedBitmapActionSet;
ObjectMap mEmbeddedBitmapActionMap;
-
+#endif
ObjectMap* mpObjects;
Reference< XComponent > mxSrcDoc;
Reference< XComponent > mxDstDoc;