summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/unitconverter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/unitconverter.cxx')
-rw-r--r--sc/source/filter/oox/unitconverter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/oox/unitconverter.cxx b/sc/source/filter/oox/unitconverter.cxx
index 6428a627cd2f..30b4c9e8ea4c 100644
--- a/sc/source/filter/oox/unitconverter.cxx
+++ b/sc/source/filter/oox/unitconverter.cxx
@@ -34,14 +34,14 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::com::sun::star;
using namespace ::com::sun::star::awt;
using namespace ::com::sun::star::uno;
-// ============================================================================
+
namespace {
@@ -237,7 +237,7 @@ double UnitConverter::getCoefficient( Unit eUnit ) const
return maCoeffs[ static_cast< size_t >( eUnit ) ];
}
-// ============================================================================
+
} // namespace xls
} // namespace oox