[Libreoffice-commits] core.git: sc/inc
Tor Lillqvist
tml at collabora.com
Wed Apr 5 14:43:07 UTC 2017
sc/inc/address.hxx | 9 ---------
1 file changed, 9 deletions(-)
New commits:
commit 26cf3430b7c22d19f4cd1bf1b5f1282abdd58b9b
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Apr 5 17:42:22 2017 +0300
Bin obsolete comment
Change-Id: Ieabbd7d6cf0f2f397b317a632c537128de912a4b
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index 0a489ae0d44a..8a7512678bd2 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -132,15 +132,6 @@ SAL_WARN_UNUSED_RESULT inline SCTAB SanitizeTab( SCTAB nTab )
return nTab < 0 ? 0 : (nTab > MAXTAB ? MAXTAB : nTab);
}
-// ScAddress
-// The old cell address is combined in one UINT32:
-// +---+---+-------+
-// |Tab|Col| Row |
-// +---+---+-------+
-// For speed reasons access isn't done by shifting bits but by using platform
-// dependent casts, which unfortunately also leads to aliasing problems when
-// not using gcc -fno-strict-aliasing
-
// The result of ConvertRef() is a bit group of the following:
enum class ScRefFlags : sal_uInt16
{
More information about the Libreoffice-commits
mailing list