summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-03-13 15:03:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-03-14 08:48:09 +0100
commitc196d70337f6b755cfc4c34beda05554c6fab114 (patch)
tree233f8a3f1bfc26debc8be8aa04381125310f99c0 /extensions
parent527977d5cac51a9edd522d675f0ccf575d2f2dc0 (diff)
loplugin:unusedmethods
Change-Id: Ief7cdb14e2c0fe4b0332cd90e063d649065bf3b6 Reviewed-on: https://gerrit.libreoffice.org/69171 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/formcomponenthandler.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/extensions/source/propctrlr/formcomponenthandler.hxx b/extensions/source/propctrlr/formcomponenthandler.hxx
index 955995bd0509..05a30b1a1b90 100644
--- a/extensions/source/propctrlr/formcomponenthandler.hxx
+++ b/extensions/source/propctrlr/formcomponenthandler.hxx
@@ -436,24 +436,6 @@ namespace pcr
};
- //= WaitCursor
-
- /** wrapper around a ->WaitObject which can cope with a NULL window
- */
- class WaitCursor
- {
- private:
- std::unique_ptr< WaitObject > m_aWaitObject;
-
- public:
- explicit WaitCursor( vcl::Window* _pWindow )
- {
- if ( _pWindow )
- m_aWaitObject.reset( new WaitObject( _pWindow ) );
- }
- };
-
-
} // namespace pcr