Kaydet (Commit) ecd6b4f3 authored tarafından Noel Grandin's avatar Noel Grandin

remove unused enum AutoFormatLine

Change-Id: I8e39be5a5f2306121358eaaf07bb026c2f577bf3
Reviewed-on: https://gerrit.libreoffice.org/63744Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
Tested-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 4d60a038
...@@ -494,14 +494,6 @@ sw/source/uibase/docvw/edtwin.cxx:1570 ...@@ -494,14 +494,6 @@ sw/source/uibase/docvw/edtwin.cxx:1570
enum SwKeyState ColTopBig enum SwKeyState ColTopBig
sw/source/uibase/docvw/edtwin.cxx:1571 sw/source/uibase/docvw/edtwin.cxx:1571
enum SwKeyState ColTopSmall 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 sw/source/uibase/utlui/content.cxx:824
enum STR_CONTEXT_IDX IDX_STR_LINK_REGION enum STR_CONTEXT_IDX IDX_STR_LINK_REGION
sw/source/uibase/utlui/content.cxx:825 sw/source/uibase/utlui/content.cxx:825
......
...@@ -33,8 +33,6 @@ class SwTableAutoFormat; ...@@ -33,8 +33,6 @@ class SwTableAutoFormat;
class SwTableAutoFormatTable; class SwTableAutoFormatTable;
class SwWrtShell; class SwWrtShell;
enum AutoFormatLine { TOP_LINE, BOTTOM_LINE, LEFT_LINE, RIGHT_LINE };
class SwAutoFormatDlg : public SfxDialogController class SwAutoFormatDlg : public SfxDialogController
{ {
OUString const m_aStrTitle; OUString const m_aStrTitle;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment