summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2011-02-21 13:47:33 +0100
committerIvo Hinkelmann <ihi@openoffice.org>2011-02-21 13:47:33 +0100
commit1e051819498bb28acb3cf82c3ee69193d2a57368 (patch)
treeca9b27477a4a38b59d1725b0c60e80351f4a1c3b
parentcfac3949b421620d713b36e67a8b033239e9a0a7 (diff)
masterfix DEV300: #i10000# FALSE -> sal_False
-rw-r--r--sc/source/core/data/document.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx
index 419baa3d85c2..714467d8e5eb 100644
--- a/sc/source/core/data/document.cxx
+++ b/sc/source/core/data/document.cxx
@@ -1986,7 +1986,7 @@ void ScDocument::CopyBlockFromClip( SCCOL nCol1, SCROW nRow1,
SetInsertingFromOtherDoc( sal_True);
UpdateReference( URM_MOVE,
nCol1, nRow1, i, nCol2, nRow2, i+nFollow,
- nDx, nDy, nDz, pCBFCP->pRefUndoDoc, FALSE );
+ nDx, nDy, nDz, pCBFCP->pRefUndoDoc, sal_False );
SetInsertingFromOtherDoc( bOldInserting);
}
else