diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-08 13:14:13 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-08 13:14:13 +0100 |
commit | d75f839329c7ac53b0361a81cb5e2d7143abb907 (patch) | |
tree | 3ab136d5397afeaf5bf9dce0fdd681fd45d00f8f /sc/source | |
parent | fe96732fd13faad9a141f78dfa44efbf5de01ec6 (diff) |
Sigh, MSVC randomly doesn't like '= default' here
Change-Id: I069838ac529335c7abc02d3a9f0deb6ff545f92a
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/unoobj/textuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/textuno.cxx b/sc/source/ui/unoobj/textuno.cxx index 68d9bccf6741..74e1967f317c 100644 --- a/sc/source/ui/unoobj/textuno.cxx +++ b/sc/source/ui/unoobj/textuno.cxx @@ -674,7 +674,7 @@ ScHeaderFooterTextCursor::ScHeaderFooterTextCursor(rtl::Reference<ScHeaderFooter rTextObj( rText ) {} -ScHeaderFooterTextCursor::~ScHeaderFooterTextCursor() throw() = default; +ScHeaderFooterTextCursor::~ScHeaderFooterTextCursor() throw() {}; // SvxUnoTextCursor methods reimplemented here to return the right objects: |