diff options
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index b8bd2ad6effe..5ac1d9a460da 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -675,8 +675,7 @@ public: /** @return name and filter of a graphic if the cursor is in a graphic, else give a rap on the knuckles! If a string-ptr != 0 return the respective name. */ - void GetGrfNms( OUString* pGrfName, OUString* pFltName, - const SwFlyFrameFormat* = nullptr ) const; + void GetGrfNms( OUString* pGrfName, OUString* pFltName ) const; /// Re-read if graphic is not ok. Current graphic is replaced by the new one. void ReRead( const OUString& rGrfName, const OUString& rFltName, |