summaryrefslogtreecommitdiff
path: root/include/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 /include/editeng
parentcf5ac4dd3cc4f8329a1f2711c8d58ab487e869e7 (diff)
remove unused code editeng::Section::Section()
Change-Id: I1201ebf5f97f95690835d343be8d1b6f5382dbe6
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/section.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/editeng/section.hxx b/include/editeng/section.hxx
index b9f6c37392d7..082882276ae0 100644
--- a/include/editeng/section.hxx
+++ b/include/editeng/section.hxx
@@ -26,7 +26,6 @@ struct EDITENG_DLLPUBLIC Section
std::vector<const SfxPoolItem*> maAttributes;
- Section();
Section(sal_Int32 nPara, sal_Int32 nStart, sal_Int32 nEnd);
};