summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparaimphint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtparaimphint.hxx')
-rw-r--r--xmloff/source/text/txtparaimphint.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmloff/source/text/txtparaimphint.hxx b/xmloff/source/text/txtparaimphint.hxx
index 973942a60b74..e8308b1470e3 100644
--- a/xmloff/source/text/txtparaimphint.hxx
+++ b/xmloff/source/text/txtparaimphint.hxx
@@ -51,13 +51,6 @@ public:
{
}
- XMLHint_Impl( sal_uInt8 nTyp,
- const css::uno::Reference < css::text::XTextRange > & rS ) :
- xStart( rS ),
- nType( nTyp )
- {
- }
-
virtual ~XMLHint_Impl() {}
const css::uno::Reference < css::text::XTextRange > & GetStart() const { return xStart; }