summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-06-01 15:46:17 +0000
committerNiklas Nebel <nn@openoffice.org>2001-06-01 15:46:17 +0000
commitaf64231a151be4629d68909d5ec2af537d87c8be (patch)
tree3f063b3dff4c1dd2b587215d53a92bb286a2d9b9 /svx/source/unodraw
parentf36b452b6cb5b82751082c5105728e98efbe5512 (diff)
#78966# setPropertyValue: GetDefaultItem instead of GetPoolDefaultItem
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r--svx/source/unodraw/unoipset.cxx6
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 )