Kaydet (Commit) 641387a3 authored tarafından Noel Grandin's avatar Noel Grandin

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

Change-Id: I1201ebf5f97f95690835d343be8d1b6f5382dbe6
üst cf5ac4dd
...@@ -11,8 +11,6 @@ ...@@ -11,8 +11,6 @@
namespace editeng { namespace editeng {
Section::Section() : mnParagraph(0), mnStart(0), mnEnd(0) {}
Section::Section(sal_Int32 nPara, sal_Int32 nStart, sal_Int32 nEnd) : Section::Section(sal_Int32 nPara, sal_Int32 nStart, sal_Int32 nEnd) :
mnParagraph(nPara), mnStart(nStart), mnEnd(nEnd){} mnParagraph(nPara), mnStart(nStart), mnEnd(nEnd){}
......
...@@ -26,7 +26,6 @@ struct EDITENG_DLLPUBLIC Section ...@@ -26,7 +26,6 @@ struct EDITENG_DLLPUBLIC Section
std::vector<const SfxPoolItem*> maAttributes; std::vector<const SfxPoolItem*> maAttributes;
Section();
Section(sal_Int32 nPara, sal_Int32 nStart, sal_Int32 nEnd); Section(sal_Int32 nPara, sal_Int32 nStart, sal_Int32 nEnd);
}; };
......
...@@ -226,7 +226,6 @@ connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, unsigned char) ...@@ -226,7 +226,6 @@ connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, unsigned char)
connectivity::sdbcx::OGroup::OGroup(unsigned char) connectivity::sdbcx::OGroup::OGroup(unsigned char)
drawinglayer::attribute::SdrFillGraphicAttribute::getLogSize() const drawinglayer::attribute::SdrFillGraphicAttribute::getLogSize() const
editeng::MisspellRange::MisspellRange() editeng::MisspellRange::MisspellRange()
editeng::Section::Section()
oglcanvas::CanvasHelper::flush() const 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 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 oox::core::Relations::getRelationsFromType(rtl::OUString const&) const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment