sw: try to fix the MSVC build

Change-Id: I5e3277e625004b30f0f05eef2b272736820a8836
This commit is contained in:
Michael Stahl
2015-10-06 00:36:58 +02:00
parent f03417389e
commit 3e5b53438d

View File

@@ -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();