summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtw8esh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/wrtw8esh.cxx')
-rw-r--r--sw/source/filter/ww8/wrtw8esh.cxx15
1 files changed, 2 insertions, 13 deletions
diff --git a/sw/source/filter/ww8/wrtw8esh.cxx b/sw/source/filter/ww8/wrtw8esh.cxx
index 53659d3073f3..5e79c975b557 100644
--- a/sw/source/filter/ww8/wrtw8esh.cxx
+++ b/sw/source/filter/ww8/wrtw8esh.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrtw8esh.cxx,v $
*
- * $Revision: 1.56 $
+ * $Revision: 1.57 $
*
- * last change: $Author: dr $ $Date: 2002-11-29 11:54:46 $
+ * last change: $Author: cmc $ $Date: 2002-12-10 12:41:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1327,17 +1327,6 @@ void SwBasicEscherEx::WriteGrfAttr(const SwNoTxtNode& rNd,
if (nBrightness != 0)
rPropOpt.AddOpt( ESCHER_Prop_pictureBrightness, nBrightness * 327 );
-#if 0
- //gamma not seen
- if( SFX_ITEM_SET == rNd.GetSwAttrSet().GetItemState( RES_GRFATR_GAMMA,
- true, &pItem ) )
- {
- double fGamma = ((SwGammaGrf*)pItem)->GetValue();
- rPropOpt.AddOpt( ESCHER_Prop_pictureGamma,
- static_cast<sal_uInt32>(fGamma * 655) );
- }
-#endif
-
if (SFX_ITEM_SET == rNd.GetSwAttrSet().GetItemState(RES_GRFATR_CROPGRF,
true, &pItem))
{