summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2000-10-10 15:41:12 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2000-10-10 15:41:12 +0000
commitc052335d5f252fd838af84385267dff2e530bbb2 (patch)
tree55991b3291658dd3a8a44608a2c261f2564ad62a /sw
parent1119403b28fa9d011ee408ae65df13cf1f1e5818 (diff)
include vcl/graph.hxx (galbrws.hxx needs it for class Graphic)
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/uiview/view0.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/source/ui/uiview/view0.cxx b/sw/source/ui/uiview/view0.cxx
index b83ce12563e6..129979b3ef37 100644
--- a/sw/source/ui/uiview/view0.cxx
+++ b/sw/source/ui/uiview/view0.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: view0.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2000-09-28 15:34:12 $
+ * last change: $Author: rt $ $Date: 2000-10-10 16:41:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,6 +67,9 @@
#include "hintids.hxx"
+#ifndef _SV_GRAPH_HXX
+#include <vcl/graph.hxx>
+#endif
#ifndef _SVX_GALBRWS_HXX_
#include <svx/galbrws.hxx>
#endif
@@ -178,6 +181,9 @@ view::XSelectionSupplier* SwView::GetUNOObject()
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.2 2000/09/28 15:34:12 os
+ gallery child window registered
+
Revision 1.1.1.1 2000/09/18 17:14:49 hr
initial import