summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin3.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:52:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:52:18 +0000
commit8f73b556ac7942177fbdf4ec3cd3fca6780b6e0f (patch)
treed04de3adb5dfac411c21e3dcd7411ac48f55f5a0 /sc/source/ui/view/gridwin3.cxx
parent7e81c1aa014e6b7d93ed99181a48c0cc577e64ec (diff)
INTEGRATION: CWS calcwarnings (1.15.8); FILE MERGED
2006/12/01 08:53:47 nn 1.15.8.1: #i69284# warning-free: ui, wntmsci10
Diffstat (limited to 'sc/source/ui/view/gridwin3.cxx')
-rw-r--r--sc/source/ui/view/gridwin3.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/gridwin3.cxx b/sc/source/ui/view/gridwin3.cxx
index fc1fc5c4f0c5..6bbd5c4fba92 100644
--- a/sc/source/ui/view/gridwin3.cxx
+++ b/sc/source/ui/view/gridwin3.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gridwin3.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 15:56:52 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:52:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -413,7 +413,7 @@ void ScGridWindow::OutlinerViewPaint( const Rectangle& rRect )
Rectangle aMinRect;
pTextObj->TakeTextEditArea(NULL,NULL,NULL,&aMinRect); // PageView Offset ist 0
aEditRect.Union(aMinRect);
- bFrame = pTextObj->IsTextFrame();
+ bFrame = sal::static_int_cast<BOOL>( pTextObj->IsTextFrame() );
}
if ( aEditRect.IsOver( rRect ) )