diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-11-09 09:18:46 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-11-09 09:18:46 +0000 |
commit | 0bef74a666d84640526adf8af8c61eac845fad99 (patch) | |
tree | 9b924da4d1714ed651d73c7ac8c185758eb3f650 /svx/source/inc | |
parent | 11af387afbf06e6272ab83014bd57d8f509b8ef0 (diff) |
forgot an include
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/fmtools.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/inc/fmtools.hxx b/svx/source/inc/fmtools.hxx index a600a0366caf..c19c85b09bbd 100644 --- a/svx/source/inc/fmtools.hxx +++ b/svx/source/inc/fmtools.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmtools.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: fs $ $Date: 2000-11-09 09:59:10 $ + * last change: $Author: fs $ $Date: 2000-11-09 10:18:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -226,6 +226,9 @@ #ifndef _CPPUHELPER_COMPBASE2_HXX_ #include <cppuhelper/compbase2.hxx> #endif +#ifndef _CPPUHELPER_COMPBASE3_HXX_ +#include <cppuhelper/compbase3.hxx> +#endif #ifndef _COMPHELPER_UNO3_HXX_ #include <comphelper/uno3.hxx> #endif |