summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 16:43:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 16:43:59 +0000
commit02cb88a822ac7488d4de392a535a4eb511b55167 (patch)
tree3c448c65bd95d8c62a9897916e47f1fae82a2892 /toolkit
parentdff826dacce70ba47149315a28019913ce5dc8e4 (diff)
INTEGRATION: CWS dr33 (1.8.32); FILE MERGED
2005/02/15 09:47:38 dr 1.8.32.1: #i42367# remove non-ASCII characters from C++ sources
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/controls/dialogcontrol.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/toolkit/source/controls/dialogcontrol.cxx b/toolkit/source/controls/dialogcontrol.cxx
index 286eb72b525e..41feece1c6d5 100644
--- a/toolkit/source/controls/dialogcontrol.cxx
+++ b/toolkit/source/controls/dialogcontrol.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dialogcontrol.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 10:01:12 $
+ * last change: $Author: vg $ $Date: 2005-02-16 17:43:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -305,7 +305,7 @@ Any UnoControlDialogModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const
void SAL_CALL UnoControlDialogModel::dispose( ) throw(RuntimeException)
{
- //
+ // ====================================================================
// tell our listeners
{
::osl::Guard< ::osl::Mutex > aGuard( GetMutex() );
@@ -317,11 +317,11 @@ void SAL_CALL UnoControlDialogModel::dispose( ) throw(RuntimeException)
maChangeListeners.disposeAndClear( aDisposeEvent );
}
- //
+ // ====================================================================
// call the base class
UnoControlModel::dispose();
- //
+ // ====================================================================
// dispose our child models
// for this, collect the models (we collect them from maModels, and this is modified when disposing children)
::std::vector< Reference< XControlModel > > aChildModels( maModels.size() );