summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtflde.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtflde.cxx')
-rw-r--r--xmloff/source/text/txtflde.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx
index af5c290c6114..2e53ecfece77 100644
--- a/xmloff/source/text/txtflde.cxx
+++ b/xmloff/source/text/txtflde.cxx
@@ -2638,7 +2638,7 @@ void XMLTextFieldExport::ProcessDateTime(enum XMLTokenEnum eName,
OUStringBuffer aBuffer;
if (bIsDuration)
{
- // date/time durationM handle bOmitDurationIfZero
+ // date/time duration handle bOmitDurationIfZero
if (!bOmitDurationIfZero || !::rtl::math::approxEqual(dValue, 0.0))
{
::sax::Converter::convertDuration(aBuffer, dValue);
invalid bitmap sizeChristian Lohmaier 2018-04-07tdf#116152 android.net.Uri.encode(string) is even better...Christian Lohmaier 2018-04-07tdf#116152 fix filenames with spaces (code expects %20, not +)Christian Lohmaier 2018-04-02use https links for api.libreoffice.org and opengrokdennisroczek 2018-03-27.uno:Save callback for the Android ViewerMert Tümer 2018-03-27tdf#116152 fix unsupported url exception on Android ViewerMert Tümer 2018-03-15tdf#96796 - Added clipboard actions for the Android ViewerMert Tümer 2018-03-14Revert "tdf#96796 - Added clipboard actions for the Android Viewer"Thorsten Behrens 2018-03-14[Pardus] tdf#107026 render the new page without reopen the documentMert Tümer 2018-03-14tdf#96796 - Added clipboard actions for the Android ViewerMert Tümer