summaryrefslogtreecommitdiff
path: root/include/vcl/wall.hxx
diff options
context:
space:
mode:
authorMark Page <aptitude@btconnect.com>2016-12-06 07:55:14 +0000
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-08 05:57:16 +0000
commitc54eb45230ef54c10e7a86d1c249ea42b07881fe (patch)
tree77bea288ada244da2552a6fce823e3ec0d63f276 /include/vcl/wall.hxx
parentbcdaa1ffb5d8a107d687c797425550ab859d9041 (diff)
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 <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/wall.hxx')
-rw-r--r--include/vcl/wall.hxx1
1 files changed, 1 insertions, 0 deletions
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 )); }