summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/optutil.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/optutil.cxx')
-rw-r--r--sc/source/core/tool/optutil.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/core/tool/optutil.cxx b/sc/source/core/tool/optutil.cxx
index dc63c7819eff..28a2cb7dea8c 100644
--- a/sc/source/core/tool/optutil.cxx
+++ b/sc/source/core/tool/optutil.cxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,9 +41,9 @@
// static
BOOL ScOptionsUtil::IsMetricSystem()
{
- //! which language should be used here - system language or installed office language?
+ //! which language should be used here - system language or installed office language?
-// MeasurementSystem eSys = Application::GetAppInternational().GetMeasurementSystem();
+// MeasurementSystem eSys = Application::GetAppInternational().GetMeasurementSystem();
MeasurementSystem eSys = ScGlobal::pLocaleData->getMeasurementSystemEnum();
return ( eSys == MEASURE_METRIC );
@@ -68,7 +68,7 @@ void ScLinkConfigItem::SetCommitLink( const Link& rLink )
void ScLinkConfigItem::Notify( const com::sun::star::uno::Sequence<rtl::OUString>& /* aPropertyNames */ )
{
- //! not implemented yet...
+ //! not implemented yet...
}
void ScLinkConfigItem::Commit()