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

Matthew Pottage matthewpottage at invincitech.com
Sat Aug 9 02:52:43 PDT 2014


 writerfilter/source/dmapper/PropertyMap.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 053435d20a2206ecfb2b7d522895b0a89b66a649
Author: Matthew Pottage <matthewpottage at invincitech.com>
Date:   Thu Aug 7 15:13:26 2014 +0100

    Fixed erroneous comment (by me).
    
    Change-Id: Ie2430d0ef63bed95fd86f927260442814b0e5566
    Reviewed-on: https://gerrit.libreoffice.org/10809
    Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
    Tested-by: Thomas Arnhold <thomas at arnhold.org>

diff --git a/writerfilter/source/dmapper/PropertyMap.hxx b/writerfilter/source/dmapper/PropertyMap.hxx
index 4c1d2e2..63e7c2c 100644
--- a/writerfilter/source/dmapper/PropertyMap.hxx
+++ b/writerfilter/source/dmapper/PropertyMap.hxx
@@ -135,7 +135,7 @@ public:
     //Returns a copy of the property if it exists, .first is its PropertyIds and .second is its Value (type css::uno::Any)
     boost::optional<Property> getProperty( PropertyIds eId ) const;
 
-    //Has the property named been set (via Insert or Set)?
+    //Has the property named been set (via Insert)?
     bool isSet( PropertyIds eId ) const;
 
     const ::com::sun::star::uno::Reference< ::com::sun::star::text::XFootnote>&  GetFootnote() const { return m_xFootnote;}


More information about the Libreoffice-commits mailing list