summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-08-16 23:08:56 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-08-17 08:58:08 +0200
commit51e73ccb003357d17eab1c6536f3108e36ca5868 (patch)
tree139f77c6a3ac635e80886b099df5977752051656
parentf000f9f1a5b9a4ef157e09f3104e57f6b8f3239d (diff)
Fix typos
Change-Id: I75b38bbbef895901c7b5188fc7b47860b9e9ff89 Reviewed-on: https://gerrit.libreoffice.org/59241 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/svl/zforlist.hxx2
-rw-r--r--reportdesign/source/ui/report/ReportController.cxx2
2 files changed, 2 insertions, 2 deletions
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);
}
}