INTEGRATION: CWS ab33 (1.2.4); FILE MERGED
2007/01/10 16:34:47 ab 1.2.4.1: #i69280# Removed warnings
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: localizationmgr.cxx,v $
|
* $RCSfile: localizationmgr.cxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.2 $
|
* $Revision: 1.3 $
|
||||||
*
|
*
|
||||||
* last change: $Author: hr $ $Date: 2007-01-02 15:50:29 $
|
* last change: $Author: vg $ $Date: 2007-01-16 16:31:59 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to
|
* The Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
@@ -173,9 +173,9 @@ void LocalizationMgr::implEnableDisableResourceForAllLibraryDialogs( HandleResou
|
|||||||
Sequence< ::rtl::OUString > aNames = xDialog->getElementNames();
|
Sequence< ::rtl::OUString > aNames = xDialog->getElementNames();
|
||||||
const ::rtl::OUString* pNames = aNames.getConstArray();
|
const ::rtl::OUString* pNames = aNames.getConstArray();
|
||||||
sal_Int32 nCtrls = aNames.getLength();
|
sal_Int32 nCtrls = aNames.getLength();
|
||||||
for( sal_Int32 i = 0 ; i < nCtrls ; ++i )
|
for( sal_Int32 j = 0 ; j < nCtrls ; ++j )
|
||||||
{
|
{
|
||||||
::rtl::OUString aCtrlName( pNames[i] );
|
::rtl::OUString aCtrlName( pNames[j] );
|
||||||
Any aCtrl = xDialog->getByName( aCtrlName );
|
Any aCtrl = xDialog->getByName( aCtrlName );
|
||||||
implHandleControlResourceProperties( aCtrl, aDlgName,
|
implHandleControlResourceProperties( aCtrl, aDlgName,
|
||||||
aCtrlName, m_xStringResourceManager, eMode );
|
aCtrlName, m_xStringResourceManager, eMode );
|
||||||
|
Reference in New Issue
Block a user