diff options
author | Rüdiger Timm <rt@openoffice.org> | 2000-10-12 10:56:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2000-10-12 10:56:29 +0000 |
commit | 435ce0f761afc82f8836a14a8a7d3d1dcff1f2d5 (patch) | |
tree | 60fc13af3b15bda7159ed56cdae6b268d975d261 /sw/source/ui/app/swmodule.cxx | |
parent | 5f19efcf35a0142a55aa916e412cff1fba60bf99 (diff) |
include vcl/graph.hxx (galbrws.hxx needs it for class Graphic)
Diffstat (limited to 'sw/source/ui/app/swmodule.cxx')
-rw-r--r-- | sw/source/ui/app/swmodule.cxx | 7 |
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 |