summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-11 16:46:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-11 16:46:46 +0000
commit7e430a96150d85296e7c5a19cfe6f5671f25e9f4 (patch)
tree1c8eb8918ffd71e0df0b494efec1fc74a1d0181a /vcl/unx/gtk
parenta40acb0bc19b76afe9200669f697ce8247510228 (diff)
INTEGRATION: CWS svp01 (1.7.174); FILE MERGED
2006/06/27 12:50:16 pl 1.7.174.2: RESYNC: (1.7-1.8); FILE MERGED 2006/05/22 16:35:29 pl 1.7.174.1: #135265# free plugin abstraction of dependency on X11 specific SalData
Diffstat (limited to 'vcl/unx/gtk')
-rw-r--r--vcl/unx/gtk/window/gtkobject.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/gtk/window/gtkobject.cxx b/vcl/unx/gtk/window/gtkobject.cxx
index 78ac06a56bf2..a3563c00fe09 100644
--- a/vcl/unx/gtk/window/gtkobject.cxx
+++ b/vcl/unx/gtk/window/gtkobject.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gtkobject.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 19:45:41 $
+ * last change: $Author: hr $ $Date: 2006-08-11 17:46:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -59,7 +59,7 @@ GtkSalObject::GtkSalObject( GtkSalFrame* pParent )
gtk_widget_set_app_paintable( m_pSocket, TRUE );
//system data
- SalDisplay* pDisp = GetSalData()->GetDisplay();
+ SalDisplay* pDisp = GetX11SalData()->GetDisplay();
m_aSystemData.pDisplay = pDisp->GetDisplay();
m_aSystemData.aWindow = GDK_WINDOW_XWINDOW(m_pSocket->window);
m_aSystemData.pSalFrame = NULL;