WaE: expression result unused
This commit is contained in:
parent
2c3ad171e9
commit
baf0ba0798
1 changed files with 1 additions and 1 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue