From baf0ba0798ef395880895d7ec1069c88e812613b Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 1 Mar 2012 09:45:18 +0200 Subject: WaE: expression result unused --- sw/source/core/frmedt/fefly1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/source/core/frmedt/fefly1.cxx b/sw/source/core/frmedt/fefly1.cxx index 4cce3c685728..fbcccbda3a72 100644 --- a/sw/source/core/frmedt/fefly1.cxx +++ b/sw/source/core/frmedt/fefly1.cxx @@ -1943,7 +1943,7 @@ void SwFEShell::GetConnectableFrmFmts(SwFrmFmt & rFmt, /* potential successors resp. predecessors */ ::std::vector< const SwFrmFmt * > aTmpSpzArray; - (SwFrmFmt *) pDoc->FindFlyByName(rReference); + pDoc->FindFlyByName(rReference); for (sal_uInt16 n = 0; n < nCnt; n++) { -- cgit