diff options
author | John Marmion <john.marmion@openoffice.org> | 2000-09-26 13:14:45 +0000 |
---|---|---|
committer | John Marmion <john.marmion@openoffice.org> | 2000-09-26 13:14:45 +0000 |
commit | bb6723151f51c64b156057d77991ebf4477c9703 (patch) | |
tree | 8ff03b7a588ff8be5f5f3f40661782e87225c2d8 /svx | |
parent | a5f5d4101ae84bd0e380d0caae8c8986a85109ac (diff) |
updated for OpenOffice 605
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/fmshimp.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx index bac15e259449..6bec770e1e5c 100644 --- a/svx/source/form/fmshimp.cxx +++ b/svx/source/form/fmshimp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fmshimp.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2000-09-26 11:42:52 $ + * last change: $Author: john.marmion $ $Date: 2000-09-26 14:14:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -143,6 +143,10 @@ #include <com/sun/star/container/XEnumerationAccess.hpp> #endif +#ifndef _COM_SUN_STAR_FRAME_FRAMESEARCHFLAG_HPP_ +#include <com/sun/star/frame/FrameSearchFlag.hpp> +#endif + #ifndef _COM_SUN_STAR_AWT_XTEXTCOMPONENT_HPP_ #include <com/sun/star/awt/XTextComponent.hpp> #endif |