diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-21 14:25:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-22 07:38:17 +0100 |
commit | ecd6b4f37341977ced8f2c8f508faaf72a1cfa64 (patch) | |
tree | 7f9824a1807bd921fcb26b28850c0bade1fc5cac | |
parent | 4d60a038c936011674564e517929de7f9c1080d0 (diff) |
remove unused enum AutoFormatLine
Change-Id: I8e39be5a5f2306121358eaaf07bb026c2f577bf3
Reviewed-on: https://gerrit.libreoffice.org/63744
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | compilerplugins/clang/unusedenumconstants.untouched.results | 8 | ||||
-rw-r--r-- | sw/source/uibase/inc/tautofmt.hxx | 2 |
2 files changed, 0 insertions, 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; |