summaryrefslogtreecommitdiff
path: root/sd/source/ui/docshell
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-05-04 13:59:00 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-05-04 13:59:00 +0000
commit856a700e5164a2e997467bfa54f0891abcf8b088 (patch)
tree823f8c55c8a9d8501ab7a1cd7d03cbd6d2c647fb /sd/source/ui/docshell
parent3c0e0ded9bcf35391ae39851c1110c1aaf4b3fce (diff)
INTEGRATION: CWS perform07 (1.33.54); FILE MERGED
2006/03/28 17:09:05 mt 1.33.54.3: RESYNC: (1.34-1.36); FILE MERGED 2005/12/01 10:53:48 mt 1.33.54.2: RESYNC: (1.33-1.34); FILE MERGED 2005/11/09 11:01:51 mt 1.33.54.1: #i57181# No printer in startup...
Diffstat (limited to 'sd/source/ui/docshell')
-rw-r--r--sd/source/ui/docshell/docshell.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx
index c6c439943..b773a0803 100644
--- a/sd/source/ui/docshell/docshell.cxx
+++ b/sd/source/ui/docshell/docshell.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: docshell.cxx,v $
*
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
- * last change: $Author: rt $ $Date: 2006-05-02 15:06:09 $
+ * last change: $Author: rt $ $Date: 2006-05-04 14:59:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -568,10 +568,7 @@ void DrawDocShell::UpdateTablePointers()
PutItem( SvxDashListItem( pDoc->GetDashList() ) );
PutItem( SvxLineEndListItem( pDoc->GetLineEndList() ) );
- delete pFontList;
- pFontList = new FontList( GetPrinter(TRUE), Application::GetDefaultDevice(), FALSE );
- SvxFontListItem aFontListItem( pFontList );
- PutItem( aFontListItem );
+ UpdateFontList();
}
/*************************************************************************