diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-11 15:46:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-08-17 09:43:52 +0200 |
commit | d5de00cc73ca6b60f586c13f22d7b78470984dea (patch) | |
tree | 8ff762360044c25af992817f720208619918dc60 /basctl | |
parent | 0e867bc4cba66c14d543e111ea8ab89dc2444ee0 (diff) |
loplugin:unusedenumconstants in basctl..editeng
Change-Id: I49a23a197969d58a3a2d6b2be1fbe4a647c7fa08
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/idetemp.hxx | 1 | ||||
-rw-r--r-- | basctl/source/inc/scriptdocument.hxx | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/basctl/source/basicide/idetemp.hxx b/basctl/source/basicide/idetemp.hxx index b70e65469cc1..178c1e505fa0 100644 --- a/basctl/source/basicide/idetemp.hxx +++ b/basctl/source/basicide/idetemp.hxx @@ -36,7 +36,6 @@ enum SvxChooseControlEnum SVX_SNAP_PREVIEW, SVX_SNAP_SELECT, SVX_SNAP_URLBUTTON, - SVX_SNAP_NOTHING, SVX_SNAP_IMAGECONTROL, SVX_SNAP_PROGRESSBAR, SVX_SNAP_HFIXEDLINE, diff --git a/basctl/source/inc/scriptdocument.hxx b/basctl/source/inc/scriptdocument.hxx index 4a162f8c240a..1a024367aafb 100644 --- a/basctl/source/inc/scriptdocument.hxx +++ b/basctl/source/inc/scriptdocument.hxx @@ -139,9 +139,6 @@ namespace basctl the application-wide scripts/dialogs. */ AllWithApplication, - /** real documents only - */ - DocumentsOnly, /** real documents only, sorted lexicographically by their title (using the sys locale's default collator) */ |