summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect')
-rw-r--r--writerperfect/source/common/WPXSvInputStream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/source/common/WPXSvInputStream.cxx b/writerperfect/source/common/WPXSvInputStream.cxx
index e547b8660b8c..c95076fcc66c 100644
--- a/writerperfect/source/common/WPXSvInputStream.cxx
+++ b/writerperfect/source/common/WPXSvInputStream.cxx
@@ -42,7 +42,7 @@ namespace packages = com::sun::star::packages;
namespace
{
-class PositionHolder : boost::noncopyable
+class PositionHolder : private boost::noncopyable
{
public:
explicit PositionHolder(const Reference<XSeekable> &rxSeekable);