diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-06-11 16:57:36 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-06-12 16:23:42 +0000 |
commit | d5cebdd22465d020e1c83223a416c0ffafedbbcc (patch) | |
tree | 8a9a0870e6266b255e319618f52aecf279bc8ec1 /sw/inc | |
parent | bf34b812a75add89a912df36761ec9dd77a479b0 (diff) |
Make SwFrameControlManager an EditWin ptr member to reduce re-compiles.
Change-Id: Ic2491948aa555fa71f9e14af554bdf204c12247d
Reviewed-on: https://gerrit.libreoffice.org/16236
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/swtypes.hxx | 7 | ||||
-rw-r--r-- | sw/inc/viewsh.hxx | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx index b724fbdc3313..33b7876d4c6b 100644 --- a/sw/inc/swtypes.hxx +++ b/sw/inc/swtypes.hxx @@ -283,6 +283,13 @@ enum PrepareHint PREP_END // END. }; +enum FrameControlType +{ + PageBreak, + Header, + Footer +}; + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index 4d34d5a9b3a3..cb7f1a399442 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -85,13 +85,6 @@ namespace vcl class OldStylePrintAdaptor; } -enum FrameControlType -{ - PageBreak, - Header, - Footer -}; - // Define for flags needed in ctor or layers below. // Currently the Preview flag is needed for DrawPage. #define VSHELLFLAG_ISPREVIEW ((long)0x1) |