From ecd6b4f37341977ced8f2c8f508faaf72a1cfa64 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 21 Nov 2018 14:25:28 +0200 Subject: [PATCH] remove unused enum AutoFormatLine Change-Id: I8e39be5a5f2306121358eaaf07bb026c2f577bf3 Reviewed-on: https://gerrit.libreoffice.org/63744 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- .../clang/unusedenumconstants.untouched.results | 8 -------- sw/source/uibase/inc/tautofmt.hxx | 2 -- 2 files changed, 10 deletions(-) diff --git a/compilerplugins/clang/unusedenumconstants.untouched.results b/compilerplugins/clang/unusedenumconstants.untouched.results index 1ad1d3e44b2f..9eccb025d858 100644 --- a/compilerplugins/clang/unusedenumconstants.untouched.results +++ b/compilerplugins/clang/unusedenumconstants.untouched.results @@ -494,14 +494,6 @@ sw/source/uibase/docvw/edtwin.cxx:1570 enum SwKeyState ColTopBig sw/source/uibase/docvw/edtwin.cxx:1571 enum SwKeyState ColTopSmall -sw/source/uibase/inc/tautofmt.hxx:36 - enum AutoFormatLine BOTTOM_LINE -sw/source/uibase/inc/tautofmt.hxx:36 - enum AutoFormatLine LEFT_LINE -sw/source/uibase/inc/tautofmt.hxx:36 - enum AutoFormatLine RIGHT_LINE -sw/source/uibase/inc/tautofmt.hxx:36 - enum AutoFormatLine TOP_LINE sw/source/uibase/utlui/content.cxx:824 enum STR_CONTEXT_IDX IDX_STR_LINK_REGION sw/source/uibase/utlui/content.cxx:825 diff --git a/sw/source/uibase/inc/tautofmt.hxx b/sw/source/uibase/inc/tautofmt.hxx index fdee21d9e3ab..bfc00a3d97d5 100644 --- a/sw/source/uibase/inc/tautofmt.hxx +++ b/sw/source/uibase/inc/tautofmt.hxx @@ -33,8 +33,6 @@ class SwTableAutoFormat; class SwTableAutoFormatTable; class SwWrtShell; -enum AutoFormatLine { TOP_LINE, BOTTOM_LINE, LEFT_LINE, RIGHT_LINE }; - class SwAutoFormatDlg : public SfxDialogController { OUString const m_aStrTitle;