summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unobtabl.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:54:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:54:38 +0000
commit4af6584d48e97e4dd89a8e2ab18a9dedd352b9c2 (patch)
tree09f679aa85ab444a01544555bc58ef138432b2dc /svx/source/unodraw/unobtabl.cxx
parent835556dd24041a4b6098c34146f6ba32160d747b (diff)
INTEGRATION: CWS warnings01 (1.15.222); FILE MERGED
2006/04/19 15:12:13 cl 1.15.222.1: fixing BitmapItem access
Diffstat (limited to 'svx/source/unodraw/unobtabl.cxx')
-rw-r--r--svx/source/unodraw/unobtabl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unodraw/unobtabl.cxx b/svx/source/unodraw/unobtabl.cxx
index c15fe02e4412..9d6228e2409c 100644
--- a/svx/source/unodraw/unobtabl.cxx
+++ b/svx/source/unodraw/unobtabl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unobtabl.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:03:02 $
+ * last change: $Author: hr $ $Date: 2006-06-19 16:54:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -103,7 +103,7 @@ bool SvxUnoBitmapTable::isValid( const NameOrIndex* pItem ) const
const XFillBitmapItem* pBitmapItem = dynamic_cast< const XFillBitmapItem* >( pItem );
if( pBitmapItem )
{
- const GraphicObject& rGraphic = pBitmapItem->GetValue().GetGraphicObject();
+ const GraphicObject& rGraphic = pBitmapItem->GetBitmapValue().GetGraphicObject();
return rGraphic.GetSizeBytes() > 0;
}
}