summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/drawvie3.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:50:11 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:50:11 +0000
commit2cd56f6fab43a2a83c72cf150654ab37b465594e (patch)
tree574eaec58a32728e58ef39429e7113f745514cf4 /sc/source/ui/view/drawvie3.cxx
parent222edeb93f0be54cd35ca1db0f0464cc931ec590 (diff)
INTEGRATION: CWS calcwarnings (1.10.8); FILE MERGED
2007/02/19 16:10:01 nn 1.10.8.3: RESYNC: (1.11-1.12); FILE MERGED 2006/12/18 09:36:25 nn 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2006/12/12 17:03:29 nn 1.10.8.1: #i69284# warning-free: ui, unxlngi6
Diffstat (limited to 'sc/source/ui/view/drawvie3.cxx')
-rw-r--r--sc/source/ui/view/drawvie3.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/view/drawvie3.cxx b/sc/source/ui/view/drawvie3.cxx
index 3c78e8f6ab18..c517bac0d882 100644
--- a/sc/source/ui/view/drawvie3.cxx
+++ b/sc/source/ui/view/drawvie3.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drawvie3.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kz $ $Date: 2007-02-12 14:35:58 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:50:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -68,8 +68,8 @@ ScDrawView::ScDrawView( OutputDevice* pOut, ScViewData* pData ) :
nTab( pData->GetTabNo() ),
pDropMarker( NULL ),
pDropMarkObj( NULL ),
- //HMHbDisableHdl( FALSE ),
bInConstruct( TRUE )
+ //HMHbDisableHdl( FALSE )
{
// #i73602# Use default from the configuration
SetBufferedOverlayAllowed(getOptionsDrawinglayer().IsOverlayBuffer_Calc());
@@ -84,8 +84,8 @@ ScDrawView::ScDrawView( OutputDevice* pOut, ScDocument* pDocument, SCTAB nTable
nTab( nTable ),
pDropMarker( NULL ),
pDropMarkObj( NULL ),
- //HMHbDisableHdl( FALSE ),
bInConstruct( TRUE )
+ //HMHbDisableHdl( FALSE )
{
// #i73602# Use default from the configuration
SetBufferedOverlayAllowed(getOptionsDrawinglayer().IsOverlayBuffer_Calc());