summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/DrawViewShell.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:32:25 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:32:25 +0000
commit1b17fedc26d29444546780e1ca2378fe946663c2 (patch)
tree233fe716060191a764397f54b5eede932ca95533 /sd/source/ui/inc/DrawViewShell.hxx
parente41d050a1752b603f687f40f3db649d670d80587 (diff)
INTEGRATION: CWS aw024 (1.14.30); FILE MERGED
2006/05/12 20:31:41 aw 1.14.30.8: RESYNC: (1.17-1.19); FILE MERGED 2006/01/26 19:59:35 aw 1.14.30.7: RESYNC: (1.16-1.17); FILE MERGED 2005/11/18 14:33:16 aw 1.14.30.6: RESYNC: (1.15-1.16); FILE MERGED 2005/09/17 11:52:37 aw 1.14.30.5: RESYNC: (1.14-1.15); FILE MERGED 2005/05/26 11:24:37 aw 1.14.30.4: #i39531# 2005/05/19 12:11:29 aw 1.14.30.3: #i39529# 2005/05/12 16:46:25 aw 1.14.30.2: #i39529# 2005/04/26 14:58:38 aw 1.14.30.1: #i39528#
Diffstat (limited to 'sd/source/ui/inc/DrawViewShell.hxx')
-rw-r--r--sd/source/ui/inc/DrawViewShell.hxx15
1 files changed, 4 insertions, 11 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx
index 2157b688bf7a..16144856eba4 100644
--- a/sd/source/ui/inc/DrawViewShell.hxx
+++ b/sd/source/ui/inc/DrawViewShell.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DrawViewShell.hxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: rt $ $Date: 2006-05-02 15:06:41 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 14:32:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -70,7 +70,6 @@ class SdAnimationWin;
class SdRuler;
class TabBar;
class SdrObject;
-class XPolygon;
class SdrPageView;
class TransferableDataHelper;
class TransferableClipboardListener;
@@ -158,7 +157,7 @@ public:
*/
virtual void ArrangeGUIElements (void);
- void HidePage(SdrPageView* pPV);
+ void HidePage();
virtual BOOL KeyInput(const KeyEvent& rKEvt, ::sd::Window* pWin);
virtual void MouseMove(const MouseEvent& rMEvt, ::sd::Window* pWin);
@@ -402,12 +401,6 @@ protected:
PageKind ePageKind;
BOOL bZoomOnPage;
BOOL bIsRulerDrag;
- XPolygon* pXPolygon;
- USHORT nPolygonIndex;
- BOOL bLineError;
- BOOL bLastWasLineTo;
- BOOL bLastWasMoveTo;
- BOOL bLastWasBezierTo;
Color aGradStartColor;
Color aGradEndColor;
Color aHatchColor;
@@ -437,7 +430,7 @@ protected:
virtual void SetZoomFactor(const Fraction& rZoomX, const Fraction& rZoomY);
virtual Size GetOptimalSizePixel() const;
- void DestroyPolygons();
+// void DestroyPolygons();
void SetupPage( Size &rSize, long nLeft, long nRight, long nUpper, long nLower,
BOOL bSize, BOOL bMargin, BOOL bScaleAll );