Kaydet (Commit) a27f2397 authored tarafından Juergen Funk's avatar Juergen Funk Kaydeden (comit) Tor Lillqvist

unused Picture::Type()

and removed unused TxtBox::Type(), too

Change-Id: I4a1d7f1cbbc5bb4d929fe7420db8f827dd8b142d
Reviewed-on: https://gerrit.libreoffice.org/20424Reviewed-by: 's avatarTor Lillqvist <tml@collabora.com>
Tested-by: 's avatarTor Lillqvist <tml@collabora.com>
üst 5cc574fe
...@@ -405,12 +405,6 @@ Picture::~Picture() ...@@ -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 ...@@ -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 ...@@ -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 ...@@ -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*)
......
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