diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-03 11:35:58 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-08-03 12:16:13 +0000 |
commit | 5256953397b495e9271cec92cc78514d772acaf5 (patch) | |
tree | 4fb0ff2d5938a849c19f675be5016c423fd3ea7e /framework/inc | |
parent | 7dc5e8731fdc3a11ca429e717ec4a05e67ea1d21 (diff) |
inline some use-once typedefs
Change-Id: I55cc82c8e180cce371c996690608090b1bfdfda4
Reviewed-on: https://gerrit.libreoffice.org/17494
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/classes/framecontainer.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/inc/classes/framecontainer.hxx b/framework/inc/classes/framecontainer.hxx index 4c43a82f3834..fb7cf04e3b89 100644 --- a/framework/inc/classes/framecontainer.hxx +++ b/framework/inc/classes/framecontainer.hxx @@ -41,8 +41,6 @@ namespace framework{ typedef ::std::vector< css::uno::Reference< css::frame::XFrame > > TFrameContainer; -typedef TFrameContainer::iterator TFrameIterator; -typedef TFrameContainer::const_iterator TConstFrameIterator; /*-************************************************************************************************************ @short implement a container to hold children of frame, task or desktop |