diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-06-01 15:46:17 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-06-01 15:46:17 +0000 |
commit | af64231a151be4629d68909d5ec2af537d87c8be (patch) | |
tree | 3f063b3dff4c1dd2b587215d53a92bb286a2d9b9 /svx/source/unodraw | |
parent | f36b452b6cb5b82751082c5105728e98efbe5512 (diff) |
#78966# setPropertyValue: GetDefaultItem instead of GetPoolDefaultItem
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r-- | svx/source/unodraw/unoipset.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unodraw/unoipset.cxx b/svx/source/unodraw/unoipset.cxx index cb2d6621123d..a81a0d6b9782 100644 --- a/svx/source/unodraw/unoipset.cxx +++ b/svx/source/unodraw/unoipset.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unoipset.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: cl $ $Date: 2001-03-20 12:19:47 $ + * last change: $Author: nn $ $Date: 2001-06-01 16:46:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -282,7 +282,7 @@ void SvxItemPropertySet::setPropertyValue( const SfxItemPropertyMap* pMap, const return; } - pItem = pPool->GetPoolDefaultItem( pMap->nWID ); + pItem = &pPool->GetDefaultItem( pMap->nWID ); } if( pItem ) |