diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-09-27 22:35:24 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-09-27 22:37:48 +0300 |
commit | 296823ab8634b0980fc8fe81a2de2b043d036179 (patch) | |
tree | 6acde88bd6d3bb277d75cf80bb0406e951d1653f /vcl/ios/source/dtrans | |
parent | 6671fa81db0ecea4ada005bb79f55f08fb440ad4 (diff) |
More WaE fixes for iOS
Diffstat (limited to 'vcl/ios/source/dtrans')
-rw-r--r-- | vcl/ios/source/dtrans/ios_clipboard.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/ios/source/dtrans/ios_clipboard.cxx b/vcl/ios/source/dtrans/ios_clipboard.cxx index 69f9473737fb..a59d023460e6 100644 --- a/vcl/ios/source/dtrans/ios_clipboard.cxx +++ b/vcl/ios/source/dtrans/ios_clipboard.cxx @@ -184,8 +184,8 @@ Reference<XTransferable> SAL_CALL IosClipboard::getContents() throw(RuntimeExcep } -void SAL_CALL IosClipboard::setContents(const Reference<XTransferable>& xTransferable, - const Reference<XClipboardOwner>& xClipboardOwner) +void SAL_CALL IosClipboard::setContents(const Reference<XTransferable>& /*xTransferable*/, + const Reference<XClipboardOwner>& /*xClipboardOwner*/) throw( RuntimeException ) { #if 0 // ??? @@ -321,7 +321,7 @@ void IosClipboard::fireLostClipboardOwnershipEvent(Reference<XClipboardOwner> ol } -void IosClipboard::provideDataForType(UIPasteboard* sender, NSString* type) +void IosClipboard::provideDataForType(UIPasteboard* /*sender*/, NSString* /*type*/) { #if 0 // ??? if( mXClipboardContent.is() ) |