remove unused code editeng::Section::Section()
Change-Id: I1201ebf5f97f95690835d343be8d1b6f5382dbe6
This commit is contained in:
parent
cf5ac4dd3c
commit
641387a35a
3 changed files with 0 additions and 4 deletions
|
@ -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){}
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@ struct EDITENG_DLLPUBLIC Section
|
|||
|
||||
std::vector<const SfxPoolItem*> maAttributes;
|
||||
|
||||
Section();
|
||||
Section(sal_Int32 nPara, sal_Int32 nStart, sal_Int32 nEnd);
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue