diff options
author | Oliver Bolte <obo@openoffice.org> | 2002-07-09 08:49:40 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2002-07-09 08:49:40 +0000 |
commit | 71c3faeefeec0432052ea2a90fc7293598c0df0d (patch) | |
tree | 1c8f1414bb44690c32f0b7d7e0f5384744f556c6 /svtools | |
parent | f61e25d244d71ca8e52dd33307679c04047acc29 (diff) |
#100837# fixed a typo
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/dialogs/printdlg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/dialogs/printdlg.cxx b/svtools/source/dialogs/printdlg.cxx index d92d403c8974..ed195228eecd 100644 --- a/svtools/source/dialogs/printdlg.cxx +++ b/svtools/source/dialogs/printdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: printdlg.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: pl $ $Date: 2002-07-04 16:39:56 $ + * last change: $Author: obo $ $Date: 2002-07-09 09:49:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -409,7 +409,7 @@ IMPL_LINK( PrintDialog, ImplBrowseHdl, void*, EMPTYARG ) xInit->initialize( aServiceType ); #ifdef UNX - if( ! Application::IsRemote() ) + if( ! Application::IsRemoteServer() ) // sensible only for Unix local { // add PostScript and PDF |