sw/inc/dbmgr.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 61b9eea7819ce64b5e7fd5b2c7a6ab08cea49812
Author: Michael Stahl <[email protected]>
Date:   Fri Oct 2 23:38:00 2015 +0200

    sw: try to fix the MSVC build...
    
    Change-Id: I1983ea770e48c67a3af054c976460dd4e13a8933

diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index d1dcad4..c2a94f0 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -225,6 +225,9 @@ friend class SwConnectionDisposedListener_Impl;
                                         const SwMergeDescriptor& 
rMergeDescriptor, vcl::Window* pParent );
     SAL_DLLPRIVATE bool          ToNextRecord(SwDSParam* pParam);
 
+    SwDBManager(SwDBManager const&) = delete;
+    SwDBManager& operator=(SwDBManager const&) = delete;
+
 public:
     SwDBManager(SwDoc* pDoc);
     ~SwDBManager();
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to