summaryrefslogtreecommitdiffstats
path: root/include/svx
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-09-03 12:02:53 -0300
committerThomas Arnhold <thomas@arnhold.org>2013-09-04 20:50:19 +0000
commit62d50671919424ca4dd80cd7733b7b259132b9ab (patch)
tree62796e4e952d73685b1380e750d80dde354b2b95 /include/svx
parentfor zh-HK or zh-MO also list zh-TW as fallback (diff)
downloadcore-62d50671919424ca4dd80cd7733b7b259132b9ab.tar.gz
core-62d50671919424ca4dd80cd7733b7b259132b9ab.zip
Remove more unused methods
Change-Id: I8fec40d767905bcca366257a67f669eaa1055cbc Reviewed-on: https://gerrit.libreoffice.org/5789 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/dialcontrol.hxx2
-rw-r--r--include/svx/sdr/overlay/overlayrectangle.hxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx
index 84dc1dcc0873..92a3acebf8b8 100644
--- a/include/svx/dialcontrol.hxx
+++ b/include/svx/dialcontrol.hxx
@@ -116,8 +116,6 @@ public:
* 2 means 100th of degree
*/
void SetLinkedField( NumericField* pField, sal_Int32 nDecimalPlaces = 0);
- /** Returns the linked numeric edit field, or 0. */
- NumericField* GetLinkedField() const;
/** The passed handler is called whenever the totation value changes. */
void SetModifyHdl( const Link& rLink );
diff --git a/include/svx/sdr/overlay/overlayrectangle.hxx b/include/svx/sdr/overlay/overlayrectangle.hxx
index 3d2f6f708be5..95de313e232c 100644
--- a/include/svx/sdr/overlay/overlayrectangle.hxx
+++ b/include/svx/sdr/overlay/overlayrectangle.hxx
@@ -71,7 +71,6 @@ namespace sdr
// added CursorBlinkTime (in ms)
sal_uInt32 getBlinkTime() const { return mnBlinkTime; }
- void setBlinkTime(sal_uInt32 nNew);
// execute event from base class ::sdr::animation::Event. Default
// implementation does nothing and does not create a new event.