summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev/xattrbmp.cxx
diff options
context:
space:
mode:
authorpw <pw@openoffice.org>2000-10-12 10:54:52 +0000
committerpw <pw@openoffice.org>2000-10-12 10:54:52 +0000
commitdb7fe04c6c07f8b7be2578d8b9f35c2f28c9bb5f (patch)
treefac50a9a1c40b87ab96d8674fddc30eb71cc4117 /svx/source/xoutdev/xattrbmp.cxx
parent05edd731e8083aa8b89471b058d166d894998443 (diff)
#79317# New ctor's
Diffstat (limited to 'svx/source/xoutdev/xattrbmp.cxx')
-rw-r--r--svx/source/xoutdev/xattrbmp.cxx21
1 files changed, 19 insertions, 2 deletions
diff --git a/svx/source/xoutdev/xattrbmp.cxx b/svx/source/xoutdev/xattrbmp.cxx
index 189b2658e11d..a865def42f60 100644
--- a/svx/source/xoutdev/xattrbmp.cxx
+++ b/svx/source/xoutdev/xattrbmp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xattrbmp.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:01:28 $
+ * last change: $Author: pw $ $Date: 2000-10-12 11:54:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -560,6 +560,23 @@ XFillBitmapItem::XFillBitmapItem( SvStream& rIn, USHORT nVer ) :
}
}
+//*************************************************************************
+
+XFillBitmapItem::XFillBitmapItem( SfxItemPool* pPool, const XOBitmap& rTheBitmap )
+: NameOrIndex( XATTR_FILLBITMAP, -1 ),
+ aXOBitmap( rTheBitmap )
+{
+ SetName( CreateStandardName( pPool, XATTR_FILLBITMAP ) );
+}
+
+//*************************************************************************
+
+XFillBitmapItem::XFillBitmapItem( SfxItemPool* pPool )
+: NameOrIndex(XATTR_FILLBITMAP, -1 )
+{
+ SetName( CreateStandardName( pPool, XATTR_FILLBITMAP ) );
+}
+
/*************************************************************************
|*
|* XFillBitmapItem::Clone(SfxItemPool* pPool) const