summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-08 13:14:13 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-08 13:14:13 +0100
commitd75f839329c7ac53b0361a81cb5e2d7143abb907 (patch)
tree3ab136d5397afeaf5bf9dce0fdd681fd45d00f8f /sc/source
parentfe96732fd13faad9a141f78dfa44efbf5de01ec6 (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.cxx2
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: