summaryrefslogtreecommitdiffstats
path: root/include/svx/fmmodel.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-16 09:49:37 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-16 12:18:39 +0000
commit1d852b32d7ad89b2317c04958060f366f8922ca4 (patch)
tree69720512c5675dfad89d00e1134b46faff5eb7b6 /include/svx/fmmodel.hxx
parentHopefully get the right dispose order (diff)
downloadcore-1d852b32d7ad89b2317c04958060f366f8922ca4.tar.gz
core-1d852b32d7ad89b2317c04958060f366f8922ca4.zip
loplugin:unusedmethods svx
Change-Id: I92158457b3ffaaf7c84c6f4c87708d766c8c9f61 Reviewed-on: https://gerrit.libreoffice.org/17117 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/fmmodel.hxx')
-rw-r--r--include/svx/fmmodel.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/fmmodel.hxx b/include/svx/fmmodel.hxx
index 03f65dfe399b..22600859db21 100644
--- a/include/svx/fmmodel.hxx
+++ b/include/svx/fmmodel.hxx
@@ -63,7 +63,6 @@ public:
virtual void InsertMasterPage(SdrPage* pPage, sal_uInt16 nPos=0xFFFF) SAL_OVERRIDE;
virtual SdrPage* RemoveMasterPage(sal_uInt16 nPgNum) SAL_OVERRIDE;
- virtual SdrLayerID GetControlExportLayerId( const SdrObject& rObj ) const;
SfxObjectShell* GetObjectShell() const { return m_pObjShell; }
void SetObjectShell( SfxObjectShell* pShell );