summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-24 11:31:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-25 05:20:06 +0000
commitb4adb0c533cc99633f360cb12014aa35599d943a (patch)
treea13c9afc746c476a5b02e65d7a1d168ef71109b0 /hwpfilter
parent6c98339f7523db93ff8064282c19ab285d80612a (diff)
loplugin: unnecessary destructor forms..idlc
Change-Id: I765e0fa61f8134a60e5ea24452c6bbcb3fa8b054 Reviewed-on: https://gerrit.libreoffice.org/33492 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/formula.h1
-rw-r--r--hwpfilter/source/hbox.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/hwpfilter/source/formula.h b/hwpfilter/source/formula.h
index 62f44c704a6c..d46e36b2490d 100644
--- a/hwpfilter/source/formula.h
+++ b/hwpfilter/source/formula.h
@@ -36,7 +36,6 @@ public:
eq = _eq;
trim();
}
- ~Formula(){ }
void setDocumentHandler(Reference < XDocumentHandler > const & xHandler )
{
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index 8d039ae49838..310984ca7cbb 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -394,7 +394,6 @@ struct Columns
nTotal = INIT_SIZE;
data.reset(new int[nTotal]);
}
- ~Columns() {}
void AddColumnsSize(){
if (nTotal + ADD_AMOUNT < nTotal) // overflow
@@ -454,7 +453,6 @@ struct Rows
nTotal = INIT_SIZE;
data.reset( new int[nTotal] );
}
- ~Rows() {}
void AddRowsSize(){
if (nTotal + ADD_AMOUNT < nTotal) // overflow