summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoprov.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2002-04-19 11:36:25 +0000
committerChristian Lippka <cl@openoffice.org>2002-04-19 11:36:25 +0000
commit1f4fc2968c0a87f740ec4d3a34053c3006a199eb (patch)
treeae3e3e70542f6759d4fc38ad4ac51bcef92e6634 /svx/source/unodraw/unoprov.cxx
parentf59764a3a86792b674518303ae1bd60bd5c6941d (diff)
#95585# added missing BoundRect property for OLE2 shapes
Diffstat (limited to 'svx/source/unodraw/unoprov.cxx')
-rw-r--r--svx/source/unodraw/unoprov.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/unodraw/unoprov.cxx b/svx/source/unodraw/unoprov.cxx
index 6c2eea159592..fb0d1d1d0b32 100644
--- a/svx/source/unodraw/unoprov.cxx
+++ b/svx/source/unodraw/unoprov.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoprov.cxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: cl $ $Date: 2001-11-19 14:51:55 $
+ * last change: $Author: cl $ $Date: 2002-04-19 12:36:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -467,6 +467,7 @@ SfxItemPropertyMap* ImplGetSvxOle2PropertyMap()
{ MAP_CHAR_LEN(UNO_NAME_MISC_OBJ_MOVEPROTECT), SDRATTR_OBJMOVEPROTECT, &::getBooleanCppuType(),0, 0},
{ MAP_CHAR_LEN(UNO_NAME_MISC_OBJ_SIZEPROTECT), SDRATTR_OBJSIZEPROTECT, &::getBooleanCppuType(),0, 0},
{ MAP_CHAR_LEN(UNO_NAME_OLE2_PERSISTNAME), OWN_ATTR_PERSISTNAME , &::getCppuType(( const ::rtl::OUString*)0), 0, 0 },
+ { MAP_CHAR_LEN(UNO_NAME_MISC_OBJ_BOUNDRECT), OWN_ATTR_BOUNDRECT, &::getCppuType((const ::com::sun::star::awt::Rectangle*)0), ::com::sun::star::beans::PropertyAttribute::READONLY, 0},
{0,0,0,0,0}
};