diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-12 20:04:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-13 16:18:19 +0200 |
commit | 414d10d8a3041e5e2aa899b59c1919e41c75371d (patch) | |
tree | e758ade0f037f67a9d19a9d197f1eeea98f8ec10 /cui/source/options | |
parent | d0a537a26a5f9def5d85f5c027a9029dda1e58bd (diff) |
move ToolBoxButtonSize into vclenum
Change-Id: I684d192296642bc507a6f75dd52a5ce72b028157
Reviewed-on: https://gerrit.libreoffice.org/80721
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/options')
-rw-r--r-- | cui/source/options/optgdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index fb320a25c289..1aae24ea20e1 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -68,10 +68,10 @@ #include <com/sun/star/office/Quickstart.hpp> #include <com/sun/star/linguistic2/XLinguProperties.hpp> +#include <vcl/vclenum.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <vcl/IconThemeInfo.hxx> -#include <vcl/toolbox.hxx> #if HAVE_FEATURE_OPENGL #include <vcl/opengl/OpenGLWrapper.hxx> #endif |