summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-03 15:47:21 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-03 15:47:21 +0000
commit1e52a34b463c746f6bb313fc74e88a48e2b56e47 (patch)
treeeeb1918a5991f0962649544d3c7ead42d0993503 /psprint
parent8046a87ecc879651ee9cf344211cdd198a419cab (diff)
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
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/printer/printerinfomanager.cxx5
1 files changed, 3 insertions, 2 deletions
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;
}