summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-03 14:10:22 +0200
committerNoel Grandin <noel@peralex.com>2014-03-05 09:17:43 +0200
commit8d36fd6576b6ebbdd4fe88810aa7d51f499a063d (patch)
tree5db0722880af63ed47be0db4afacf5b4583ae287 /include/editeng
parent641387a35a1418adb58ace257a6bc9ff56004123 (diff)
remove unused code editeng::MisspellRange::MisspellRange()
Change-Id: Id137b4789652ca54290106a33d2c230723834a52
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/misspellrange.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/editeng/misspellrange.hxx b/include/editeng/misspellrange.hxx
index ccb2c246b778..27791e43bd7e 100644
--- a/include/editeng/misspellrange.hxx
+++ b/include/editeng/misspellrange.hxx
@@ -21,7 +21,6 @@ struct EDITENG_DLLPUBLIC MisspellRange
size_t mnStart;
size_t mnEnd;
- MisspellRange();
MisspellRange(size_t nStart, size_t nEnd);
};