summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/fuconstr.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:11:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:11:51 +0000
commitf52ee4117572d790b0cbd80d7bf08b615f81191e (patch)
tree99915ab1e9b10ec3ea775edbe9b925f692d721c3 /sc/source/ui/drawfunc/fuconstr.cxx
parentd4398ced19206aab3ccaed455c63f4b6cbb2cb6a (diff)
INTEGRATION: CWS calcwarnings (1.9.8); FILE MERGED
2006/12/12 17:03:12 nn 1.9.8.1: #i69284# warning-free: ui, unxlngi6
Diffstat (limited to 'sc/source/ui/drawfunc/fuconstr.cxx')
-rw-r--r--sc/source/ui/drawfunc/fuconstr.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/drawfunc/fuconstr.cxx b/sc/source/ui/drawfunc/fuconstr.cxx
index 7ea044cb04b5..7efa1b32f1db 100644
--- a/sc/source/ui/drawfunc/fuconstr.cxx
+++ b/sc/source/ui/drawfunc/fuconstr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fuconstr.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 15:51:06 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:11:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -222,9 +222,9 @@
|*
\************************************************************************/
-FuConstruct::FuConstruct(ScTabViewShell* pViewSh, Window* pWin, SdrView* pView,
+FuConstruct::FuConstruct(ScTabViewShell* pViewSh, Window* pWin, SdrView* pViewP,
SdrModel* pDoc, SfxRequest& rReq) :
- FuDraw(pViewSh, pWin, pView, pDoc, rReq)
+ FuDraw(pViewSh, pWin, pViewP, pDoc, rReq)
{
}