diff options
author | pjacquod <pjacquod@alumni.ethz.ch> | 2010-11-15 23:38:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-17 16:21:57 +0000 |
commit | b0526ecb335aa325175ef0c5a5fd3e4e17139f69 (patch) | |
tree | 9bff51431cab5f548e50312550db27555da2b58f /forms/source/component/GroupManager.cxx | |
parent | 34578654be1da9e70d34c7420b51ef30a847444a (diff) |
RTL_CONSTASCII_USTRINGPARAM in components - forms
the whole directory components/forms/source/component
should now be OK
Diffstat (limited to 'forms/source/component/GroupManager.cxx')
-rw-r--r-- | forms/source/component/GroupManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/GroupManager.cxx b/forms/source/component/GroupManager.cxx index e146c05c4..6334faa8d 100644 --- a/forms/source/component/GroupManager.cxx +++ b/forms/source/component/GroupManager.cxx @@ -269,7 +269,7 @@ Sequence< Reference<XControlModel> > OGroup::GetControlModels() const DBG_NAME(OGroupManager); //------------------------------------------------------------------ OGroupManager::OGroupManager(const Reference< XContainer >& _rxContainer) - :m_pCompGroup( new OGroup( ::rtl::OUString::createFromAscii( "AllComponentGroup" ) ) ) + :m_pCompGroup( new OGroup( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("AllComponentGroup") ) ) ) ,m_xContainer(_rxContainer) { DBG_CTOR(OGroupManager,NULL); |