diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-09-30 13:27:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-10-01 11:16:39 +0200 |
commit | a6f1841aedae66915bcc10287bdec21fc2ebe8eb (patch) | |
tree | e970f24b952d3508bc39c452c779a1e8c4b7d4cd /sd/source/ui/annotations | |
parent | 73637f83ee92453eb6249acf9ceb2b39b5a9c4ea (diff) |
loplugin:unusedmethods
Change-Id: I3897ccb3349874672b778835b9c15642cb1a14f7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174298
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/annotations')
-rw-r--r-- | sd/source/ui/annotations/annotationmanagerimpl.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/ui/annotations/annotationmanagerimpl.hxx b/sd/source/ui/annotations/annotationmanagerimpl.hxx index c4cc4a605758..634d2fe3c85e 100644 --- a/sd/source/ui/annotations/annotationmanagerimpl.hxx +++ b/sd/source/ui/annotations/annotationmanagerimpl.hxx @@ -82,8 +82,6 @@ public: void DeleteAnnotationsByAuthor( std::u16string_view sAuthor ); void DeleteAllAnnotations(); - void ExecuteAnnotationTagContextMenu(rtl::Reference<sdr::annotation::Annotation> const& xAnnotation, weld::Widget* pParent, const ::tools::Rectangle& rContextRect); - static Color GetColorDark(sal_uInt16 aAuthorIndex); static Color GetColorLight(sal_uInt16 aAuthorIndex); static Color GetColor(sal_uInt16 aAuthorIndex); @@ -105,8 +103,6 @@ public: SdPage* GetCurrentPage(); - SdDrawDocument* GetDoc() { return mpDoc; } - void ShowAnnotations(bool bShow); private: |