diff options
author | Philipp Weissenbacher <p.weissenbacher@gmail.com> | 2013-06-17 20:11:59 +0200 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-06-17 19:47:54 +0000 |
commit | 894fdca7016b5d79b82a38318c7388f8d96aca54 (patch) | |
tree | 99dd1ab0a95721c4d1ed349366a463c6db482b5e /svl | |
parent | 9a95669e5035758fc115f4c7be3e0a00651fe993 (diff) |
Remove micro optimisation
Change-Id: I489b9948c2b3a888fcfcf8cc89bf408760a11d06
Reviewed-on: https://gerrit.libreoffice.org/4322
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/numbers/zforscan.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svl/source/numbers/zforscan.hxx b/svl/source/numbers/zforscan.hxx index bd6337657892..baf322e25db4 100644 --- a/svl/source/numbers/zforscan.hxx +++ b/svl/source/numbers/zforscan.hxx @@ -157,11 +157,7 @@ private: // Private section short nTypeArray[NF_MAX_FORMAT_SYMBOLS]; // Array of infos // External Infos: sal_uInt16 nAnzResStrings; // Result symbol count -#if !(defined SOLARIS && defined X86) short eScannedType; // Type according to scan -#else - int eScannedType; // Due to optimisation -#endif bool bThousand; // With thousands marker sal_uInt16 nThousand; // Counts .... series sal_uInt16 nCntPre; // Counts digits of integral part |