diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-05 13:56:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-05 14:30:52 +0100 |
commit | cff81810e32f422d56d9a7f4f2d4c6bba993f8cb (patch) | |
tree | d53aa391163f9171607eaec1f91519e13f17538d /svtools/source/misc | |
parent | e1a4e62e3ee026f1c2d9d9280ed30035d64d9f1b (diff) |
build-breakage: remove stray unused inlines and now dead usings
Diffstat (limited to 'svtools/source/misc')
-rw-r--r-- | svtools/source/misc/transfer.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svtools/source/misc/transfer.cxx b/svtools/source/misc/transfer.cxx index cbb5eedb3bb3..3625f9a12aa6 100644 --- a/svtools/source/misc/transfer.cxx +++ b/svtools/source/misc/transfer.cxx @@ -2242,6 +2242,7 @@ TransferableDataHelper TransferableDataHelper::CreateFromSystemClipboard( Window if( pWindow ) xClipboard = pWindow->GetClipboard(); +#if 0 if( xClipboard.is() ) { try @@ -2259,7 +2260,7 @@ TransferableDataHelper TransferableDataHelper::CreateFromSystemClipboard( Window { } } - +#endif return aRet; } |