summaryrefslogtreecommitdiff
path: root/include/svx/dialcontrol.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-06-11 10:11:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-06-11 14:38:37 +0200
commitd4d037619638e1915d15dba81c38a1c9b3157972 (patch)
tree93260b9952c2be6dbb56c7c67eccfb4960608627 /include/svx/dialcontrol.hxx
parent807d4382cb021d2ac3ea99d6757a7b368a32941d (diff)
loplugin:unusedmethods
Change-Id: I26a0da1ec9cda9030371977596053a45303756a0 Reviewed-on: https://gerrit.libreoffice.org/55609 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/dialcontrol.hxx')
-rw-r--r--include/svx/dialcontrol.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx
index 19744fce1488..6a8d3fa5bf7b 100644
--- a/include/svx/dialcontrol.hxx
+++ b/include/svx/dialcontrol.hxx
@@ -178,12 +178,6 @@ public:
virtual void Resize() override;
const OUString& GetText() const { return m_aText; }
- void SetText(const OUString& rText) { m_aText = rText; }
-
- /** Returns true, if the control is not in "don't care" state. */
- bool HasRotation() const;
- /** Sets the control to "don't care" state. */
- void SetNoRotation();
/** Returns the current rotation angle in 1/100 degrees. */
sal_Int32 GetRotation() const;
@@ -198,9 +192,6 @@ public:
*/
void SetLinkedField(weld::SpinButton* pField, sal_Int32 nDecimalPlaces = 0);
- /** The passed handler is called whenever the rotation value changes. */
- void SetModifyHdl( const Link<SvxDialControl*,void>& rLink );
-
/** Save value for later comparison */
void SaveValue();