diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 16:50:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 16:50:36 +0000 |
commit | 2e2c3fdb7b749e763f7ccc0b2c2d81f5fc4c4bea (patch) | |
tree | 4b025ec20ca62471f455763062154343a9bc63ed /forms/source/component/GroupManager.cxx | |
parent | 89ea2902a7ff34e7abc5f23160593ef6f3ca0790 (diff) |
INTEGRATION: CWS dr33 (1.13.26); FILE MERGED
2005/02/14 16:43:59 dr 1.13.26.1: #i42367# remove non-ASCII characters from C++ sources
Diffstat (limited to 'forms/source/component/GroupManager.cxx')
-rw-r--r-- | forms/source/component/GroupManager.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/GroupManager.cxx b/forms/source/component/GroupManager.cxx index 86b040349..77beb4aff 100644 --- a/forms/source/component/GroupManager.cxx +++ b/forms/source/component/GroupManager.cxx @@ -2,9 +2,9 @@ * * $RCSfile: GroupManager.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2004-11-16 10:38:11 $ + * last change: $Author: vg $ $Date: 2005-02-16 17:50:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -521,7 +521,7 @@ void OGroupManager::InsertElement( const Reference<XPropertySet>& xSet ) // Bei Component als PropertyChangeListener anmelden xSet->addPropertyChangeListener( PROPERTY_NAME, this ); - // Tabindex muß nicht jeder unterstuetzen + // Tabindex muss nicht jeder unterstuetzen if (hasProperty(PROPERTY_TABINDEX, xSet)) xSet->addPropertyChangeListener( PROPERTY_TABINDEX, this ); |