diff options
-rw-r--r-- | include/svtools/DocumentInfoPreview.hxx | 2 | ||||
-rw-r--r-- | svtools/source/contnr/DocumentInfoPreview.cxx | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/svtools/DocumentInfoPreview.hxx b/include/svtools/DocumentInfoPreview.hxx index 6cd4fc8b7365..9cb75241032a 100644 --- a/include/svtools/DocumentInfoPreview.hxx +++ b/include/svtools/DocumentInfoPreview.hxx @@ -24,13 +24,13 @@ #include <i18nlangtag/languagetag.hxx> #include <com/sun/star/uno/Reference.hxx> -#include <svtools/svmedit2.hxx> #include <svtools/svtdllapi.h> #include <tools/wintypes.hxx> #include <vcl/window.hxx> #include <boost/scoped_ptr.hpp> +class ExtMultiLineEdit; class SvtDocInfoTable_Impl; namespace com { namespace sun { namespace star { diff --git a/svtools/source/contnr/DocumentInfoPreview.cxx b/svtools/source/contnr/DocumentInfoPreview.cxx index f94ee83e6585..b49e17c116ae 100644 --- a/svtools/source/contnr/DocumentInfoPreview.cxx +++ b/svtools/source/contnr/DocumentInfoPreview.cxx @@ -29,6 +29,7 @@ #include <svl/inettype.hxx> #include <svtools/DocumentInfoPreview.hxx> #include <svtools/imagemgr.hxx> +#include <svtools/svmedit2.hxx> #include <vcl/builder.hxx> #include <vcl/txtattr.hxx> #include <vcl/settings.hxx> |