Kaydet (Commit) 61b9eea7 authored tarafından Michael Stahl's avatar Michael Stahl

sw: try to fix the MSVC build...

Change-Id: I1983ea770e48c67a3af054c976460dd4e13a8933
üst 64d0f4a5
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment