loplugin:unreffun
Change-Id: Ifc7377fe1bb68b21e462818248706f53347b39b1
This commit is contained in:
@@ -52,7 +52,9 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
#if 0
|
||||||
DECL_LINK(getLinkStream, GraphicObject*);
|
DECL_LINK(getLinkStream, GraphicObject*);
|
||||||
|
#endif
|
||||||
|
|
||||||
private:
|
private:
|
||||||
CPPUNIT_TEST_SUITE(GraphicObjectTest);
|
CPPUNIT_TEST_SUITE(GraphicObjectTest);
|
||||||
@@ -71,15 +73,11 @@ const Graphic lcl_loadGraphic(const rtl::OUString &rUrl)
|
|||||||
return Graphic(aImage.GetBitmapEx());
|
return Graphic(aImage.GetBitmapEx());
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
IMPL_LINK(GraphicObjectTest, getLinkStream, GraphicObject*, /*pGraphObj*/)
|
IMPL_LINK(GraphicObjectTest, getLinkStream, GraphicObject*, /*pGraphObj*/)
|
||||||
{
|
{
|
||||||
return reinterpret_cast<sal_IntPtr>(GRFMGR_AUTOSWAPSTREAM_LINK);
|
return reinterpret_cast<sal_IntPtr>(GRFMGR_AUTOSWAPSTREAM_LINK);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
|
|
||||||
void GraphicObjectTest::testSwap()
|
void GraphicObjectTest::testSwap()
|
||||||
{
|
{
|
||||||
// simple non-linked case
|
// simple non-linked case
|
||||||
|
Reference in New Issue
Block a user