From 54a2f7219012978c2f31fdd4c256b2eb5bc6107d Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 11:40:00 +0000
Subject: [PATCH] INTEGRATION: CWS warnings01 (1.14.342); FILE MERGED
2006/05/15 12:30:43 sb 1.14.342.1: #i53898# Made code warning-free and/or
compile at all after resync to SRC680m162.
---
sw/inc/unodraw.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sw/inc/unodraw.hxx b/sw/inc/unodraw.hxx
index 33f982593046..dd3178fe8e24 100644
--- a/sw/inc/unodraw.hxx
+++ b/sw/inc/unodraw.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unodraw.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:25:10 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:40:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -98,7 +98,7 @@ public:
void PreUnGroup(const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapeGroup > xShapeGroup);
// void PostGroup(); ?? wird es noch gebraucht ??
- SdrView* GetDrawView() {return pView;}
+ SdrView* GetDrawView() {return mpView;}
SdrPageView* GetPageView();
void RemovePageView();
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > GetInterface( SdrObject* pObj );