unused Picture::Type()
and removed unused TxtBox::Type(), too Change-Id: I4a1d7f1cbbc5bb4d929fe7420db8f827dd8b142d Reviewed-on: https://gerrit.libreoffice.org/20424 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
This commit is contained in:
committed by
Tor Lillqvist
parent
5cc574fefc
commit
a27f2397f0
@@ -405,12 +405,6 @@ Picture::~Picture()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int Picture::Type()
|
|
||||||
{
|
|
||||||
return pictype;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// line(14)
|
// line(14)
|
||||||
// hidden(15)
|
// hidden(15)
|
||||||
Hidden::~Hidden()
|
Hidden::~Hidden()
|
||||||
|
@@ -380,11 +380,6 @@ struct TxtBox: public FBox
|
|||||||
* @returns Count of cell.
|
* @returns Count of cell.
|
||||||
*/
|
*/
|
||||||
int NCell() { return nCell; }
|
int NCell() { return nCell; }
|
||||||
/**
|
|
||||||
* This is one of table, text-box, equalizer and button
|
|
||||||
* @returns Type of this object.
|
|
||||||
*/
|
|
||||||
int Type() { return type; }
|
|
||||||
|
|
||||||
virtual bool Read(HWPFile &hwpf) override;
|
virtual bool Read(HWPFile &hwpf) override;
|
||||||
};
|
};
|
||||||
@@ -654,7 +649,6 @@ struct Picture: public FBox
|
|||||||
Picture();
|
Picture();
|
||||||
virtual ~Picture();
|
virtual ~Picture();
|
||||||
|
|
||||||
int Type ();
|
|
||||||
virtual bool Read (HWPFile &hwpf) override;
|
virtual bool Read (HWPFile &hwpf) override;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -17,7 +17,6 @@ OutputDevice::LogicToPixel(basegfx::B2DPolygon const&) const
|
|||||||
OutputDevice::LogicToPixel(basegfx::B2DPolygon const&, MapMode const&) const
|
OutputDevice::LogicToPixel(basegfx::B2DPolygon const&, MapMode const&) const
|
||||||
OutputDevice::LogicToPixel(vcl::Region const&, MapMode const&) const
|
OutputDevice::LogicToPixel(vcl::Region const&, MapMode const&) const
|
||||||
OutputDevice::PixelToLogic(vcl::Region const&, MapMode const&) const
|
OutputDevice::PixelToLogic(vcl::Region const&, MapMode const&) const
|
||||||
Picture::Type()
|
|
||||||
Primitive2dXmlDump::filterActionType(unsigned short, bool)
|
Primitive2dXmlDump::filterActionType(unsigned short, bool)
|
||||||
Primitive2dXmlDump::filterAllActionTypes()
|
Primitive2dXmlDump::filterAllActionTypes()
|
||||||
SalGraphics::drawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*)
|
SalGraphics::drawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*)
|
||||||
|
Reference in New Issue
Block a user