diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-22 08:57:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-23 20:31:22 +0100 |
commit | 49b1107b6ea81c32628a52202ffbbcd44b042e38 (patch) | |
tree | a2267ae3fe189cc6cd88d2e0c972842e97ea3d7a /l10ntools | |
parent | c110bfc810ed381409d0f3742d8ce58a690d840f (diff) |
remove unused enums in reportdesign,linguistic,l10ntools,vcl,svx
Change-Id: I3ae854f9fed485be915ded5bc4d7e93f5db23dc6
Reviewed-on: https://gerrit.libreoffice.org/63891
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/inc/export.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index c2d43b75a60c..ed23eaf472c6 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -60,8 +60,6 @@ typedef std::unordered_map<OString, bool> // class ResData -enum class IdLevel { Null=0, Text=2, Identifier=5 }; - /// Purpose: holds mandatory data to export a single res class ResData { @@ -81,15 +79,6 @@ public: // class Export -enum class ExportListType { - NONE, String, Filter, Item, Paired -}; - -enum class StringType { - Text, QuickHelpText, Title -}; - - class ParserQueue; // class MergeEntrys |