diff options
Diffstat (limited to 'sw/inc/fmturl.hxx')
-rw-r--r-- | sw/inc/fmturl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmturl.hxx b/sw/inc/fmturl.hxx index 55a09ac0dc23..f7bbdffef38d 100644 --- a/sw/inc/fmturl.hxx +++ b/sw/inc/fmturl.hxx @@ -38,7 +38,7 @@ class SW_DLLPUBLIC SwFmtURL: public SfxPoolItem bool bIsServerMap; ///< A ServerSideImageMap with the URL. - SwFmtURL& operator=( const SwFmtURL& ); + SwFmtURL& operator=( const SwFmtURL& ) SAL_DELETED_FUNCTION; public: SwFmtURL(); |