diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-02-06 00:09:05 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-06 04:38:01 +0000 |
commit | 3f6643b92742d775f5924a348d626ea695357825 (patch) | |
tree | 3249ce046ebb7c2ed10cbd9cfe74224231e202d7 /editeng | |
parent | 5bafdc99a15fa9b4b5e1b06f0f76d52addf09873 (diff) |
default ctor is fine here
this was hiding a Wunused-variable warning
Change-Id: I32bd853846bc6f56c082541109eedfdab2402c3d
Reviewed-on: https://gerrit.libreoffice.org/33942
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/editstt2.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editeng/source/editeng/editstt2.hxx b/editeng/source/editeng/editstt2.hxx index f846c165e5d0..15a8a0ed239e 100644 --- a/editeng/source/editeng/editstt2.hxx +++ b/editeng/source/editeng/editstt2.hxx @@ -26,8 +26,6 @@ class InternalEditStatus : public EditStatus { public: - InternalEditStatus() { ; } - void TurnOnFlags( EEControlBits nFlags ) { nControlBits |= nFlags; } |