diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-25 10:53:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-25 12:42:27 +0200 |
commit | a8e818392d9129f74e751e1db0278cc314722208 (patch) | |
tree | ecb75e66b431e46143fb769a5d42bdb747dddd34 /include/svx | |
parent | a334e85a2f0885b0d931fe80c50c4b3d07af7dd5 (diff) |
FOOTERL and FOOTERR are write-only
Change-Id: I65ed01d0bf10409282d9fe5087f5ea84cb084ddc
Reviewed-on: https://gerrit.libreoffice.org/36932
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/swframetypes.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/swframetypes.hxx b/include/svx/swframetypes.hxx index 9aa2f8189b8a..34cab05c4b9e 100644 --- a/include/svx/swframetypes.hxx +++ b/include/svx/swframetypes.hxx @@ -39,8 +39,6 @@ enum class RndStdIds FOOTER, HEADERL, HEADERR, - FOOTERL, - FOOTERR, DRAW_OBJECT // A draw-Object! For the SwDoc-interface only! }; |