diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-11-07 20:34:22 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-11-07 20:34:22 +0100 |
commit | 63752c99899126ad57460dcc6c64ff223bfdce2c (patch) | |
tree | 8a0cde5ce052dadf537da7d0458d18598a2b5c98 | |
parent | a5b9d4fba2464f1ba87ee2d0fc34a3195fabfeb8 (diff) |
remove misleading comment
Change-Id: I8c4187f3f50c4675ab4fe392ef0f0736109788da
-rw-r--r-- | xmloff/source/text/txtparai.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtparai.hxx b/xmloff/source/text/txtparai.hxx index 683d94d9c7e8..2f0629a8e6a0 100644 --- a/xmloff/source/text/txtparai.hxx +++ b/xmloff/source/text/txtparai.hxx @@ -36,7 +36,7 @@ namespace xml { namespace sax { class XAttributeList; } } class XMLParaContext : public SvXMLImportContext { ::com::sun::star::uno::Reference < - ::com::sun::star::text::XTextRange > xStart; // xub_StrLen nStart; + ::com::sun::star::text::XTextRange > xStart; OUString sStyleName; OUString m_sXmlId; OUString m_sAbout; |