summaryrefslogtreecommitdiff
path: root/svx/source/inc/svdoimp.hxx
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2002-10-31 11:57:17 +0000
committerThorsten Behrens <thb@openoffice.org>2002-10-31 11:57:17 +0000
commita593482702ef355a535c30755d4778694a1da53a (patch)
tree5aba02308e5d4258dccb0f4f27c6425e81a439b7 /svx/source/inc/svdoimp.hxx
parentadda4efa425ed9e774eab0f581f4d049043543b6 (diff)
#103692# Passing shadow attributes to the rendering methods
Diffstat (limited to 'svx/source/inc/svdoimp.hxx')
-rw-r--r--svx/source/inc/svdoimp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/svdoimp.hxx b/svx/source/inc/svdoimp.hxx
index 8f8aedf2bd28..213c201cc811 100644
--- a/svx/source/inc/svdoimp.hxx
+++ b/svx/source/inc/svdoimp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdoimp.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: thb $ $Date: 2002-09-10 08:12:44 $
+ * last change: $Author: thb $ $Date: 2002-10-31 12:57:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,7 +124,7 @@ class SfxItemSet;
class ImpGraphicFill
{
public:
- ImpGraphicFill( const SdrObject& rObj, const ExtOutputDevice& rXOut );
+ ImpGraphicFill( const SdrObject& rObj, const ExtOutputDevice& rXOut, const SfxItemSet& rFillItemSet, bool bIsShadow=false );
~ImpGraphicFill();
private: