summaryrefslogtreecommitdiff
path: root/unotools/source/i18n/nativenumberwrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/i18n/nativenumberwrapper.cxx')
-rw-r--r--unotools/source/i18n/nativenumberwrapper.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/unotools/source/i18n/nativenumberwrapper.cxx b/unotools/source/i18n/nativenumberwrapper.cxx
index 2a9ba2af0556..2b0c1c01e6d2 100644
--- a/unotools/source/i18n/nativenumberwrapper.cxx
+++ b/unotools/source/i18n/nativenumberwrapper.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <unotools/nativenumberwrapper.hxx>
#include <tools/debug.hxx>
#include <com/sun/star/i18n/NativeNumberSupplier.hpp>
@@ -31,12 +30,10 @@ NativeNumberWrapper::NativeNumberWrapper(
xNNS = i18n::NativeNumberSupplier::create(rxContext);
}
-
NativeNumberWrapper::~NativeNumberWrapper()
{
}
-
OUString
NativeNumberWrapper::getNativeNumberString(
const OUString& rNumberString,
@@ -55,7 +52,6 @@ NativeNumberWrapper::getNativeNumberString(
return OUString();
}
-
i18n::NativeNumberXmlAttributes
NativeNumberWrapper::convertToXmlAttributes(
const ::com::sun::star::lang::Locale& rLocale,
@@ -73,7 +69,6 @@ NativeNumberWrapper::convertToXmlAttributes(
return i18n::NativeNumberXmlAttributes();
}
-
sal_Int16
NativeNumberWrapper::convertFromXmlAttributes(
const i18n::NativeNumberXmlAttributes& rAttr ) const
@@ -90,5 +85,4 @@ NativeNumberWrapper::convertFromXmlAttributes(
return 0;
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */