From 376ee49f68384cf16aec57d54506378b67ccd402 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 28 Feb 2019 09:15:10 +0200 Subject: remove some unused typedefs Change-Id: I7775a7d86e9641cd514e58f03d3727d2ad846120 Reviewed-on: https://gerrit.libreoffice.org/68485 Tested-by: Jenkins Reviewed-by: Noel Grandin --- ucb/source/core/FileAccess.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'ucb') diff --git a/ucb/source/core/FileAccess.cxx b/ucb/source/core/FileAccess.cxx index 21d4e0b9fbf0..dcb37a713b68 100644 --- a/ucb/source/core/FileAccess.cxx +++ b/ucb/source/core/FileAccess.cxx @@ -429,8 +429,6 @@ css::util::DateTime OFileAccess::getDateTimeModified( const OUString& FileURL ) return aDateTime; } -typedef vector< OUString* > StringList_Impl; - Sequence< OUString > OFileAccess::getFolderContents( const OUString& FolderURL, sal_Bool bIncludeFolders ) { // SfxContentHelper::GetFolderContents -- cgit