diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 15:21:58 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 15:21:58 +0000 |
commit | befd1fcbb5838b670811ff353b4deb435ff37166 (patch) | |
tree | 613f2124e171e527418f3b687c80dfd60045a678 /vcl/unx/kde | |
parent | 20a1ac70d8d2858b287b83c65f0177d2ca954c6e (diff) |
INTEGRATION: CWS vcl85_SRC680 (1.18.316); FILE MERGED
2007/12/03 16:40:31 pl 1.18.316.1: #i84179# remove libsn
Diffstat (limited to 'vcl/unx/kde')
-rw-r--r-- | vcl/unx/kde/kdedata.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/kde/kdedata.cxx b/vcl/unx/kde/kdedata.cxx index baefdcd7e6be..351c7bdc805a 100644 --- a/vcl/unx/kde/kdedata.cxx +++ b/vcl/unx/kde/kdedata.cxx @@ -4,9 +4,9 @@ * * $RCSfile: kdedata.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2006-12-04 16:37:42 $ + * last change: $Author: rt $ $Date: 2008-01-29 16:21:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -104,7 +104,7 @@ void VCLKDEApplication::commitData(QSessionManager&) ***************************************************************************/ SalKDEDisplay::SalKDEDisplay( Display* pDisp ) - : SalX11Display( pDisp, false ) + : SalX11Display( pDisp ) { } |