remove unused code editeng::Section::Section()

Change-Id: I1201ebf5f97f95690835d343be8d1b6f5382dbe6
This commit is contained in:
Noel Grandin 2014-03-03 14:08:58 +02:00
parent cf5ac4dd3c
commit 641387a35a
3 changed files with 0 additions and 4 deletions

View file

@ -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){}

View file

@ -26,7 +26,6 @@ struct EDITENG_DLLPUBLIC Section
std::vector<const SfxPoolItem*> maAttributes;
Section();
Section(sal_Int32 nPara, sal_Int32 nStart, sal_Int32 nEnd);
};

View file

@ -226,7 +226,6 @@ connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, unsigned char)
connectivity::sdbcx::OGroup::OGroup(unsigned char)
drawinglayer::attribute::SdrFillGraphicAttribute::getLogSize() const
editeng::MisspellRange::MisspellRange()
editeng::Section::Section()
oglcanvas::CanvasHelper::flush() const
oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const
oox::core::Relations::getRelationsFromType(rtl::OUString const&) const