summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-11-07 20:34:22 +0100
committerAndras Timar <andras.timar@collabora.com>2013-11-07 20:34:22 +0100
commit63752c99899126ad57460dcc6c64ff223bfdce2c (patch)
tree8a0cde5ce052dadf537da7d0458d18598a2b5c98 /xmloff
parenta5b9d4fba2464f1ba87ee2d0fc34a3195fabfeb8 (diff)
remove misleading comment
Change-Id: I8c4187f3f50c4675ab4fe392ef0f0736109788da
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtparai.hxx2
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;