summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxtoolkit.cxx
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 /toolkit/source/awt/vclxtoolkit.cxx
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 'toolkit/source/awt/vclxtoolkit.cxx')
-rw-r--r--toolkit/source/awt/vclxtoolkit.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx
index 2b4f3f856795..e35fd383f5c1 100644
--- a/toolkit/source/awt/vclxtoolkit.cxx
+++ b/toolkit/source/awt/vclxtoolkit.cxx
@@ -324,13 +324,6 @@ WinBits ImplGetWinBits( sal_uInt32 nComponentAttribs, WindowType nCompType )
|| ( nCompType == WindowType::DIALOG )
|| ( nCompType == WindowType::MODELESSDIALOG )
|| ( nCompType == WindowType::MODALDIALOG )
- || ( nCompType == WindowType::SYSTEMDIALOG )
- || ( nCompType == WindowType::PATHDIALOG )
- || ( nCompType == WindowType::FILEDIALOG )
- || ( nCompType == WindowType::PRINTERSETUPDIALOG )
- || ( nCompType == WindowType::PRINTDIALOG )
- || ( nCompType == WindowType::COLORDIALOG )
- || ( nCompType == WindowType::FONTDIALOG )
|| ( nCompType == WindowType::DOCKINGWINDOW )
|| ( nCompType == WindowType::TABDIALOG )
|| ( nCompType == WindowType::BUTTONDIALOG )