diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-20 14:57:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-21 06:06:47 +0000 |
commit | c868dc4927bf25a231cc41c8509d8b53f9faf3e8 (patch) | |
tree | c03810fbd587c35ae16c66c93b4da3cfa331335c /include | |
parent | 2ae33d4a3b36b4fe40359e1d1f267bc25c5ef517 (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 'include')
-rw-r--r-- | include/tools/wintypes.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx index 1fbe05bf6c44..7c0c29a87a82 100644 --- a/include/tools/wintypes.hxx +++ b/include/tools/wintypes.hxx @@ -33,22 +33,13 @@ enum class WindowType : sal_uInt16 ERRORBOX , QUERYBOX , WINDOW , - SYSWINDOW , WORKWINDOW , CONTAINER , FLOATINGWINDOW , DIALOG , MODELESSDIALOG , MODALDIALOG , - SYSTEMDIALOG , - PATHDIALOG , - FILEDIALOG , - PRINTERSETUPDIALOG , - PRINTDIALOG , - COLORDIALOG , - FONTDIALOG , CONTROL , - BUTTON , PUSHBUTTON , OKBUTTON , CANCELBUTTON , |