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

The iOS DataFlavorMapper::getAllSupportedPboardTypes() is unused

Change-Id: Icc72fca62e189559956abc0ebbca9ce196a02073
üst 530d7618
......@@ -567,16 +567,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