summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-02-09 10:55:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-02-09 14:16:17 +0100
commitdce85afb01c74eddb2cec3656fa76867aa131bd1 (patch)
tree6751ad19213e2c51c534139c03df6756dc276ff9 /include/comphelper
parentd794c377e503aa7d00dbc6daad0aa32efad9e682 (diff)
expand out IMPLEMENT_FORWARD_XTYPEPROVIDER3
Change-Id: I31a7452bd8822f13905812e8f3fcd31a0753e0a6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129711 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/uno3.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/comphelper/uno3.hxx b/include/comphelper/uno3.hxx
index 97e4cea0a170..517398fd757e 100644
--- a/include/comphelper/uno3.hxx
+++ b/include/comphelper/uno3.hxx
@@ -144,19 +144,6 @@ namespace comphelper
\
IMPLEMENT_GET_IMPLEMENTATION_ID( classname )
- #define IMPLEMENT_FORWARD_XTYPEPROVIDER3( classname, baseclass1, baseclass2, baseclass3 ) \
- css::uno::Sequence< css::uno::Type > SAL_CALL classname::getTypes( ) \
- { \
- return ::comphelper::concatSequences( \
- baseclass1::getTypes(), \
- baseclass2::getTypes(), \
- baseclass3::getTypes() \
- ); \
- } \
- \
- IMPLEMENT_GET_IMPLEMENTATION_ID( classname )
-
-
/** ask for an iface of an aggregated object
usage:<br/>
Reference<XFoo> xFoo;<br/>