summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/sdview2.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:34:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:34:40 +0000
commit00b24c27000e304e01d71772366e7e0c47866a18 (patch)
tree8aaa7352b79300f10496c85124bdd4f418c25604 /sd/source/ui/view/sdview2.cxx
parent29c46da02e1143b59b337390396acd254453471b (diff)
INTEGRATION: CWS warnings01 (1.49.120); FILE MERGED
2006/05/12 16:40:37 sb 1.49.120.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
Diffstat (limited to 'sd/source/ui/view/sdview2.cxx')
-rw-r--r--sd/source/ui/view/sdview2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/sdview2.cxx b/sd/source/ui/view/sdview2.cxx
index 11961a6d91af..240f5d92eff6 100644
--- a/sd/source/ui/view/sdview2.cxx
+++ b/sd/source/ui/view/sdview2.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sdview2.cxx,v $
*
- * $Revision: 1.49 $
+ * $Revision: 1.50 $
*
- * last change: $Author: kz $ $Date: 2006-02-01 18:41:00 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:34:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -785,7 +785,7 @@ sal_Int8 View::ExecuteDrop( const ExecuteDropEvent& rEvt, DropTargetHelper& rTar
XFillExchangeData aFillData( XFillAttrSetItem( &pDoc->GetPool() ) );
*xStm >> aFillData;
- const Color aColor( ( (XFillColorItem&) aFillData.GetXFillAttrSetItem()->GetItemSet().Get( XATTR_FILLCOLOR ) ).GetValue() );
+ const Color aColor( ( (XFillColorItem&) aFillData.GetXFillAttrSetItem()->GetItemSet().Get( XATTR_FILLCOLOR ) ).GetColorValue() );
static_cast< SdrHdlColor* >( pIAOHandle )->SetColor( aColor, TRUE );
nRet = nDropAction;
}