diff options
author | Maarten Bosmans <mkbosmans@gmail.com> | 2016-09-09 21:11:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-09-22 07:12:49 +0000 |
commit | 9df9949cc484ea0ba109e7d41fd03b15afaedb11 (patch) | |
tree | 3357ed611a511dff871486275b13ef2fd70e116e /connectivity/inc/pch | |
parent | 4c70a1a6666a079872b8f1966bd398e924dc1d1a (diff) |
Remove NumberFormatCodeWrapper
This class only adds a level of indirection, without any useful functionality.
Change-Id: I806e1b9241caf025c62c12c93aad3101daac874a
Reviewed-on: https://gerrit.libreoffice.org/29134
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/inc/pch')
-rw-r--r-- | connectivity/inc/pch/precompiled_dbase.hxx | 1 | ||||
-rw-r--r-- | connectivity/inc/pch/precompiled_flat.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/inc/pch/precompiled_dbase.hxx b/connectivity/inc/pch/precompiled_dbase.hxx index 544fef4fc76c..b1913e0770d6 100644 --- a/connectivity/inc/pch/precompiled_dbase.hxx +++ b/connectivity/inc/pch/precompiled_dbase.hxx @@ -204,7 +204,6 @@ #include <unotools/collatorwrapper.hxx> #include <unotools/localedatawrapper.hxx> #include <unotools/nativenumberwrapper.hxx> -#include <unotools/numberformatcodewrapper.hxx> #include <unotools/readwritemutexguard.hxx> #include <unotools/sharedunocomponent.hxx> #include <unotools/syslocale.hxx> diff --git a/connectivity/inc/pch/precompiled_flat.hxx b/connectivity/inc/pch/precompiled_flat.hxx index 197cf6704ac7..73daefeac1ad 100644 --- a/connectivity/inc/pch/precompiled_flat.hxx +++ b/connectivity/inc/pch/precompiled_flat.hxx @@ -199,7 +199,6 @@ #include <unotools/collatorwrapper.hxx> #include <unotools/localedatawrapper.hxx> #include <unotools/nativenumberwrapper.hxx> -#include <unotools/numberformatcodewrapper.hxx> #include <unotools/readwritemutexguard.hxx> #include <unotools/syslocale.hxx> #include <unotools/transliterationwrapper.hxx> |