diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-03-01 09:45:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-03-01 15:28:29 +0200 |
commit | baf0ba0798ef395880895d7ec1069c88e812613b (patch) | |
tree | 3048da5ce148eb055c8c0758ed619c0a74dc0b42 | |
parent | 2c3ad171e94d3b96cbab4e51bea2051f9fc40ca8 (diff) |
WaE: expression result unused
-rw-r--r-- | sw/source/core/frmedt/fefly1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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++) { |