summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-07-24 12:17:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-07-24 15:10:17 +0200
commit8d73da6696e42f57abbd8317d227054a4b5475ed (patch)
treee661a145685fd1818b6cbafcd16d0af4e9ced210 /cui
parentbe07f2b19ddce09eb4f18b0a7cc4f1583b3f86e0 (diff)
loplugin:unusedenumconstants
Change-Id: I484b39d1060e6a563dabdde03867989b8ba067f9 Reviewed-on: https://gerrit.libreoffice.org/76237 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/cuihyperdlg.hxx10
-rw-r--r--cui/source/inc/iconcdlg.hxx1
2 files changed, 0 insertions, 11 deletions
diff --git a/cui/source/inc/cuihyperdlg.hxx b/cui/source/inc/cuihyperdlg.hxx
index 9f0dec0c50b1..ee5f6a675856 100644
--- a/cui/source/inc/cuihyperdlg.hxx
+++ b/cui/source/inc/cuihyperdlg.hxx
@@ -32,16 +32,6 @@
#include "iconcdlg.hxx"
-// hyperlink dialog
-enum class HyperLinkPageType
-{
- Internet,
- Mail,
- Document,
- NewDocument,
- NONE = USHRT_MAX
-};
-
/*************************************************************************
|*
|* Hyperlink-Dialog
diff --git a/cui/source/inc/iconcdlg.hxx b/cui/source/inc/iconcdlg.hxx
index f34e90025a33..61df6b92d5ec 100644
--- a/cui/source/inc/iconcdlg.hxx
+++ b/cui/source/inc/iconcdlg.hxx
@@ -36,7 +36,6 @@ class SvxHpLinkDlg;
class IconChoicePage;
class SfxItemPool;
class SfxItemSet;
-enum class HyperLinkPageType;
// Create-Function
typedef std::unique_ptr<IconChoicePage> (*CreatePage)(weld::Container* pParent, SvxHpLinkDlg* pDlg, const SfxItemSet* pAttrSet);