summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-16 14:14:34 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-16 14:14:34 +0000
commita8375a7e6de9989c5ccefe99424932fc40210c45 (patch)
tree6417dad7a973188ef3a1144df60f7cb8de24e4ed /vcl
parent9e3473710f7c77c266e0e9e5552a2593454cc71f (diff)
INTEGRATION: CWS docking4 (1.29.38); FILE MERGED
2004/10/19 19:46:15 pl 1.29.38.1: #i28454# cleaned up LOTS ofpainting issues
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/inc/salgdi.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/vcl/unx/inc/salgdi.h b/vcl/unx/inc/salgdi.h
index 22d09af79491..d24afc546e67 100644
--- a/vcl/unx/inc/salgdi.h
+++ b/vcl/unx/inc/salgdi.h
@@ -2,9 +2,9 @@
*
* $RCSfile: salgdi.h,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 09:34:28 $
+ * last change: $Author: obo $ $Date: 2004-11-16 15:14:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -117,9 +117,6 @@ protected:
XLIB_Region pPaintRegion_;
XLIB_Region pClipRegion_;
- int numClipRects_;
- Rectangle boundingClipRect_;
-
GC pPenGC_; // Pen attributes
SalColor nPenColor_;
Pixel nPenPixel_;
@@ -235,10 +232,6 @@ public:
inline SalColormap &GetColormap() const { return *m_pColormap; }
inline Pixel GetPixel( SalColor nSalColor ) const;
- inline int GetNumCliprects() const { return numClipRects_; }
- inline const Rectangle& GetBoundingCliprect() const { return boundingClipRect_; }
-
-
// overload all pure virtual methods
virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
virtual void GetScreenFontResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );