summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-08 14:01:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-08 14:05:58 +0100
commit97527649bc03e9db1f74f788884c3f5211427a4e (patch)
tree4f54350f15d08e64374818c9dea890d219764904 /sc
parent387c88a1e6d743ae7c0cc131fc74281e2be42092 (diff)
just copy everything remaining
Change-Id: I32a7b82eae664a60bf4bc73cb2645d3132ddaa81
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/rangeutl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/rangeutl.cxx b/sc/source/core/tool/rangeutl.cxx
index 1395a63715b5..1d32cb24e9a9 100644
--- a/sc/source/core/tool/rangeutl.cxx
+++ b/sc/source/core/tool/rangeutl.cxx
@@ -126,7 +126,7 @@ sal_Bool ScRangeUtil::IsAbsTabArea( const OUString& rAreaStr,
ScRefAddress aEndPos;
aStartPosStr = aTempAreaStr.copy( 0, nColonPos );
- aEndPosStr = aTempAreaStr.copy( nColonPos+1, STRING_LEN );
+ aEndPosStr = aTempAreaStr.copy( nColonPos+1 );
if ( ConvertSingleRef( pDoc, aStartPosStr, 0, aStartPos, rDetails ) )
{