sw/source/uibase/inc/redlndlg.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 3e5b53438d7001fde1b4664b8867be3dcfae4b95
Author: Michael Stahl <mst...@redhat.com>
Date:   Tue Oct 6 00:36:58 2015 +0200

    sw: try to fix the MSVC build
    
    Change-Id: I5e3277e625004b30f0f05eef2b272736820a8836

diff --git a/sw/source/uibase/inc/redlndlg.hxx 
b/sw/source/uibase/inc/redlndlg.hxx
index 6153634..07c3123 100644
--- a/sw/source/uibase/inc/redlndlg.hxx
+++ b/sw/source/uibase/inc/redlndlg.hxx
@@ -111,6 +111,9 @@ class SW_DLLPUBLIC SwRedlineAcceptDlg
     SAL_DLLPRIVATE OUString      GetActionText(const SwRangeRedline& rRedln, 
sal_uInt16 nStack = 0);
     SAL_DLLPRIVATE sal_uInt16    GetRedlinePos( const SvTreeListEntry& rEntry) 
const;
 
+    SwRedlineAcceptDlg(SwRedlineAcceptDlg const&) = delete;
+    SwRedlineAcceptDlg& operator=(SwRedlineAcceptDlg const&) = delete;
+
 public:
     SwRedlineAcceptDlg(vcl::Window *pParent, VclBuilderContainer *pBuilder, 
vcl::Window *pContentArea, bool bAutoFormat = false);
     virtual ~SwRedlineAcceptDlg();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to