From bae855e667993ea6cddd551452c6e2fa60bdc2f3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 20 Dec 2014 16:21:21 +0200 Subject: fdo#84938: replace BUTTONTYPE_ constants with 'enum class' Change-Id: I54f9019297913683605b5aea9f79b3defc1dcc13 --- include/vcl/toolbox.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl') diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx index 3f2fbc19904a..2d6961da1286 100644 --- a/include/vcl/toolbox.hxx +++ b/include/vcl/toolbox.hxx @@ -356,7 +356,7 @@ public: const ImageList& GetImageList() const { return maImageList; } void SetImageList( const ImageList& rImageList ); - void SetButtonType( ButtonType eNewType = BUTTON_SYMBOL ); + void SetButtonType( ButtonType eNewType = ButtonType::SYMBOLONLY ); ButtonType GetButtonType() const { return meButtonType; } // sets a fixed button size (small, large or dontcare (==autosize)) -- cgit