Revert "WaE: unused functions"

This needs to be reverted, too.

This reverts commit 734f304842.
This commit is contained in:
Tor Lillqvist
2014-11-21 14:54:54 +02:00
parent 305461aafe
commit 43aa19918a

View File

@@ -62,8 +62,6 @@ using namespace com::sun::star;
namespace { namespace {
/* commented out because the only use of thse are in another commented-out block
basegfx::B2DPolygon makeRectPolygon( double fX, double fY, double fW, double fH ) basegfx::B2DPolygon makeRectPolygon( double fX, double fY, double fW, double fH )
{ {
basegfx::B2DPolygon aPoly; basegfx::B2DPolygon aPoly;
@@ -87,7 +85,6 @@ void drawHairLine(
pOutDev->SetLineColor(Color(rColor)); pOutDev->SetLineColor(Color(rColor));
pOutDev->DrawPolyLine(aTarget); pOutDev->DrawPolyLine(aTarget);
} }
*/
} }