[Libreoffice-commits] core.git: sc/inc
Stephan Bergmann
sbergman at redhat.com
Thu Apr 7 12:00:27 UTC 2016
sc/inc/textuno.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 013090d5f6855da3220fcb841c8a319526888864
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Apr 7 13:58:59 2016 +0200
ScHeaderFooterTextData default ctor had been added in error
...with be3c2ff9233e8d4c5afe9c696cb5a60b24b25efc "tdf#94306 Replace
boost::noncopyable with plain C++11 deleted copy ctors"
Change-Id: I817b96fea3056f5d9914e5d1c829d07ca9755d34
diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx
index 3316e75..bb32420 100644
--- a/sc/inc/textuno.hxx
+++ b/sc/inc/textuno.hxx
@@ -119,7 +119,6 @@ private:
bool bDataValid;
public:
- ScHeaderFooterTextData() = default;
ScHeaderFooterTextData(const ScHeaderFooterTextData&) = delete;
const ScHeaderFooterTextData& operator=(const ScHeaderFooterTextData&) = delete;
ScHeaderFooterTextData(
More information about the Libreoffice-commits
mailing list