Kaydet (Commit) 43c5a22e authored tarafından Noel Grandin's avatar Noel Grandin

remove unused code in drawinglayer

drawinglayer::attribute::SdrFillGraphicAttribute::getLogSize()

Change-Id: Ib1d958e57598dd3db392de98c4d2e2df1bfc98de
üst 8d36fd65
...@@ -204,11 +204,6 @@ namespace drawinglayer ...@@ -204,11 +204,6 @@ namespace drawinglayer
return mpSdrFillGraphicAttribute->getStretch(); return mpSdrFillGraphicAttribute->getStretch();
} }
bool SdrFillGraphicAttribute::getLogSize() const
{
return mpSdrFillGraphicAttribute->getLogSize();
}
FillGraphicAttribute SdrFillGraphicAttribute::createFillGraphicAttribute(const basegfx::B2DRange& rRange) const FillGraphicAttribute SdrFillGraphicAttribute::createFillGraphicAttribute(const basegfx::B2DRange& rRange) const
{ {
// get logical size of bitmap (before expanding eventually) // get logical size of bitmap (before expanding eventually)
......
...@@ -83,7 +83,6 @@ namespace drawinglayer ...@@ -83,7 +83,6 @@ namespace drawinglayer
const basegfx::B2DVector& getRectPoint() const; const basegfx::B2DVector& getRectPoint() const;
bool getTiling() const; bool getTiling() const;
bool getStretch() const; bool getStretch() const;
bool getLogSize() const;
// FillGraphicAttribute generator // FillGraphicAttribute generator
FillGraphicAttribute createFillGraphicAttribute(const basegfx::B2DRange& rRange) const; FillGraphicAttribute createFillGraphicAttribute(const basegfx::B2DRange& rRange) const;
......
...@@ -224,7 +224,6 @@ connectivity::file::OStatement_Base::reset() ...@@ -224,7 +224,6 @@ connectivity::file::OStatement_Base::reset()
connectivity::firebird::release(int&, cppu::OBroadcastHelperVar<cppu::OMultiTypeInterfaceContainerHelper, com::sun::star::uno::Type>&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>&, com::sun::star::lang::XComponent*) connectivity::firebird::release(int&, cppu::OBroadcastHelperVar<cppu::OMultiTypeInterfaceContainerHelper, com::sun::star::uno::Type>&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>&, com::sun::star::lang::XComponent*)
connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, unsigned char) 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
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