summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparae.cxx
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/txtparae.cxx
parent38b8c6e969242fa2541e1dc751b49c00f3f17290 (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I4b877ab97259f7e031e34daf7ce93e1b59417a08
Diffstat (limited to 'xmloff/source/text/txtparae.cxx')
-rw-r--r--xmloff/source/text/txtparae.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index e5d8876b48ae..6eba38b1c332 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -1303,7 +1303,7 @@ XMLTextParagraphExport::XMLTextParagraphExport(
GetExport() );
pSectionExport = new XMLSectionExport( rExp, *this );
- pIndexMarkExport = new XMLIndexMarkExport( rExp, *this );
+ pIndexMarkExport = new XMLIndexMarkExport( rExp );
if( ! IsBlockMode() &&
Reference<XRedlinesSupplier>( GetExport().GetModel(), UNO_QUERY ).is())