Kaydet (Commit) 0e296d25 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

The iOS DataFlavorMapper::getAllSupportedPboardTypes() is unused

Change-Id: Icc72fca62e189559956abc0ebbca9ce196a02073
üst 3f8ac500
......@@ -568,16 +568,4 @@ DataFlavorMapper::typesArrayToFlavorSequence(NSArray* types) const
return flavors;
}
NSArray* DataFlavorMapper::getAllSupportedPboardTypes()
{
NSMutableArray* array = [[NSMutableArray alloc] initWithCapacity:SIZE_FLAVOR_MAP];
for (sal_uInt32 i = 0; i < SIZE_FLAVOR_MAP; i++)
{
[array addObject:flavorMap[i].SystemFlavor];
}
return [array autorelease];
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -111,10 +111,6 @@ public:
css::uno::Sequence<css::datatransfer::DataFlavor>
typesArrayToFlavorSequence(NSArray* types) const;
/* Returns an NSArray containing all pasteboard types supported by OOo
*/
static NSArray* getAllSupportedPboardTypes();
private:
/* Determines if the provided Mime content type is valid.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment