diff options
author | Michael Stahl <mst@openoffice.org> | 2010-04-29 14:27:02 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-04-29 14:27:02 +0200 |
commit | 98c23f0ef2290956347a93805dcc9af803e28466 (patch) | |
tree | 45f9ac9232f4ca09efabe29c9b0df98275012762 /sw/inc | |
parent | b70579fa36aba012eed00bba758553623e59f4a0 (diff) |
sw33bf03: #i110454#: fix wntmsci12 build
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/shellio.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index 68461ef922..643cd847c5 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -28,6 +28,7 @@ #define SW_SHELLIO_HXX #include <memory> +#include <boost/utility.hpp> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/embed/XStorage.hpp> @@ -433,7 +434,9 @@ extern BOOL SetHTMLTemplate( SwDoc &rDoc ); //Fuer Vorlagen aus HTML.vor laden s class IDocumentSettingAccess; class IDocumentStylePoolAccess; -class SW_DLLPUBLIC Writer : public SvRefBase +class SW_DLLPUBLIC Writer + : public SvRefBase + , private ::boost::noncopyable { SwAsciiOptions aAscOpts; String sBaseURL; |