From 67c497587b415c170872e0cfe65a340cdfeef614 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 9 Nov 2004 11:38:22 +0000 Subject: INTEGRATION: CWS oasisbf1 (1.8.786); FILE MERGED 2004/10/13 16:12:50 cl 1.8.786.1: #i33142# use correct member id --- svx/source/unodraw/unodtabl.cxx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'svx') diff --git a/svx/source/unodraw/unodtabl.cxx b/svx/source/unodraw/unodtabl.cxx index aabf6658250e..4d1563499c8e 100644 --- a/svx/source/unodraw/unodtabl.cxx +++ b/svx/source/unodraw/unodtabl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unodtabl.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2003-03-27 15:05:08 $ + * last change: $Author: hr $ $Date: 2004-11-09 12:38:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,6 +81,10 @@ #include "xlndsit.hxx" #endif +#ifndef _SVX_UNOMID_HXX +#include "unomid.hxx" +#endif + #include "xdash.hxx" #include "svdmodel.hxx" @@ -105,7 +109,7 @@ public: }; SvxUnoDashTable::SvxUnoDashTable( SdrModel* pModel ) throw() -: SvxUnoNameItemTable( pModel, XATTR_LINEDASH ) +: SvxUnoNameItemTable( pModel, XATTR_LINEDASH, MID_LINEDASH ) { } -- cgit