diff options
author | Dirk Völzke <dv@openoffice.org> | 2009-11-23 13:51:12 +0000 |
---|---|---|
committer | Dirk Völzke <dv@openoffice.org> | 2009-11-23 13:51:12 +0000 |
commit | 34e224f6783d92e0a75d070a0e5b5fa65822462b (patch) | |
tree | 9a6e9abbfae4927ea0dae4892b0f2298b8e362e2 /uui | |
parent | f4a3725dab3a558ae419669dcc0c7a811dcadfea (diff) |
#i106373# Removed unused code
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl.cxx | 3 | ||||
-rw-r--r-- | uui/source/iahndl.hxx | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index 996fd24e531d..4fbbb7f75c26 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -2630,6 +2630,8 @@ UUIInteractionHelper::handleCertificateValidationRequest( */ } +// @@@ Todo #i29340#: activate! +#if 0 namespace { enum NameClashResolveDialogResult { ABORT, RENAME, OVERWRITE }; @@ -2729,6 +2731,7 @@ UUIInteractionHelper::handleNameClashResolveRequest( break; } } +#endif void UUIInteractionHelper::handleMasterPasswordRequest( diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx index bea53e436c6d..6c16769406c5 100644 --- a/uui/source/iahndl.hxx +++ b/uui/source/iahndl.hxx @@ -267,6 +267,8 @@ private: rContinuations) SAL_THROW((com::sun::star::uno::RuntimeException)); +// @@@ Todo #i29340#: activate! +#if 0 void handleNameClashResolveRequest( com::sun::star::ucb::NameClashResolveRequest const & rRequest, @@ -274,6 +276,7 @@ private: com::sun::star::task::XInteractionContinuation > > const & rContinuations) SAL_THROW((com::sun::star::uno::RuntimeException)); +#endif void handleMasterPasswordRequest( |