summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:08:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:08:40 +0000
commit3f4ab858df2af6bdfa23614a178cc6861174f0f1 (patch)
tree35524e8de861dc42dd244f0943943c9b4c8cd537 /svx
parent3d998fbf7d94d21a24a1ba0065f1ec3be4db5751 (diff)
INTEGRATION: CWS warnings01 (1.14.220); FILE MERGED
2006/04/19 17:33:09 cl 1.14.220.2: warning free code changes 2006/03/10 17:42:59 aw 1.14.220.1: #i55991# warning free changes for unxsol
Diffstat (limited to 'svx')
-rw-r--r--svx/source/xoutdev/xtabgrdt.cxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/svx/source/xoutdev/xtabgrdt.cxx b/svx/source/xoutdev/xtabgrdt.cxx
index ed5ff5f7d9..3e9ee4a252 100644
--- a/svx/source/xoutdev/xtabgrdt.cxx
+++ b/svx/source/xoutdev/xtabgrdt.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xtabgrdt.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:22:23 $
+ * last change: $Author: hr $ $Date: 2006-06-19 17:08:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -122,7 +122,7 @@ XGradientEntry* XGradientTable::Remove(long nIndex)
/************************************************************************/
-XGradientEntry* XGradientTable::Get(long nIndex) const
+XGradientEntry* XGradientTable::GetGradient(long nIndex) const
{
return (XGradientEntry*) XPropertyTable::Get(nIndex, 0);
}
@@ -157,7 +157,7 @@ BOOL XGradientTable::CreateBitmapsForUI()
/************************************************************************/
-Bitmap* XGradientTable::CreateBitmapForUI( long nIndex, BOOL bDelete )
+Bitmap* XGradientTable::CreateBitmapForUI( long /*nIndex*/, BOOL /*bDelete*/)
{
return( NULL );
}
@@ -319,7 +319,7 @@ XGradientEntry* XGradientList::Remove(long nIndex)
/************************************************************************/
-XGradientEntry* XGradientList::Get(long nIndex) const
+XGradientEntry* XGradientList::GetGradient(long nIndex) const
{
return( (XGradientEntry*) XPropertyList::Get( nIndex, 0 ) );
}
@@ -497,8 +497,7 @@ Bitmap* XGradientList::CreateBitmapForUI( long nIndex, BOOL bDelete )
}
pXFSet->GetItemSet().Put(
- XFillGradientItem( pXPool, Get( nIndex )->GetGradient() ) );
-//-/ pXOut->SetFillAttr( *pXFSet );
+ XFillGradientItem( pXPool, GetGradient( nIndex )->GetGradient() ) );
pXOut->SetFillAttr( pXFSet->GetItemSet() );
// #73550#