summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/obj3d.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2002-08-22 08:46:27 +0000
committerThorsten Behrens <thb@openoffice.org>2002-08-22 08:46:27 +0000
commiteff7157cdeac8260f7032e8abc98ca73660e58cd (patch)
tree41ac5ead62fb7fa8ea0ff1531e487360aca070b1 /svx/source/engine3d/obj3d.cxx
parent71b75dd4bc2c22487d5158d97af81a641d09aeb9 (diff)
#100127# Extracted Imp* classes from svdobj.hxx to svdoimp.hxx
Diffstat (limited to 'svx/source/engine3d/obj3d.cxx')
-rw-r--r--svx/source/engine3d/obj3d.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/engine3d/obj3d.cxx b/svx/source/engine3d/obj3d.cxx
index 654ed904d4e8..64dbbda68536 100644
--- a/svx/source/engine3d/obj3d.cxx
+++ b/svx/source/engine3d/obj3d.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: obj3d.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: cl $ $Date: 2002-06-07 12:06:28 $
+ * last change: $Author: thb $ $Date: 2002-08-22 09:46:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -244,6 +244,10 @@
#include "xgrscit.hxx"
#endif
+#ifndef _SVX_SVDOIMP_HXX
+#include "svdoimp.hxx"
+#endif
+
#define ITEMVALUE(ItemSet,Id,Cast) ((const Cast&)(ItemSet).Get(Id)).GetValue()
/*************************************************************************