[Libreoffice-commits] core.git: xmloff/source

Andras Timar andras.timar at collabora.com
Thu Nov 7 20:34:43 CET 2013


 xmloff/source/text/txtparai.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 63752c99899126ad57460dcc6c64ff223bfdce2c
Author: Andras Timar <andras.timar at collabora.com>
Date:   Thu Nov 7 20:34:22 2013 +0100

    remove misleading comment
    
    Change-Id: I8c4187f3f50c4675ab4fe392ef0f0736109788da

diff --git a/xmloff/source/text/txtparai.hxx b/xmloff/source/text/txtparai.hxx
index 683d94d..2f0629a 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;


More information about the Libreoffice-commits mailing list