summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-11 07:22:47 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-11 07:22:47 +0000
commit59b36e5c0fc770c1676a85cfb8abc8ee3617dcff (patch)
tree443000bb59b64e81f6446dff1dbef186bac4fec5 /vcl
parentINTEGRATION: CWS vcl66 (1.27.24); FILE MERGED (diff)
downloadcore-59b36e5c0fc770c1676a85cfb8abc8ee3617dcff.tar.gz
core-59b36e5c0fc770c1676a85cfb8abc8ee3617dcff.zip
INTEGRATION: CWS vcl66 (1.208.22); FILE MERGED
2006/09/20 15:12:13 pl 1.208.22.2: RESYNC: (1.208-1.209); FILE MERGED 2006/09/08 14:58:24 pl 1.208.22.1: #i68979# remove list handling from DtIntegrator, do not leak DtIntegrator
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/source/window/salframe.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/source/window/salframe.cxx b/vcl/unx/source/window/salframe.cxx
index 5914ba48dacf..017d07ae177c 100644
--- a/vcl/unx/source/window/salframe.cxx
+++ b/vcl/unx/source/window/salframe.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: salframe.cxx,v $
*
- * $Revision: 1.210 $
+ * $Revision: 1.211 $
*
- * last change: $Author: kz $ $Date: 2006-10-06 10:07:24 $
+ * last change: $Author: obo $ $Date: 2006-10-11 08:22:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -2439,7 +2439,7 @@ inline Color getColorFromLong( long nColor )
void X11SalFrame::UpdateSettings( AllSettings& rSettings )
{
- DtIntegrator* pIntegrator = DtIntegrator::CreateDtIntegrator();
+ DtIntegrator* pIntegrator = GetDisplay()->getDtIntegrator();
#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "DtIntegrator: %d\n", pIntegrator ? pIntegrator->GetDtType() : -1 );
#endif