summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-03 14:08:58 +0200
committerNoel Grandin <noel@peralex.com>2014-03-05 09:17:42 +0200
commit641387a35a1418adb58ace257a6bc9ff56004123 (patch)
tree785816b7b93a2bde819612646500128b2b2d417f /editeng
parentcf5ac4dd3cc4f8329a1f2711c8d58ab487e869e7 (diff)
remove unused code editeng::Section::Section()
Change-Id: I1201ebf5f97f95690835d343be8d1b6f5382dbe6
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/section.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/editeng/source/editeng/section.cxx b/editeng/source/editeng/section.cxx
index 3fc5abbd4316..6cb2e6be0443 100644
--- a/editeng/source/editeng/section.cxx
+++ b/editeng/source/editeng/section.cxx
@@ -11,8 +11,6 @@
namespace editeng {
-Section::Section() : mnParagraph(0), mnStart(0), mnEnd(0) {}
-
Section::Section(sal_Int32 nPara, sal_Int32 nStart, sal_Int32 nEnd) :
mnParagraph(nPara), mnStart(nStart), mnEnd(nEnd){}