diff options
author | avy <avy@openoffice.org> | 2001-08-23 14:23:12 +0000 |
---|---|---|
committer | avy <avy@openoffice.org> | 2001-08-23 14:23:12 +0000 |
commit | d71de0d89c3bde3a75c63b6bdfa2bfc711693d2f (patch) | |
tree | 5c5e3810684e25da55f2d8ac7b7b110d4f38bd68 /forms/source | |
parent | 136bd25e0e794aa46c0bc54754af2a2583b11524 (diff) |
compiler error was checked
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/component/EventThread.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/EventThread.cxx b/forms/source/component/EventThread.cxx index a259bb4c9a42..b41b14ad9fd1 100644 --- a/forms/source/component/EventThread.cxx +++ b/forms/source/component/EventThread.cxx @@ -2,9 +2,9 @@ * * $RCSfile: EventThread.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: fs $ $Date: 2001-08-22 13:57:07 $ + * last change: $Author: avy $ $Date: 2001-08-23 15:23:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,7 +75,7 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::awt; using namespace ::com::sun::star::lang; -DBG_NAME( OComponentEventThread ); +DBG_NAME( OComponentEventThread ) OComponentEventThread::OComponentEventThread( ::cppu::OComponentHelper* pCompImpl ) : m_pCompImpl( pCompImpl ) { |