diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index bbca97044bde..6c827ddfd2a3 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -166,7 +166,7 @@ bool IsLockingUsed() } // anonymous namespace -class SfxMedium_Impl : boost::noncopyable +class SfxMedium_Impl : private boost::noncopyable { public: StreamMode m_nStorOpenMode; |