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;