summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-03-22 09:42:04 +0000
committerOliver Bolte <obo@openoffice.org>2006-03-22 09:42:04 +0000
commit0ce98b2ca98aba1af3eb672698bcee184bc3d879 (patch)
treee2ed3aa7e01d0859437df15f059e1d0433dfa7e3
parenta55ad21927411512674c0252d8196484cd1aded9 (diff)
INTEGRATION: CWS nwfrtl (1.36.168); FILE MERGED
2006/02/06 18:02:59 pl 1.36.168.1: #i54929# #i61535# #i61536# make scrollbar, combobox, spinfield, toolbar grip work in NWF on RTL-UI
-rw-r--r--vcl/unx/source/gdi/salgdi.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/source/gdi/salgdi.cxx b/vcl/unx/source/gdi/salgdi.cxx
index 5ed3647e98b2..b41dfed8e86a 100644
--- a/vcl/unx/source/gdi/salgdi.cxx
+++ b/vcl/unx/source/gdi/salgdi.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: salgdi.cxx,v $
*
- * $Revision: 1.38 $
+ * $Revision: 1.39 $
*
- * last change: $Author: vg $ $Date: 2006-03-16 12:57:47 $
+ * last change: $Author: obo $ $Date: 2006-03-22 10:42:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -513,7 +513,7 @@ USHORT X11SalGraphics::GetBitCount() // const
}
// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-long X11SalGraphics::GetGraphicsWidth()
+long X11SalGraphics::GetGraphicsWidth() const
{
if( m_pFrame )
return m_pFrame->maGeometry.nWidth;