[Libreoffice-commits] core.git: compilerplugins/clang sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 22 06:38:45 UTC 2018


 compilerplugins/clang/unusedenumconstants.untouched.results |    8 --------
 sw/source/uibase/inc/tautofmt.hxx                           |    2 --
 2 files changed, 10 deletions(-)

New commits:
commit ecd6b4f37341977ced8f2c8f508faaf72a1cfa64
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Nov 21 14:25:28 2018 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu Nov 22 07:38:17 2018 +0100

    remove unused enum AutoFormatLine
    
    Change-Id: I8e39be5a5f2306121358eaaf07bb026c2f577bf3
    Reviewed-on: https://gerrit.libreoffice.org/63744
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
    Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>

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;


More information about the Libreoffice-commits mailing list