summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2000-10-12 10:56:29 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2000-10-12 10:56:29 +0000
commit435ce0f761afc82f8836a14a8a7d3d1dcff1f2d5 (patch)
tree60fc13af3b15bda7159ed56cdae6b268d975d261
parent5f19efcf35a0142a55aa916e412cff1fba60bf99 (diff)
include vcl/graph.hxx (galbrws.hxx needs it for class Graphic)
-rw-r--r--sw/source/ui/app/swmodule.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/ui/app/swmodule.cxx b/sw/source/ui/app/swmodule.cxx
index 8069e79e345c..65e6b1b56210 100644
--- a/sw/source/ui/app/swmodule.cxx
+++ b/sw/source/ui/app/swmodule.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swmodule.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2000-10-12 08:24:40 $
+ * last change: $Author: rt $ $Date: 2000-10-12 11:56:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,6 +72,9 @@
#ifndef _SV_WRKWIN_HXX //autogen
#include <vcl/wrkwin.hxx>
#endif
+#ifndef _SV_GRAPH_HXX
+#include <vcl/graph.hxx>
+#endif
#ifndef _SVX_GALBRWS_HXX_
#include <svx/galbrws.hxx>
#endif