[Libreoffice-commits] core.git: sc/source
Stephan Bergmann
sbergman at redhat.com
Wed Feb 19 14:01:27 CET 2014
sc/source/ui/view/gridwin.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c98658118554c237e6d7a3440eff9d3038694154
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Feb 19 14:00:53 2014 +0100
sal_Bool -> bool fixup
Change-Id: I822bc698c6869561b080b8e5a86911350c6d7f38
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index 3202560..89931cd 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -3499,8 +3499,8 @@ static ScRange lcl_MakeDropRange( SCCOL nPosX, SCROW nPosY, SCTAB nTab, const Sc
//--------------------------------------------------------
-extern sal_Bool bPasteIsDrop; // viewfun4 -> move to header
-extern sal_Bool bPasteIsMove; // viewfun7 -> move to header
+extern bool bPasteIsDrop; // viewfun4 -> move to header
+extern bool bPasteIsMove; // viewfun7 -> move to header
//--------------------------------------------------------
More information about the Libreoffice-commits
mailing list