summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-04 14:23:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-04 14:24:47 +0200
commitd916619658a2486ee8cdb5d819a6f0308ee07ccf (patch)
treedc7e09a2961da18829ed8dfbd6ea37a23f1e4259 /include/editeng
parentb6f3b2b0ab9404917b7805bb89701c110b468768 (diff)
No need to explicitly delete ctor the compiler wouldn't implicitly declare
Change-Id: Idd0e764765bd76e1f6a2d8ec6e18ebac27b91ec6
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/editobj.hxx1
-rw-r--r--include/editeng/fieldupdater.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/editobj.hxx b/include/editeng/editobj.hxx
index 4331b06736ce..c0d4f276c1b7 100644
--- a/include/editeng/editobj.hxx
+++ b/include/editeng/editobj.hxx
@@ -71,7 +71,6 @@ class EDITENG_DLLPUBLIC EditTextObject : public SfxItemPoolUser
void CreateData( SvStream& rStrm );
public:
- EditTextObject() = delete;
EditTextObject( const EditTextObject& r );
virtual ~EditTextObject();
EditTextObject& operator=( const EditTextObject& ) = delete;
diff --git a/include/editeng/fieldupdater.hxx b/include/editeng/fieldupdater.hxx
index 461e49d9a90b..a8bbb5c88288 100644
--- a/include/editeng/fieldupdater.hxx
+++ b/include/editeng/fieldupdater.hxx
@@ -30,7 +30,6 @@ class EDITENG_DLLPUBLIC FieldUpdater
public:
FieldUpdater(EditTextObject& rObj);
FieldUpdater(const FieldUpdater& r);
- FieldUpdater() = delete;
~FieldUpdater();
/**