summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propcontroller.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-08 11:10:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-08 11:11:52 +0000
commit1b277a37c5ad219d2e275df1289ccfbce27183ee (patch)
tree19ed989da90eaca6e3847239a47f1095d5cc9841 /extensions/source/propctrlr/propcontroller.hxx
parentf2beebbfe78bfd5dd26318ea269f49aeee6bd642 (diff)
loplugin:expandablemethods in extensions
Change-Id: I93a770933de86146de1d25db9d596615916c3e28 Reviewed-on: https://gerrit.libreoffice.org/30689 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions/source/propctrlr/propcontroller.hxx')
-rw-r--r--extensions/source/propctrlr/propcontroller.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/extensions/source/propctrlr/propcontroller.hxx b/extensions/source/propctrlr/propcontroller.hxx
index 52b8b4ae0fdb..bf99b6d3f34a 100644
--- a/extensions/source/propctrlr/propcontroller.hxx
+++ b/extensions/source/propctrlr/propcontroller.hxx
@@ -374,11 +374,6 @@ namespace pcr
*/
bool impl_isReadOnlyModel_throw() const;
- /** updates our view so that it is read-only, as indicated by the model property
- @see impl_isReadOnlyModel_throw
- */
- void impl_updateReadOnlyView_nothrow();
-
/** starts or stops listening at the model
*/
void impl_startOrStopModelListening_nothrow( bool _bDoListen ) const;