diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-03 14:12:14 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-05 09:17:43 +0200 |
commit | 43c5a22e63bb30374f9d161c7bf8dac095733536 (patch) | |
tree | 5f8b5a925c71fec3e5ffc833fecce39356c57fe0 /drawinglayer | |
parent | 8d36fd6576b6ebbdd4fe88810aa7d51f499a063d (diff) |
remove unused code in drawinglayer
drawinglayer::attribute::SdrFillGraphicAttribute::getLogSize()
Change-Id: Ib1d958e57598dd3db392de98c4d2e2df1bfc98de
Diffstat (limited to 'drawinglayer')
-rwxr-xr-x | drawinglayer/source/attribute/sdrfillgraphicattribute.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drawinglayer/source/attribute/sdrfillgraphicattribute.cxx b/drawinglayer/source/attribute/sdrfillgraphicattribute.cxx index b4aa0268fae4..669ee49a4d40 100755 --- a/drawinglayer/source/attribute/sdrfillgraphicattribute.cxx +++ b/drawinglayer/source/attribute/sdrfillgraphicattribute.cxx @@ -204,11 +204,6 @@ namespace drawinglayer return mpSdrFillGraphicAttribute->getStretch(); } - bool SdrFillGraphicAttribute::getLogSize() const - { - return mpSdrFillGraphicAttribute->getLogSize(); - } - FillGraphicAttribute SdrFillGraphicAttribute::createFillGraphicAttribute(const basegfx::B2DRange& rRange) const { // get logical size of bitmap (before expanding eventually) |