diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 11:53:51 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 11:53:51 +0000 |
commit | 0f5833be5af6712094a1b797cfdc0b227403b69d (patch) | |
tree | 17b21baca23854f2315ee11858f851b88d868d16 /svx | |
parent | 176304a2129d5b26c6a79880c3898d79d697e8bb (diff) |
INTEGRATION: CWS aw024 (1.2.138); FILE MERGED
2005/09/18 00:51:30 aw 1.2.138.2: RESYNC: (1.2-1.3); FILE MERGED
2005/05/26 11:27:37 aw 1.2.138.1: #i39531#
Diffstat (limited to 'svx')
-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(); }; |