diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-02 15:53:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-03 09:07:36 +0200 |
commit | 68e213319f2a3ee2f90e7bfccae8e5e13492d357 (patch) | |
tree | 44ef8a6d927420111ddea01975dfcdc25556ad55 /offapi/com/sun/star/ui | |
parent | 0d7f5e060663cb747b0dc50bb76c162484e4dae4 (diff) |
remove empty comments
found with:
git ls-files | xargs grep -Pzl '/\*\*
(\*|\s|
)*\*/'
Change-Id: I1f47bcb94d5a7b290a6c622c6941195fbb578597
Reviewed-on: https://gerrit.libreoffice.org/37159
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r-- | offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl b/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl index b641af2e32b6..f213b0344cd9 100644 --- a/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl +++ b/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl @@ -34,65 +34,20 @@ module com { module sun { module star { module ui { module dialogs { published constants ExtendedFilePickerElementIds { - /** - */ const short CHECKBOX_AUTOEXTENSION = 100; - - /** - */ const short CHECKBOX_PASSWORD = 101; - - /** - */ const short CHECKBOX_FILTEROPTIONS = 102; - - /** - */ const short CHECKBOX_READONLY = 103; - - /** - */ const short CHECKBOX_LINK = 104; - - /** - */ const short CHECKBOX_PREVIEW = 105; - - /** - */ const short PUSHBUTTON_PLAY = 106; - - /** - */ const short LISTBOX_VERSION = 107; - - /** - */ const short LISTBOX_TEMPLATE = 108; - - - /** - */ const short LISTBOX_IMAGE_TEMPLATE = 109; - - /** - */ const short CHECKBOX_SELECTION = 110; - - /** - */ const short LISTBOX_VERSION_LABEL = 207; - - /** - */ const short LISTBOX_TEMPLATE_LABEL = 208; - - /** - */ const short LISTBOX_IMAGE_TEMPLATE_LABEL = 209; - - /** - */ const short LISTBOX_FILTER_SELECTOR = 210; }; |