From c54eb45230ef54c10e7a86d1c249ea42b07881fe Mon Sep 17 00:00:00 2001 From: Mark Page Date: Tue, 6 Dec 2016 07:55:14 +0000 Subject: ImplWallpaper to use std::unique_ptr Also remove ImplWallpaper::operator==, that does not make sense since members are unique Change-Id: I69d32d91ba33691eb1f86e70ce3c53fa2761e34b Reviewed-on: https://gerrit.libreoffice.org/31666 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/wall.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/vcl/wall.hxx b/include/vcl/wall.hxx index ac1d3d27c224..bd9fa295a693 100644 --- a/include/vcl/wall.hxx +++ b/include/vcl/wall.hxx @@ -93,6 +93,7 @@ public: Wallpaper& operator=( const Wallpaper& rWallpaper ); Wallpaper& operator=( Wallpaper&& rWallpaper ); + bool operator==( const Wallpaper& rWallpaper ) const; bool operator!=( const Wallpaper& rWallpaper ) const { return !(Wallpaper::operator==( rWallpaper )); } -- cgit