Kaydet (Commit) 51e73ccb authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I75b38bbbef895901c7b5188fc7b47860b9e9ff89
Reviewed-on: https://gerrit.libreoffice.org/59241
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst f000f9f1
...@@ -227,7 +227,7 @@ enum NfIndexTableOffset ...@@ -227,7 +227,7 @@ enum NfIndexTableOffset
// (NF_..._START and NF_..._END above) to fill its categories with builtin // (NF_..._START and NF_..._END above) to fill its categories with builtin
// formats, make new formats known to svx/source/items/numfmtsh.cxx // formats, make new formats known to svx/source/items/numfmtsh.cxx
// SvxNumberFormatShell::FillEListWithStd_Impl(), otherwise they will not // 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_3D = NF_INDEX_TABLE_LOCALE_DATA_DEFAULTS, // # ???/???
NF_FRACTION_2, // # ?/2 NF_FRACTION_2, // # ?/2
......
...@@ -4185,7 +4185,7 @@ bool OReportController::impl_setPropertyAtControls_throw(const char* pUndoResId, ...@@ -4185,7 +4185,7 @@ bool OReportController::impl_setPropertyAtControls_throw(const char* pUndoResId,
} }
catch(const UnknownPropertyException& e) catch(const UnknownPropertyException& e)
{ {
SAL_WARN("reportdesign", "UnknowPropertyException:" << e); SAL_WARN("reportdesign", "UnknownPropertyException:" << e);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment