summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cliputil.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/cliputil.cxx')
-rw-r--r--sc/source/ui/view/cliputil.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/cliputil.cxx b/sc/source/ui/view/cliputil.cxx
index b3075ad81524..4beee59dc28b 100644
--- a/sc/source/ui/view/cliputil.cxx
+++ b/sc/source/ui/view/cliputil.cxx
@@ -40,7 +40,7 @@ void ScClipUtil::PasteFromClipboard( ScViewData* pViewData, ScTabViewShell* pTab
SCCOL nClipEndX;
SCROW nClipEndY;
pClipDoc->GetClipStart( nClipStartX, nClipStartY );
- pClipDoc->GetClipArea( nClipEndX, nClipEndY, sal_True );
+ pClipDoc->GetClipArea( nClipEndX, nClipEndY, true );
nClipEndX = nClipEndX + nClipStartX;
nClipEndY = nClipEndY + nClipStartY; // GetClipArea returns the difference