diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-08 13:55:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-09 14:17:08 +0200 |
commit | f4fb14ed796cec7a02f3a06a6556997ae415e79d (patch) | |
tree | f4d1cd6d31d8b9530786ee90ce9034e5e4d950c6 /include/svx | |
parent | d84bf553afa510e5c674817fa480ac0af62e4945 (diff) |
loplugin:unusedmethods
Change-Id: I0308ddd467ab6e283c0503f98885a248eb28290c
Reviewed-on: https://gerrit.libreoffice.org/58738
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/colorwindow.hxx | 1 | ||||
-rw-r--r-- | include/svx/relfld.hxx | 2 | ||||
-rw-r--r-- | include/svx/sdr/contact/objectcontact.hxx | 3 | ||||
-rw-r--r-- | include/svx/svdograf.hxx | 2 | ||||
-rw-r--r-- | include/svx/unoshape.hxx | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/include/svx/colorwindow.hxx b/include/svx/colorwindow.hxx index 8c061ec0d895..653214a9d3e4 100644 --- a/include/svx/colorwindow.hxx +++ b/include/svx/colorwindow.hxx @@ -152,7 +152,6 @@ public: weld::Container* GetWidget() { return mxTopLevel.get(); } virtual ~ColorWindow() override; void SetNoSelection(); - bool IsNoSelection() const; void SelectEntry(const NamedColor& rColor); void SelectEntry(const Color& rColor); NamedColor GetSelectEntryColor() const; diff --git a/include/svx/relfld.hxx b/include/svx/relfld.hxx index 9702c2402894..8b4d50503fdb 100644 --- a/include/svx/relfld.hxx +++ b/include/svx/relfld.hxx @@ -29,8 +29,6 @@ class SVX_DLLPUBLIC SvxRelativeField : public MetricField { public: SvxRelativeField(vcl::Window* pParent, WinBits nBits, FieldUnit eUnit); - - void SetRelative( bool bRelative ); }; class SVX_DLLPUBLIC RelativeField diff --git a/include/svx/sdr/contact/objectcontact.hxx b/include/svx/sdr/contact/objectcontact.hxx index eaf74e3dc0ed..9af38ca77d62 100644 --- a/include/svx/sdr/contact/objectcontact.hxx +++ b/include/svx/sdr/contact/objectcontact.hxx @@ -128,9 +128,6 @@ public: // check if graphic animation is allowed. Default is sal_true. virtual bool IsGraphicAnimationAllowed() const; - // check if asynchronious graphis loading is allowed. Default is sal_False. - virtual bool IsAsynchronGraphicsLoadingAllowed() const; - // access to ViewObjectContactRedirector ViewObjectContactRedirector* GetViewObjectContactRedirector() const { return mpViewObjectContactRedirector; } void SetViewObjectContactRedirector(ViewObjectContactRedirector* pNew); diff --git a/include/svx/svdograf.hxx b/include/svx/svdograf.hxx index 11334b98f4cc..42cc1a37f83a 100644 --- a/include/svx/svdograf.hxx +++ b/include/svx/svdograf.hxx @@ -114,7 +114,6 @@ private: void ImpRegisterLink(); void ImpDeregisterLink(); - bool ImpUpdateGraphicLink( bool bAsynchron = true ) const; void ImpSetLinkedGraphic( const Graphic& rGraphic ); DECL_LINK( ImpSwapHdl, const GraphicObject*, SvStream* ); DECL_LINK( ReplacementSwapHdl, const GraphicObject*, SvStream* ); @@ -167,7 +166,6 @@ public: bool IsLinkedGraphic() const; const OUString& GetFileName() const { return aFileName;} - const OUString& GetFilterName() const { return aFilterName;} void StartAnimation(); diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx index f2b40fa32472..14f7f2b64cb7 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -198,8 +198,6 @@ public: SvxShape( SdrObject* pObj ); /// @throws css::uno::RuntimeException SvxShape( SdrObject* pObject, const SfxItemPropertyMapEntry* pEntries, const SvxItemPropertySet* pPropertySet ); - /// @throws css::uno::RuntimeException - SvxShape(); virtual ~SvxShape() throw () override; // Internals |