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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat May 4 06:17:31 UTC 2019


 dbaccess/source/filter/xml/xmlfilter.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 96744db8508ed77f8288cf71a6232486f23f25f6
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 28 21:11:14 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 4 08:16:58 2019 +0200

    Fix typo
    
    Change-Id: Ia21f12ac5fc872ca7c04e61e795b9f9f049a3dbe
    Reviewed-on: https://gerrit.libreoffice.org/71777
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/dbaccess/source/filter/xml/xmlfilter.hxx b/dbaccess/source/filter/xml/xmlfilter.hxx
index c73230e94ff3..87704d2ade8a 100644
--- a/dbaccess/source/filter/xml/xmlfilter.hxx
+++ b/dbaccess/source/filter/xml/xmlfilter.hxx
@@ -144,7 +144,7 @@ public:
     rtl::Reference < XMLPropertySetMapper > const & GetColumnStylesPropertySetMapper() const;
     rtl::Reference < XMLPropertySetMapper > const & GetCellStylesPropertySetMapper() const;
 
-    /** add a Info to the sequence which will be appended to the data source
+    /** add an Info to the sequence which will be appended to the data source
         @param  _rInfo The property to append.
     */
     void addInfo(const css::beans::PropertyValue& _rInfo)


More information about the Libreoffice-commits mailing list