diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2000-10-10 15:41:12 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2000-10-10 15:41:12 +0000 |
commit | f42824811aaebef3f1b5f7490946f6c792767482 (patch) | |
tree | 54fa9ac4310ca6de8c0a22a3f62dffd33e5e955b /sw/source/ui/uiview/view0.cxx | |
parent | 9b239613949b559ae31d9a86af3c62d62a0864b4 (diff) |
include vcl/graph.hxx (galbrws.hxx needs it for class Graphic)
Diffstat (limited to 'sw/source/ui/uiview/view0.cxx')
-rw-r--r-- | sw/source/ui/uiview/view0.cxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/source/ui/uiview/view0.cxx b/sw/source/ui/uiview/view0.cxx index 6c1211346c..3c7de3769a 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 |