summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:38:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:38:22 +0000
commit67c497587b415c170872e0cfe65a340cdfeef614 (patch)
tree23dc813551fd18ef14fc1722b760ca83b5bda40f /svx
parenta3c79fa839d5da3b9e93fa3198fc5201c2f8b5e6 (diff)
INTEGRATION: CWS oasisbf1 (1.8.786); FILE MERGED
2004/10/13 16:12:50 cl 1.8.786.1: #i33142# use correct member id
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unodtabl.cxx10
1 files changed, 7 insertions, 3 deletions
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 )
{
}