[PATCH] Remove micro optimisation
Philipp Weissenbacher (via Code Review)
gerrit at gerrit.libreoffice.org
Mon Jun 17 11:13:25 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/4322
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/22/4322/1
Remove micro optimisation
Change-Id: I489b9948c2b3a888fcfcf8cc89bf408760a11d06
---
M svl/source/numbers/zforscan.hxx
1 file changed, 0 insertions(+), 4 deletions(-)
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 @@
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
--
To view, visit https://gerrit.libreoffice.org/4322
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I489b9948c2b3a888fcfcf8cc89bf408760a11d06
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Philipp Weissenbacher <p.weissenbacher at gmail.com>
More information about the LibreOffice
mailing list