summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-05-09 13:00:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-05-09 14:31:12 +0200
commit7f6d5dfb2244468e2faa7be05d4258692c6e84dc (patch)
tree8c03b0980c003a66f2a2683920c1557a3ada6e8e /include/formula
parentb4009daccd11e416865efd5fd3c205c46691bb12 (diff)
loplugin:unusedmethods
Change-Id: I7b4d2e5e611935284e2902b0089950768dfb7717 Reviewed-on: https://gerrit.libreoffice.org/72036 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/funcutl.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/formula/funcutl.hxx b/include/formula/funcutl.hxx
index 92578e49f8ad..0ed0eb59f004 100644
--- a/include/formula/funcutl.hxx
+++ b/include/formula/funcutl.hxx
@@ -59,12 +59,6 @@ public:
void SetRefString( const OUString& rStr );
- /**
- * Flag reference valid or invalid, which in turn changes the visual
- * appearance of the control accordingly.
- */
- void SetRefValid(bool bValid);
-
using Edit::SetText;
void SetText( const OUString& rStr ) override;
@@ -202,10 +196,6 @@ public:
void SetReferences( IControlReferenceHandler* pDlg, RefEdit* pEdit );
void SetStartImage();
void SetEndImage();
- void DoRef()
- {
- Click();
- }
};
class FORMULA_DLLPUBLIC WeldRefButton