summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextFrameContext.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-15 16:18:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-16 09:46:59 +0200
commitfd226710fef768543a3ad0fe5081f79dc875dcf3 (patch)
tree463912376064f3044046300597dd21d05c7a4ca9 /xmloff/source/text/XMLTextFrameContext.hxx
parent38b8c6e969242fa2541e1dc751b49c00f3f17290 (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I4b877ab97259f7e031e34daf7ce93e1b59417a08
Diffstat (limited to 'xmloff/source/text/XMLTextFrameContext.hxx')
-rw-r--r--xmloff/source/text/XMLTextFrameContext.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLTextFrameContext.hxx b/xmloff/source/text/XMLTextFrameContext.hxx
index 2c201c54b519..d03de03ca6a4 100644
--- a/xmloff/source/text/XMLTextFrameContext.hxx
+++ b/xmloff/source/text/XMLTextFrameContext.hxx
@@ -36,7 +36,6 @@ namespace com { namespace sun { namespace star {
namespace text { class XTextCursor; class XTextContent; }
} } }
-class SvXMLAttributeList;
class XMLTextFrameContextHyperlink_Impl;
class XMLTextFrameContext : public SvXMLImportContext
@@ -46,7 +45,6 @@ class XMLTextFrameContext : public SvXMLImportContext
SvXMLImportContextRef m_xImplContext;
SvXMLImportContextRef m_xReplImplContext;
- SvXMLAttributeList *m_pAttrList;
XMLTextFrameContextHyperlink_Impl *m_pHyperlink;
// Implement Title/Description Elements UI (#i73249#)