summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-04-29 14:27:02 +0200
committerMichael Stahl <mst@openoffice.org>2010-04-29 14:27:02 +0200
commite1099108f621bb65a5376b103627fbf2635ea0a5 (patch)
tree217826e708af8178e8ccc71bb94b1bb3f85f2488 /sw
parent94e9b98a8341459bcdb7781a4f711cb5458c89ee (diff)
sw33bf03: #i110454#: fix wntmsci12 build
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/shellio.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index b92cc26ca38e..0e52ce256754 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;