summaryrefslogtreecommitdiff
path: root/oox/inc/oox/drawingml/theme.hxx
diff options
context:
space:
mode:
authorKatarina Machalkova <kmachalkova@suse.cz>2010-10-20 18:31:49 +0200
committerKatarina Machalkova <kmachalkova@suse.cz>2010-10-21 09:37:15 +0200
commitf4fa39e90ef0bd28f883226e2954482b31a741e5 (patch)
tree6a057b4dd2902193fa183ddfeaa65b27d1ef6eb6 /oox/inc/oox/drawingml/theme.hxx
parenta3e61bf09120a70a6f209a0b61df9df68d19ba2b (diff)
Undoing pptx filter as a separate lib ( + related changes)
Shared ppt + pptx filter will be merged from cws later
Diffstat (limited to 'oox/inc/oox/drawingml/theme.hxx')
-rw-r--r--oox/inc/oox/drawingml/theme.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/oox/inc/oox/drawingml/theme.hxx b/oox/inc/oox/drawingml/theme.hxx
index 64fe27738522..15f5ce82ce12 100644
--- a/oox/inc/oox/drawingml/theme.hxx
+++ b/oox/inc/oox/drawingml/theme.hxx
@@ -32,7 +32,6 @@
#include "oox/drawingml/clrscheme.hxx"
#include "oox/drawingml/shape.hxx"
#include "oox/drawingml/textfont.hxx"
-#include <com/sun/star/xml/dom/XDocument.hpp>
namespace oox {
namespace drawingml {
@@ -95,11 +94,6 @@ public:
inline Shape& getTxDef() { return maTxDef; }
inline const Shape& getTxDef() const { return maTxDef; }
- void setFragment( const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::dom::XDocument>& xRef ) { mxFragment=xRef; }
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::dom::XDocument>& getFragment() const { return mxFragment; }
-
private:
::rtl::OUString maStyleName;
ClrScheme maClrScheme;
@@ -111,8 +105,6 @@ private:
Shape maSpDef;
Shape maLnDef;
Shape maTxDef;
- ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::dom::XDocument> mxFragment;
};
// ============================================================================