diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2001-07-09 11:54:14 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2001-07-09 11:54:14 +0000 |
commit | 0731bf2aa97a1a84884115b01fe5e2247cf2bd17 (patch) | |
tree | 7073c976041b7fecf52263f5d241d58c1e861715 /ucb/workben | |
parent | e110bbe36db83bbe4c65bc8e3413f964e3b9150c (diff) |
Removed: All Application::EnterMultiThread(...) calls.
Diffstat (limited to 'ucb/workben')
-rw-r--r-- | ucb/workben/ucb/ucbdemo.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ucb/workben/ucb/ucbdemo.cxx b/ucb/workben/ucb/ucbdemo.cxx index 98e4fc4bfa8f..b12a498142d0 100644 --- a/ucb/workben/ucb/ucbdemo.cxx +++ b/ucb/workben/ucb/ucbdemo.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ucbdemo.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: mhu $ $Date: 2001-06-06 18:23:10 $ + * last change: $Author: kso $ $Date: 2001-07-09 12:54:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2759,9 +2759,7 @@ void MyApp::Main() // Go... ////////////////////////////////////////////////////////////////////// - EnterMultiThread( TRUE ); Execute(); - EnterMultiThread( FALSE ); ////////////////////////////////////////////////////////////////////// // Destroy Application Window... |