summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-03-22 09:40:49 +0000
committerOliver Bolte <obo@openoffice.org>2006-03-22 09:40:49 +0000
commita88ad5eb8d89055ad7758035186180af4f434654 (patch)
tree15a0cd9a1659a6b9706bb3e8b977141f9fa30cbb
parent6e74188870906ea20d2c9ac708877a71748e936a (diff)
INTEGRATION: CWS nwfrtl (1.9.108); FILE MERGED
2006/02/06 18:02:57 pl 1.9.108.1: #i54929# #i61535# #i61536# make scrollbar, combobox, spinfield, toolbar grip work in NWF on RTL-UI
-rw-r--r--vcl/unx/inc/pspgraphics.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/inc/pspgraphics.h b/vcl/unx/inc/pspgraphics.h
index cab1a02e9340..9e22be9f4d5c 100644
--- a/vcl/unx/inc/pspgraphics.h
+++ b/vcl/unx/inc/pspgraphics.h
@@ -4,9 +4,9 @@
*
* $RCSfile: pspgraphics.h,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: vg $ $Date: 2006-03-16 12:56:49 $
+ * last change: $Author: obo $ $Date: 2006-03-22 10:40:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -103,7 +103,7 @@ public:
virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
virtual void GetScreenFontResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
virtual USHORT GetBitCount();
- virtual long GetGraphicsWidth();
+ virtual long GetGraphicsWidth() const;
virtual void ResetClipRegion();
virtual void BeginSetClipRegion( ULONG nCount );