diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-22 10:03:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-23 12:24:01 +0200 |
commit | 1aa37aa6bee19099b57555a6d839992b054aa405 (patch) | |
tree | 1cb89df2b195a5bbce1a4ba0bdf18068b0249dc3 /sd/inc | |
parent | 8b1501d80dc9d3f42c351c6e026fa737e116cae5 (diff) |
loplugin:unusedmethods
Change-Id: I9dac9260af9955dc4a66b34c33265c6e36094322
Reviewed-on: https://gerrit.libreoffice.org/60911
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/drawdoc.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index 23d7fbadff42..92234c49e5c1 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -483,8 +483,6 @@ public: SAL_DLLPRIVATE CharClass* GetCharClass() const { return mpCharClass.get(); } - SAL_DLLPRIVATE void RestoreLayerNames(); - SAL_DLLPRIVATE void UpdateAllLinks(); SAL_DLLPRIVATE void CheckMasterPages(); |