summaryrefslogtreecommitdiff
path: root/ucbhelper/source
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source')
-rw-r--r--ucbhelper/source/client/content.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx
index 4cb76286da08..c8ccd88d71c6 100644
--- a/ucbhelper/source/client/content.cxx
+++ b/ucbhelper/source/client/content.cxx
@@ -1016,16 +1016,6 @@ bool Content::transferContent( const Content& rSourceContent,
sCommand = "checkin";
bCheckIn = true;
break;
-
- default:
- ucbhelper::cancelCommandExecution(
- makeAny( IllegalArgumentException(
- OUString(
- "Unknown transfer operation!" ),
- get(),
- -1 ) ),
- m_xImpl->getEnvironment() );
- // Unreachable
}
Command aCommand;
aCommand.Name = sCommand;