summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-20 14:57:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-21 06:06:47 +0000
commitc868dc4927bf25a231cc41c8509d8b53f9faf3e8 (patch)
treec03810fbd587c35ae16c66c93b4da3cfa331335c /svtools
parent2ae33d4a3b36b4fe40359e1d1f267bc25c5ef517 (diff)
remove unused enumerators from WindowType
Change-Id: I1e100302dd60ebbcdf187cf30befe0c767c6d6b8 Reviewed-on: https://gerrit.libreoffice.org/34474 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/dialogs/wizardmachine.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/dialogs/wizardmachine.cxx b/svtools/source/dialogs/wizardmachine.cxx
index 09235381fb74..17be17e7e2fa 100644
--- a/svtools/source/dialogs/wizardmachine.cxx
+++ b/svtools/source/dialogs/wizardmachine.cxx
@@ -319,8 +319,7 @@ namespace svt
// is it a button?
WindowType eType = pChildLoop->GetType();
- if ( (WindowType::BUTTON == eType)
- || (WindowType::PUSHBUTTON == eType)
+ if ( (WindowType::PUSHBUTTON == eType)
|| (WindowType::OKBUTTON == eType)
|| (WindowType::CANCELBUTTON == eType)
|| (WindowType::HELPBUTTON == eType)