[Libreoffice-commits] core.git: include/svl reportdesign/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Aug 17 06:58:34 UTC 2018


 include/svl/zforlist.hxx                           |    2 +-
 reportdesign/source/ui/report/ReportController.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 51e73ccb003357d17eab1c6536f3108e36ca5868
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Aug 16 23:08:56 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Aug 17 08:58:08 2018 +0200

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

diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index 8b1574cf8a08..4234bf8a8709 100644
--- a/include/svl/zforlist.hxx
+++ b/include/svl/zforlist.hxx
@@ -227,7 +227,7 @@ enum NfIndexTableOffset
     // (NF_..._START and NF_..._END above) to fill its categories with builtin
     // formats, make new formats known to svx/source/items/numfmtsh.cxx
     // SvxNumberFormatShell::FillEListWithStd_Impl(), otherwise they will not
-    // be be listed at all. Yes that is ugly.
+    // be listed at all. Yes that is ugly.
 
     NF_FRACTION_3D = NF_INDEX_TABLE_LOCALE_DATA_DEFAULTS,    // # ???/???
     NF_FRACTION_2,                          // # ?/2
diff --git a/reportdesign/source/ui/report/ReportController.cxx b/reportdesign/source/ui/report/ReportController.cxx
index 57c38e54109a..0a652766b5b1 100644
--- a/reportdesign/source/ui/report/ReportController.cxx
+++ b/reportdesign/source/ui/report/ReportController.cxx
@@ -4185,7 +4185,7 @@ bool OReportController::impl_setPropertyAtControls_throw(const char* pUndoResId,
             }
             catch(const UnknownPropertyException& e)
             {
-                SAL_WARN("reportdesign", "UnknowPropertyException:" << e);
+                SAL_WARN("reportdesign", "UnknownPropertyException:" << e);
             }
     }
 


More information about the Libreoffice-commits mailing list