Kaydet (Commit) d75f8393 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Sigh, MSVC randomly doesn't like '= default' here

Change-Id: I069838ac529335c7abc02d3a9f0deb6ff545f92a
üst fe96732f
...@@ -674,7 +674,7 @@ ScHeaderFooterTextCursor::ScHeaderFooterTextCursor(rtl::Reference<ScHeaderFooter ...@@ -674,7 +674,7 @@ ScHeaderFooterTextCursor::ScHeaderFooterTextCursor(rtl::Reference<ScHeaderFooter
rTextObj( rText ) rTextObj( rText )
{} {}
ScHeaderFooterTextCursor::~ScHeaderFooterTextCursor() throw() = default; ScHeaderFooterTextCursor::~ScHeaderFooterTextCursor() throw() {};
// SvxUnoTextCursor methods reimplemented here to return the right objects: // SvxUnoTextCursor methods reimplemented here to return the right objects:
......
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