summaryrefslogtreecommitdiffstats
path: root/reportdesign
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-22 08:57:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-23 20:31:22 +0100
commit49b1107b6ea81c32628a52202ffbbcd44b042e38 (patch)
treea2267ae3fe189cc6cd88d2e0c972842e97ea3d7a /reportdesign
parentconvert CallbackType to scoped enum (diff)
downloadcore-49b1107b6ea81c32628a52202ffbbcd44b042e38.tar.gz
core-49b1107b6ea81c32628a52202ffbbcd44b042e38.zip
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 'reportdesign')
-rw-r--r--reportdesign/source/ui/inc/ReportDefines.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/inc/ReportDefines.hxx b/reportdesign/source/ui/inc/ReportDefines.hxx
index 1b8438f12729..c56e208419f8 100644
--- a/reportdesign/source/ui/inc/ReportDefines.hxx
+++ b/reportdesign/source/ui/inc/ReportDefines.hxx
@@ -21,7 +21,7 @@
namespace rptui
{
- enum class DlgEdMode { Insert, Select, Test };
+ enum class DlgEdMode { Insert, Select };
#define REPORT_STARTMARKER_WIDTH 120
#define REPORT_ENDMARKER_WIDTH 10