summaryrefslogtreecommitdiff
path: root/include/svx/sdr
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-16 11:24:25 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-16 12:18:56 +0000
commit051e660b37549fec7cc42e4471ae65a4cefed495 (patch)
tree720c439d57664224ec579e14a72b5f4ccce391a5 /include/svx/sdr
parent1d852b32d7ad89b2317c04958060f366f8922ca4 (diff)
loplugin:unusedmethods svx(part2)
Change-Id: I161360e2f3113c4814fe1c2c095e602b2c93dcd7 Reviewed-on: https://gerrit.libreoffice.org/17120 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/sdr')
-rw-r--r--include/svx/sdr/overlay/overlayselection.hxx1
-rw-r--r--include/svx/sdr/table/tablecontroller.hxx3
2 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/sdr/overlay/overlayselection.hxx b/include/svx/sdr/overlay/overlayselection.hxx
index 846c6ba0ce12..4a93a8fa738c 100644
--- a/include/svx/sdr/overlay/overlayselection.hxx
+++ b/include/svx/sdr/overlay/overlayselection.hxx
@@ -67,7 +67,6 @@ namespace sdr
virtual ~OverlaySelection();
// data read access
- OverlayType getOverlayType() const { return meOverlayType; }
const std::vector< basegfx::B2DRange >& getRanges() const { return maRanges; }
bool getBorder() const { return mbBorder; }
diff --git a/include/svx/sdr/table/tablecontroller.hxx b/include/svx/sdr/table/tablecontroller.hxx
index 2ad8e2284118..153efff59575 100644
--- a/include/svx/sdr/table/tablecontroller.hxx
+++ b/include/svx/sdr/table/tablecontroller.hxx
@@ -112,8 +112,6 @@ public:
bool isRowHeader();
bool isColumnHeader();
sdr::table::SdrTableObj* GetTableObj() { return dynamic_cast< sdr::table::SdrTableObj* >( mxTableObj.get() ); }
- //declare event notification method
- void NotifySelection( const CellPos& firstPos, const CellPos& lastPos, const CellPos& newPos );
private:
SvxTableController(SvxTableController &) SAL_DELETED_FUNCTION;
void operator =(SvxTableController &) SAL_DELETED_FUNCTION;
@@ -128,7 +126,6 @@ private:
SVX_DLLPRIVATE bool PasteObject( SdrTableObj* pPasteTableObj );
SVX_DLLPRIVATE bool checkTableObject();
- SVX_DLLPRIVATE bool updateTableObject();
SVX_DLLPRIVATE const CellPos& getSelectionStart();
SVX_DLLPRIVATE void setSelectionStart( const CellPos& rPos );
SVX_DLLPRIVATE const CellPos& getSelectionEnd();