summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-06-11 12:03:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-06-11 15:09:59 +0200
commit2126215fb3b2e77145cbf7f1d8e93ee3cca761b3 (patch)
treec237595ca089b6ab2f25c7e6a2fd5c0d62758698 /include
parent430a89fa4876a1ba4057f47c87d7882f11dc66b3 (diff)
loplugin:unusedmethods
Change-Id: I1050fabdc0c98bbb0cc1d81a41c5b6ac3404cacf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96111 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdograf.hxx3
-rw-r--r--include/vcl/builder.hxx4
-rw-r--r--include/vcl/lstbox.hxx2
3 files changed, 0 insertions, 9 deletions
diff --git a/include/svx/svdograf.hxx b/include/svx/svdograf.hxx
index db4a3f168892..f58fd0fe3d9d 100644
--- a/include/svx/svdograf.hxx
+++ b/include/svx/svdograf.hxx
@@ -199,9 +199,6 @@ public:
bool isEmbeddedVectorGraphicData() const;
GDIMetaFile getMetafileFromEmbeddedVectorGraphicData() const;
- /// Returns the page number of the embedded data (typically to re-render or import it).
- sal_Int32 getEmbeddedPageNumber() const;
-
virtual SdrObjectUniquePtr DoConvertToPolyObj(bool bBezier, bool bAddText) const override;
virtual void AdjustToMaxRect( const tools::Rectangle& rMaxRect, bool bShrinkOnly = false ) override;
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx
index b2bc2488bd03..c135af4f150e 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -270,8 +270,6 @@ private:
std::vector<WidgetAdjustmentMap> m_aNumericFormatterAdjustmentMaps;
std::vector<WidgetAdjustmentMap> m_aFormattedFormatterAdjustmentMaps;
- std::vector<WidgetAdjustmentMap> m_aTimeFormatterAdjustmentMaps;
- std::vector<WidgetAdjustmentMap> m_aDateFormatterAdjustmentMaps;
std::vector<WidgetAdjustmentMap> m_aScrollAdjustmentMaps;
std::vector<WidgetAdjustmentMap> m_aSliderAdjustmentMaps;
@@ -341,8 +339,6 @@ private:
void connectNumericFormatterAdjustment(const OString &id, const OUString &rAdjustment);
void connectFormattedFormatterAdjustment(const OString &id, const OUString &rAdjustment);
- void connectTimeFormatterAdjustment(const OString &id, const OUString &rAdjustment);
- void connectDateFormatterAdjustment(const OString &id, const OUString &rAdjustment);
void extractGroup(const OString &id, stringmap &rVec);
void extractModel(const OString &id, stringmap &rVec);
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx
index d72de5b0b637..ff44aa59af14 100644
--- a/include/vcl/lstbox.hxx
+++ b/include/vcl/lstbox.hxx
@@ -225,8 +225,6 @@ public:
sal_uInt16 GetDisplayLineCount() const;
- void EnableMirroring();
-
/** checks whether a certain point lies within the bounds of
a listbox item and returns the item as well as the character position
the point is at.