summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/optutil.cxx
diff options
context:
space:
mode:
authorChristian M. Heller <christian.heller63@gmail.com>2014-11-11 04:51:00 -0500
committerCaolán McNamara <caolanm@redhat.com>2015-01-14 10:24:52 +0000
commitf276ef3f7f6ecc584b77a196236852bc6ff415cc (patch)
treea63f8c8f0c7385863613f3efe9f02a3c22c86a55 /sc/source/core/tool/optutil.cxx
parentf2efbca82d70451b0e8582bb699f33d709152e24 (diff)
fdo#39468 Translate German Comments - replace '//!' with '//TODO:'
It seems that most comments starting with '//!' were intended as FIXMEs. This replaces gerrit 12241. Conflicts: sc/source/core/tool/token.cxx sc/source/filter/excel/xlpivot.cxx Change-Id: I6ed06b32c70cc854a896dbbc386565e6fbfa9b28 Reviewed-on: https://gerrit.libreoffice.org/12361 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/core/tool/optutil.cxx')
-rw-r--r--sc/source/core/tool/optutil.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/tool/optutil.cxx b/sc/source/core/tool/optutil.cxx
index 42cb7312c1af..671e6d933756 100644
--- a/sc/source/core/tool/optutil.cxx
+++ b/sc/source/core/tool/optutil.cxx
@@ -25,7 +25,7 @@
bool ScOptionsUtil::IsMetricSystem()
{
- //! which language should be used here - system language or installed office language?
+ //TODO: which language should be used here - system language or installed office language?
MeasurementSystem eSys = ScGlobal::pLocaleData->getMeasurementSystemEnum();
@@ -49,7 +49,7 @@ void ScLinkConfigItem::SetCommitLink( const Link& rLink )
void ScLinkConfigItem::Notify( const com::sun::star::uno::Sequence<OUString>& /* aPropertyNames */ )
{
- //! not implemented yet...
+ //TODO: not implemented yet...
}
void ScLinkConfigItem::Commit()