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

New commits:
commit d75f839329c7ac53b0361a81cb5e2d7143abb907
Author: Stephan Bergmann <sberg...@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:
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to