From 1e52a34b463c746f6bb313fc74e88a48e2b56e47 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 3 Apr 2008 15:47:21 +0000 Subject: INTEGRATION: CWS vcl87 (1.46.26); FILE MERGED 2008/03/12 09:37:16 pl 1.46.26.2: RESYNC: (1.46-1.47); FILE MERGED 2008/03/03 10:57:08 pl 1.46.26.1: #i86196# write printer config after setDefaultPrinter --- psprint/source/printer/printerinfomanager.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'psprint') diff --git a/psprint/source/printer/printerinfomanager.cxx b/psprint/source/printer/printerinfomanager.cxx index c13048cb32f8..406119a22698 100644 --- a/psprint/source/printer/printerinfomanager.cxx +++ b/psprint/source/printer/printerinfomanager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: printerinfomanager.cxx,v $ * - * $Revision: 1.47 $ + * $Revision: 1.48 $ * - * last change: $Author: kz $ $Date: 2008-03-05 16:48:27 $ + * last change: $Author: kz $ $Date: 2008-04-03 16:47:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1006,6 +1006,7 @@ bool PrinterInfoManager::setDefaultPrinter( const OUString& rPrinterName ) if( ( it = m_aPrinters.find( m_aDefaultPrinter ) ) != m_aPrinters.end() ) it->second.m_bModified = true; m_aDefaultPrinter = rPrinterName; + writePrinterConfig(); } return bSuccess; } -- cgit