diff options
author | Oliver Specht <os@openoffice.org> | 2002-04-19 08:52:49 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-04-19 08:52:49 +0000 |
commit | f6ef26f710d5c43ff043fc927a979ce2f33e78e8 (patch) | |
tree | 9796c0301df139fcf6850e05a33747be6a645ebd | |
parent | c3155e09b619f26b719e31566306e92ec630ac7e (diff) |
#98763# call ImplCheckOK in BrowseHdl
-rw-r--r-- | svtools/source/dialogs/printdlg.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/svtools/source/dialogs/printdlg.cxx b/svtools/source/dialogs/printdlg.cxx index c977621ff4ee..4ec7ffa9710f 100644 --- a/svtools/source/dialogs/printdlg.cxx +++ b/svtools/source/dialogs/printdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: printdlg.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: pl $ $Date: 2001-09-13 11:17:35 $ + * last change: $Author: os $ $Date: 2002-04-19 09:52:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -437,7 +437,7 @@ IMPL_LINK( PrintDialog, ImplBrowseHdl, void*, EMPTYARG ) INetURLObject aObj( aPathSeq[0] ); maFiPrintFile.SetText( aObj.PathToFileName() ); } - + ImplCheckOK(); return 0; } } @@ -457,7 +457,6 @@ IMPL_LINK( PrintDialog, ImplModifyControlHdl, void*, p ) ImplBrowseHdl( &maBtnBrowse ); maFiPrintFile.Enable( bCheck ); maBtnBrowse.Enable( bCheck ); - ImplCheckOK(); } // Radiobuttons (Umfang) |