[Libreoffice-commits] core.git: svl/source
Philipp Weissenbacher
p.weissenbacher at gmail.com
Mon Jun 17 12:48:17 PDT 2013
svl/source/numbers/zforscan.hxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 894fdca7016b5d79b82a38318c7388f8d96aca54
Author: Philipp Weissenbacher <p.weissenbacher at gmail.com>
Date: Mon Jun 17 20:11:59 2013 +0200
Remove micro optimisation
Change-Id: I489b9948c2b3a888fcfcf8cc89bf408760a11d06
Reviewed-on: https://gerrit.libreoffice.org/4322
Reviewed-by: Noel Power <noel.power at suse.com>
Tested-by: Noel Power <noel.power at suse.com>
diff --git a/svl/source/numbers/zforscan.hxx b/svl/source/numbers/zforscan.hxx
index bd63376..baf322e 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
More information about the Libreoffice-commits
mailing list