summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorArkadiy Illarionov <qarkai@gmail.com>2018-05-26 11:58:26 +0300
committerTor Lillqvist <tml@collabora.com>2018-05-28 09:39:47 +0200
commitf62243c7bb620d821ae84366235111c47a99bae0 (patch)
treee429299e4ea151af9eb1ce8f6db06f565b359fcd /desktop
parent7f3c2ee6c135773c98ded063bdf10ec8900bf00f (diff)
tdf#96099 Remove some trivial typedef std::vector
Change-Id: I41fff78c10d46bde50063536d8cf1a3942dbf6af Reviewed-on: https://gerrit.libreoffice.org/54834 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/registry/package/dp_extbackenddb.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/deployment/registry/package/dp_extbackenddb.hxx b/desktop/source/deployment/registry/package/dp_extbackenddb.hxx
index 1c220ff91485..ac91a62e9252 100644
--- a/desktop/source/deployment/registry/package/dp_extbackenddb.hxx
+++ b/desktop/source/deployment/registry/package/dp_extbackenddb.hxx
@@ -55,8 +55,6 @@ public:
and the media type
*/
std::vector< std::pair< OUString, OUString> > items;
- typedef std::vector<
- std::pair< OUString, OUString> >::const_iterator ITC_ITEMS;
};
public: