diff options
Diffstat (limited to 'sw/inc/ndgrf.hxx')
-rw-r--r-- | sw/inc/ndgrf.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ndgrf.hxx b/sw/inc/ndgrf.hxx index 63a7e017919f..850b23079770 100644 --- a/sw/inc/ndgrf.hxx +++ b/sw/inc/ndgrf.hxx @@ -171,9 +171,9 @@ public: const GraphicObject* pGrfObj = 0, bool bModify = true ); /// Loading of graphic immediately before displaying. - short SwapIn( bool bWaitForData = false ); + bool SwapIn( bool bWaitForData = false ); /// Remove graphic in order to free memory. - short SwapOut(); + bool SwapOut(); /// Access to storage stream-name. void SetStreamName( const OUString& r ) { maGrfObj.SetUserData( r ); } /// Is this node selected by any shell? |