diff options
-rw-r--r-- | svx/inc/svdpomv.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/inc/svdpomv.hxx b/svx/inc/svdpomv.hxx index edfd380ec0d3..47f7dd74319d 100644 --- a/svx/inc/svdpomv.hxx +++ b/svx/inc/svdpomv.hxx @@ -4,9 +4,9 @@ * * $RCSfile: svdpomv.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:53:59 $ + * last change: $Author: ihi $ $Date: 2006-11-14 12:53:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,8 +58,7 @@ private: void ImpClearVars(); #endif public: - SdrPolyMarkView(SdrModel* pModel1, OutputDevice* pOut); - SdrPolyMarkView(SdrModel* pModel1, XOutputDevice* pXOut); + SdrPolyMarkView(SdrModel* pModel1, OutputDevice* pOut = 0L); ~SdrPolyMarkView(); }; |