INTEGRATION: CWS impress1 (1.1.244); FILE MERGED

2003/09/17 09:44:56 af 1.1.244.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.
This commit is contained in:
Oliver Bolte 2004-01-20 11:35:43 +00:00
parent d491d72266
commit 5c82adb870

View file

@ -2,9 +2,9 @@
*
* $RCSfile: unopool.cxx,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change: $Author: cl $ $Date: 2001-08-06 12:52:34 $
* last change: $Author: obo $ $Date: 2004-01-20 12:35:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -135,7 +135,9 @@ void SdUnoDrawPool::putAny( SfxItemPool* pPool, const comphelper::PropertyMapEnt
{
lang::Locale aLocale;
if( rValue >>= aLocale )
mpDrawModel->SetLanguage( SdUnoGetLanguage( aLocale ), pEntry->mnHandle );
mpDrawModel->SetLanguage(
SdUnoGetLanguage( aLocale ),
(const USHORT)pEntry->mnHandle );
}
}
SvxUnoDrawPool::putAny( pPool, pEntry, rValue );