diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-07 13:58:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-07 13:58:59 +0200 |
commit | 013090d5f6855da3220fcb841c8a319526888864 (patch) | |
tree | 81414aa954575f30b3668af45f9ab55a9e60cb41 | |
parent | aea456a37445f402f1fb3eb1415ca6af7046cf1e (diff) |
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
-rw-r--r-- | sc/inc/textuno.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx index 3316e755597a..bb32420208fb 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( |