summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-04-05 17:42:22 +0300
committerTor Lillqvist <tml@collabora.com>2017-04-05 17:42:31 +0300
commit26cf3430b7c22d19f4cd1bf1b5f1282abdd58b9b (patch)
treeec135891448de23140c8f307b2b143df54aa15d1 /sc/inc
parentef3191e73399f9a8572210853b3c22d3840c46a2 (diff)
Bin obsolete comment
Change-Id: Ieabbd7d6cf0f2f397b317a632c537128de912a4b
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/address.hxx9
1 files changed, 0 insertions, 9 deletions
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
{