summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/sdview3.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:34:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:34:54 +0000
commitb4d86e9ae74e1244e571d8b29006abe3a3080394 (patch)
treeca2244bd2f6ce61e95757d90d2f9c035671fe954 /sd/source/ui/view/sdview3.cxx
parent00b24c27000e304e01d71772366e7e0c47866a18 (diff)
INTEGRATION: CWS warnings01 (1.63.56); FILE MERGED
2006/05/23 16:45:24 sb 1.63.56.2: RESYNC: (1.63-1.64); FILE MERGED 2006/05/12 16:40:37 sb 1.63.56.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
Diffstat (limited to 'sd/source/ui/view/sdview3.cxx')
-rw-r--r--sd/source/ui/view/sdview3.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/sdview3.cxx b/sd/source/ui/view/sdview3.cxx
index 0ea443fa2da0..37b069d68e42 100644
--- a/sd/source/ui/view/sdview3.cxx
+++ b/sd/source/ui/view/sdview3.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sdview3.cxx,v $
*
- * $Revision: 1.64 $
+ * $Revision: 1.65 $
*
- * last change: $Author: rt $ $Date: 2006-05-04 09:10:37 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:34:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1290,7 +1290,7 @@ BOOL View::InsertData( const TransferableDataHelper& rDataHelper,
if( eFill == XFILL_SOLID || eFill == XFILL_NONE )
{
const XFillColorItem& rColItem = (XFillColorItem&) rSet.Get( XATTR_FILLCOLOR );
- Color aColor( rColItem.GetValue() );
+ Color aColor( rColItem.GetColorValue() );
String aName( rColItem.GetName() );
SfxItemSet aSet( pDoc->GetPool() );
BOOL bClosed = pPickObj->IsClosedObj();