summaryrefslogtreecommitdiff
path: root/include/toolkit
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-17 14:32:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-18 09:08:35 +0200
commit1d6366fc9aac6f9645f35bcdc784aeb46e20ba47 (patch)
tree20fa21aa2268005f1d29cd983dea8c9726358bd0 /include/toolkit
parentb225295d68f5e868595b74342d41338c49d33589 (diff)
loplugin:useuniqueptr in StdTabController::autoTabOrder
Change-Id: I67c2283974eb71978beaf265f821fd2c5c5ae55c Reviewed-on: https://gerrit.libreoffice.org/60626 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/toolkit')
-rw-r--r--include/toolkit/controls/stdtabcontrollermodel.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/toolkit/controls/stdtabcontrollermodel.hxx b/include/toolkit/controls/stdtabcontrollermodel.hxx
index 19884f505229..2f73c1c8af56 100644
--- a/include/toolkit/controls/stdtabcontrollermodel.hxx
+++ b/include/toolkit/controls/stdtabcontrollermodel.hxx
@@ -69,14 +69,6 @@ struct UnoControlModelEntry
};
};
-struct ComponentEntry
-{
- css::awt::XWindow* pComponent;
- Point aPos;
-};
-
-typedef ::std::vector< ComponentEntry* > ComponentEntryList;
-
#define CONTROLPOS_NOTFOUND 0xFFFFFFFF
class StdTabControllerModel final : public css::awt::XTabControllerModel,