[Libreoffice-commits] .: vcl/ios
Tor Lillqvist
tml at kemper.freedesktop.org
Tue Sep 27 12:39:40 PDT 2011
vcl/ios/source/dtrans/ios_clipboard.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 296823ab8634b0980fc8fe81a2de2b043d036179
Author: Tor Lillqvist <tml at iki.fi>
Date: Tue Sep 27 22:35:24 2011 +0300
More WaE fixes for iOS
diff --git a/vcl/ios/source/dtrans/ios_clipboard.cxx b/vcl/ios/source/dtrans/ios_clipboard.cxx
index 69f9473..a59d023 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() )
More information about the Libreoffice-commits
mailing list