summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-04 14:10:53 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-04 14:10:53 +0000
commit3ce362df52d51d584137f0fa91413c927c8e147b (patch)
tree2b2cd177d7477f28480b1b55b0e3ae24acec23c3 /vcl/source
parent3d26b67afba9521ce373f289ee6daba19dfae0f4 (diff)
INTEGRATION: CWS perform07 (1.46.46); FILE MERGED
2005/12/01 14:39:04 mt 1.46.46.3: RESYNC: (1.46-1.47); FILE MERGED 2005/11/03 15:34:58 pl 1.46.46.2: #i56265# bye bye FontSubstConfigItem, welcome FontSubstConfiguration 2005/11/03 12:20:02 pl 1.46.46.1: #i56265# bye bye DefaultFontConfigItem, welcome DefaultFontConfiguration
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/app/svdata.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index b80d308621ab..680c9b85ccdf 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdata.cxx,v $
*
- * $Revision: 1.47 $
+ * $Revision: 1.48 $
*
- * last change: $Author: kz $ $Date: 2005-11-01 10:31:37 $
+ * last change: $Author: rt $ $Date: 2006-05-04 15:10:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -187,10 +187,10 @@ void ImplDeInitSVData()
if( pSVData->mpDockingManager )
delete pSVData->mpDockingManager;
- if( pSVData->maGDIData.mpDefFontConfig )
- delete pSVData->maGDIData.mpDefFontConfig;
- if( pSVData->maGDIData.mpFontSubstConfig )
- delete pSVData->maGDIData.mpFontSubstConfig;
+ if( pSVData->maGDIData.mpDefaultFontConfiguration )
+ delete pSVData->maGDIData.mpDefaultFontConfiguration;
+ if( pSVData->maGDIData.mpFontSubstConfiguration )
+ delete pSVData->maGDIData.mpFontSubstConfiguration;
if ( pSVData->maAppData.mpMSFTempFileName )
{