diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-02-23 13:17:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-02-23 19:02:25 +0100 |
commit | ba20fcaa257f4ce8491e4303c0e05dc5460c18fe (patch) | |
tree | 82e1e86effeac30a1ea0156eaba581ad804f302c /sw | |
parent | 804dd3e3761fe94e139384c4fdf765da0256f0fd (diff) |
loplugin:unusedmethods
Change-Id: Ie0534244cc7a30ad006e65baf125c59757c90d50
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111388
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/AnnotationWin.hxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/docvw/SidebarTxtControl.hxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/AnnotationWin.hxx b/sw/inc/AnnotationWin.hxx index a930ca0af940..15dc3e177ea3 100644 --- a/sw/inc/AnnotationWin.hxx +++ b/sw/inc/AnnotationWin.hxx @@ -106,7 +106,6 @@ class SAL_DLLPUBLIC_RTTI SwAnnotationWin : public InterimItemWindow Outliner* GetOutliner() { return mpOutliner.get();} bool HasScrollbar() const; bool IsScrollbarVisible() const; - weld::ScrolledWindow* Scrollbar() { return mxVScrollbar.get(); } ::sw::sidebarwindows::AnchorOverlayObject* Anchor() { return mpAnchor.get();} ::sw::sidebarwindows::ShadowOverlayObject* Shadow() { return mpShadow.get();} ::sw::overlay::OverlayRanges* TextRange() { return mpTextRangeOverlay.get();} @@ -140,7 +139,6 @@ class SAL_DLLPUBLIC_RTTI SwAnnotationWin : public InterimItemWindow } void SetColor(Color aColorDark,Color aColorLight, Color aColorAnchor); - const Color& ColorAnchor() { return mColorAnchor; } const Color& ColorDark() { return mColorDark; } const Color& ColorLight() { return mColorLight; } void Rescale(); diff --git a/sw/source/uibase/docvw/SidebarTxtControl.hxx b/sw/source/uibase/docvw/SidebarTxtControl.hxx index bd6f31f88424..e0652aa5b856 100644 --- a/sw/source/uibase/docvw/SidebarTxtControl.hxx +++ b/sw/source/uibase/docvw/SidebarTxtControl.hxx @@ -67,8 +67,6 @@ class SidebarTextControl : public WeldEditView virtual bool MouseButtonDown(const MouseEvent& rMEvt) override; virtual bool MouseButtonUp(const MouseEvent& rMEvt) override; - OutlinerView* GetTextView() const; - void SetMapMode(const MapMode& rNewMapMode) { OutputDevice& rDevice = GetDrawingArea()->get_ref_device(); |