diff options
Diffstat (limited to 'svx/source/inc/svdoimp.hxx')
-rw-r--r-- | svx/source/inc/svdoimp.hxx | 6 |
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: |