summaryrefslogtreecommitdiff
path: root/unotools/source/i18n/numberformatcodewrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/i18n/numberformatcodewrapper.cxx')
-rw-r--r--unotools/source/i18n/numberformatcodewrapper.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/unotools/source/i18n/numberformatcodewrapper.cxx b/unotools/source/i18n/numberformatcodewrapper.cxx
index 6c7954f0595b..f139976f01f9 100644
--- a/unotools/source/i18n/numberformatcodewrapper.cxx
+++ b/unotools/source/i18n/numberformatcodewrapper.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <unotools/numberformatcodewrapper.hxx>
#include <com/sun/star/i18n/NumberFormatMapper.hpp>
#include <tools/debug.hxx>
@@ -26,7 +25,6 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::i18n;
using namespace ::com::sun::star::uno;
-
NumberFormatCodeWrapper::NumberFormatCodeWrapper(
const Reference< uno::XComponentContext > & rxContext,
const lang::Locale& rLocale
@@ -36,18 +34,15 @@ NumberFormatCodeWrapper::NumberFormatCodeWrapper(
xNFC = i18n::NumberFormatMapper::create( rxContext );
}
-
NumberFormatCodeWrapper::~NumberFormatCodeWrapper()
{
}
-
void NumberFormatCodeWrapper::setLocale( const ::com::sun::star::lang::Locale& rLocale )
{
aLocale = rLocale;
}
-
::com::sun::star::i18n::NumberFormatCode
NumberFormatCodeWrapper::getFormatCode( sal_Int16 formatIndex ) const
{
@@ -62,7 +57,6 @@ NumberFormatCodeWrapper::getFormatCode( sal_Int16 formatIndex ) const
return ::com::sun::star::i18n::NumberFormatCode();
}
-
::com::sun::star::uno::Sequence< ::com::sun::star::i18n::NumberFormatCode >
NumberFormatCodeWrapper::getAllFormatCode( sal_Int16 formatUsage ) const
{
@@ -77,7 +71,6 @@ NumberFormatCodeWrapper::getAllFormatCode( sal_Int16 formatUsage ) const
return ::com::sun::star::uno::Sequence< ::com::sun::star::i18n::NumberFormatCode > (0);
}
-
::com::sun::star::uno::Sequence< ::com::sun::star::i18n::NumberFormatCode >
NumberFormatCodeWrapper::getAllFormatCodes() const
{