diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 16:44:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 16:44:11 +0000 |
commit | 3ac05b282fced54f18c23e35b9bdb59371c3c10c (patch) | |
tree | 2a8f2ba5dd06596fabb0204d69f29d2a2de03040 /toolkit/source/controls | |
parent | 02cb88a822ac7488d4de392a535a4eb511b55167 (diff) |
INTEGRATION: CWS dr33 (1.11.272); FILE MERGED
2005/02/15 09:47:39 dr 1.11.272.1: #i42367# remove non-ASCII characters from C++ sources
Diffstat (limited to 'toolkit/source/controls')
-rw-r--r-- | toolkit/source/controls/unocontrolcontainer.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/controls/unocontrolcontainer.cxx b/toolkit/source/controls/unocontrolcontainer.cxx index 22f66a81009b..5b665d1311f4 100644 --- a/toolkit/source/controls/unocontrolcontainer.cxx +++ b/toolkit/source/controls/unocontrolcontainer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unocontrolcontainer.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:03:21 $ + * last change: $Author: vg $ $Date: 2005-02-16 17:44:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -250,7 +250,7 @@ void UnoControlContainer::dispose( ) throw(::com::sun::star::uno::RuntimeExcept lang::EventObject aDisposeEvent; aDisposeEvent.Source = static_cast< uno::XAggregation* >( this ); - // DG: zuerst der Welt mitteilen, da der Container wegfliegt. Dieses ist um einiges + // DG: zuerst der Welt mitteilen, dass der Container wegfliegt. Dieses ist um einiges // schneller wenn die Welt sowohl an den Controls als auch am Container horcht maDisposeListeners.disposeAndClear( aDisposeEvent ); maCListeners.disposeAndClear( aDisposeEvent ); |