diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-10 15:39:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-10 15:39:26 +0000 |
commit | 682d4028ecfc81a1e8dc1df66b6ba7179d6b925b (patch) | |
tree | 1f100de662c101738acb1c117de793c911cca36c /padmin | |
parent | 144f0ad42a49bfff8f98422cdb37aa2bdadae0c2 (diff) |
INTEGRATION: CWS vcl60 (1.19.16); FILE MERGED
2006/06/27 10:52:32 pl 1.19.16.2: RESYNC: (1.19-1.20); FILE MERGED
2006/06/20 11:21:21 pl 1.19.16.1: #i62663# method to wait on asynchronous printer detection
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/padialog.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/padialog.cxx b/padmin/source/padialog.cxx index 8e3d96ba272a..c29141f4d0e7 100644 --- a/padmin/source/padialog.cxx +++ b/padmin/source/padialog.cxx @@ -4,9 +4,9 @@ * * $RCSfile: padialog.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: hr $ $Date: 2006-06-19 12:16:31 $ + * last change: $Author: obo $ $Date: 2006-07-10 16:39:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -196,7 +196,7 @@ long PADialog::Notify( NotifyEvent& rEv ) (rEv.GetType() == EVENT_GETFOCUS || rEv.GetType() == EVENT_LOSEFOCUS ) ) { - if( m_rPIManager.checkPrintersChanged() ) + if( m_rPIManager.checkPrintersChanged( false ) ) { UpdateDevice(); UpdateText(); |