summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-23 09:59:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-23 15:33:20 +0100
commit470bcd37f6dead1346ab39be140045ca17516205 (patch)
tree5f9931946e2f49874ee3a7b99b737ab310c73340 /include
parente5e337fb77cff58436dd943b1e623811d3a11bd3 (diff)
loplugin:unusedmethods
Change-Id: Ic2212a502bbd42217934884f4fce49f6f8d4765c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87236 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/valueset.hxx3
-rw-r--r--include/svx/colrctrl.hxx2
-rw-r--r--include/svx/galmisc.hxx1
-rw-r--r--include/svx/sidebar/LinePropertyPanelBase.hxx2
-rw-r--r--include/xmloff/XMLTextMasterStylesContext.hxx3
5 files changed, 0 insertions, 11 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index bc62b131c2ef..0f40dc3a04da 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -271,8 +271,6 @@ private:
SVT_DLLPRIVATE void Format(vcl::RenderContext& rRenderContext);
protected:
- void StartDrag( const CommandEvent& rCEvt, vcl::Region& rRegion );
-
virtual css::uno::Reference<css::accessibility::XAccessible> CreateAccessible() override;
public:
@@ -367,7 +365,6 @@ public:
void SetFormat();
- void StartSelection();
void EndSelection();
Size CalcWindowSizePixel(const Size& rItemSize,
diff --git a/include/svx/colrctrl.hxx b/include/svx/colrctrl.hxx
index d99e6c0ea0f8..de0fe888dd28 100644
--- a/include/svx/colrctrl.hxx
+++ b/include/svx/colrctrl.hxx
@@ -47,8 +47,6 @@ class SAL_WARN_UNUSED SvxColorValueSet_docking final : public SvxColorValueSet,
bool mbLeftButton;
Point aDragPosPixel;
- using SvxColorValueSet::StartDrag;
-
void DoDrag();
// ValueSet
diff --git a/include/svx/galmisc.hxx b/include/svx/galmisc.hxx
index 2ac010e0ed06..9fdd02ba3e5a 100644
--- a/include/svx/galmisc.hxx
+++ b/include/svx/galmisc.hxx
@@ -149,7 +149,6 @@ public:
virtual ~GalleryTransferable() override;
void SelectObject(sal_uInt32 nObjectPos);
- sal_uInt32 GetObject() const { return mnObjectPos; }
// TransferableHelper
virtual void AddSupportedFormats() override;
diff --git a/include/svx/sidebar/LinePropertyPanelBase.hxx b/include/svx/sidebar/LinePropertyPanelBase.hxx
index f8e534ddf1a4..c4515a4560d8 100644
--- a/include/svx/sidebar/LinePropertyPanelBase.hxx
+++ b/include/svx/sidebar/LinePropertyPanelBase.hxx
@@ -137,8 +137,6 @@ private:
DECL_LINK(ChangeLineStyleHdl, weld::ComboBox&, void);
DECL_LINK(ToolboxWidthSelectHdl, const OString&, void);
DECL_LINK(ChangeTransparentHdl, weld::MetricSpinButton&, void );
- DECL_LINK(ChangeStartHdl, weld::ComboBox&, void);
- DECL_LINK(ChangeEndHdl, weld::ComboBox&, void);
DECL_LINK(ChangeEdgeStyleHdl, weld::ComboBox&, void);
DECL_LINK(ChangeCapStyleHdl, weld::ComboBox&, void);
};
diff --git a/include/xmloff/XMLTextMasterStylesContext.hxx b/include/xmloff/XMLTextMasterStylesContext.hxx
index 99f595a98c37..7264ba2a58ff 100644
--- a/include/xmloff/XMLTextMasterStylesContext.hxx
+++ b/include/xmloff/XMLTextMasterStylesContext.hxx
@@ -40,9 +40,6 @@ protected:
public:
- XMLTextMasterStylesContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
- const OUString& rLName,
- const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList);
XMLTextMasterStylesContext( SvXMLImport& rImport );
virtual ~XMLTextMasterStylesContext() override;