[Libreoffice-commits] core.git: sc/source

Stephan Bergmann sbergman at redhat.com
Thu Dec 8 12:14:48 UTC 2016


 sc/source/ui/unoobj/textuno.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d75f839329c7ac53b0361a81cb5e2d7143abb907
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Dec 8 13:14:13 2016 +0100

    Sigh, MSVC randomly doesn't like '= default' here
    
    Change-Id: I069838ac529335c7abc02d3a9f0deb6ff545f92a

diff --git a/sc/source/ui/unoobj/textuno.cxx b/sc/source/ui/unoobj/textuno.cxx
index 68d9bcc..74e1967 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:
 


More information about the Libreoffice-commits mailing list