From dc7fc2074dd81f0960e6c112ead1cfe5bfd1bf4c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 23 Jul 2015 12:43:02 +0200 Subject: convert WALLPAPER constants to scoped enum Change-Id: I3b4b4e8a94904e22823a263bd5446a2e1aa47661 --- sfx2/source/dialog/backingwindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/source/dialog') diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx index e26879060bd8..d267e3b97dc6 100644 --- a/sfx2/source/dialog/backingwindow.cxx +++ b/sfx2/source/dialog/backingwindow.cxx @@ -322,7 +322,7 @@ void BackingWindow::initControls() // motif image under the buttons Wallpaper aWallpaper(get("motif")->GetImage().GetBitmapEx()); - aWallpaper.SetStyle(WALLPAPER_BOTTOMRIGHT); + aWallpaper.SetStyle(WallpaperStyle::BottomRight); aWallpaper.SetColor(aButtonsBackground); mpButtonsBox->SetBackground(aWallpaper); -- cgit v1.2.3