summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/convuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/convuno.cxx')
-rw-r--r--sc/source/ui/unoobj/convuno.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/unoobj/convuno.cxx b/sc/source/ui/unoobj/convuno.cxx
index ea9c55144c07..c161e37d3ed7 100644
--- a/sc/source/ui/unoobj/convuno.cxx
+++ b/sc/source/ui/unoobj/convuno.cxx
@@ -24,8 +24,6 @@
using namespace com::sun::star;
-
-
// everything is static...
LanguageType ScUnoConversion::GetLanguage( const lang::Locale& rLocale )
@@ -46,6 +44,4 @@ void ScUnoConversion::FillLocale( lang::Locale& rLocale, LanguageType eLang )
rLocale = LanguageTag::convertToLocale( eLang );
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */