summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-30 14:35:23 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 16:32:44 -0500
commitf1aaedc48e56e04cbd07bbabbb775507a7ac34dd (patch)
treec368865c34e277ad5940dd3ec38129d650bc8a82 /uui
parent56e7ee951f25b4ad0e58cabda2626462a4dd7d34 (diff)
remove some unnecessary typedefs around uno::Reference
Not very useful these days, since we have the css:: prefix to reduce verbosity. Found with a search like: git grep -nP 'typedef .*uno::Reference.*<.*>\s+\w+;' | grep -v 'std::' Reviewed-on: https://gerrit.libreoffice.org/16730 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> (cherry picked from commit 89c77994d4638c86635c70535fab6508e2f3d900) Change-Id: I16f41c53837ec5c613545ae45df38b0daddcbadd
Diffstat (limited to 'uui')
-rw-r--r--uui/source/iahndl.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx
index 437d0f26a541..822f37945a6b 100644
--- a/uui/source/iahndl.hxx
+++ b/uui/source/iahndl.hxx
@@ -75,8 +75,6 @@ struct InteractionHandlerData
typedef std::vector< InteractionHandlerData > InteractionHandlerDataList;
-typedef ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionContinuation > > Continuations;
-
typedef std::unordered_map< OUString, OUString, OUStringHash > StringHashMap;
class UUIInteractionHelper
@@ -289,7 +287,7 @@ private:
handleAuthFallbackRequest(
OUString & instructions,
OUString & url,
- Continuations const & rContinuations );
+ css::uno::Sequence< css::uno::Reference< css::task::XInteractionContinuation > > const & rContinuations );
};
class ErrorResource: private Resource