diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-01-20 11:35:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-01-20 11:35:43 +0000 |
commit | 5c82adb870f518ca2240f1bd6720ee0ddd60b9cb (patch) | |
tree | 452fa05e308e5a8a00819eb3a6a9ebcc54030866 | |
parent | d491d72266174de7e28d713c80ee604e87a3918a (diff) |
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.
-rw-r--r-- | sd/source/ui/unoidl/unopool.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sd/source/ui/unoidl/unopool.cxx b/sd/source/ui/unoidl/unopool.cxx index 5d9470727f51..dc9d8aec5e33 100644 --- a/sd/source/ui/unoidl/unopool.cxx +++ b/sd/source/ui/unoidl/unopool.cxx @@ -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 ); |