Kaydet (Commit) 3e5b5343 authored tarafından Michael Stahl's avatar Michael Stahl

sw: try to fix the MSVC build

Change-Id: I5e3277e625004b30f0f05eef2b272736820a8836
üst f0341738
......@@ -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();
......
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