summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <stephan.bergmann@allotropia.de>2024-04-18 13:21:56 +0200
committerStephan Bergmann <stephan.bergmann@allotropia.de>2024-04-18 17:13:28 +0200
commit830ec75f2f172847d350a0801823cf87e004b33c (patch)
tree3d08785e21a3298848464b4c61ce53dc96c70058 /include
parent191d7d251dd350196f76f47195ff8cd998312f61 (diff)
Embind: We no longer need interface FromAny ctor
...now that we have uno_Any get() since 8428368d79118f1d0e09615c5d2b92065b8838d4 "Improve Embing'ing of UNO Any somewhat" Change-Id: I06572e1ca152117c5c93a1552e50b1399af84780 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166244 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Diffstat (limited to 'include')
-rw-r--r--include/static/unoembindhelpers/PrimaryBindings.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/static/unoembindhelpers/PrimaryBindings.hxx b/include/static/unoembindhelpers/PrimaryBindings.hxx
index 259c9c2944f8..6acf2803132a 100644
--- a/include/static/unoembindhelpers/PrimaryBindings.hxx
+++ b/include/static/unoembindhelpers/PrimaryBindings.hxx
@@ -41,11 +41,6 @@ namespace detail
void registerUnoType(css::uno::Type const& type, std::type_info const* id);
}
-enum class uno_Reference
-{
- FromAny
-};
-
enum class uno_Sequence
{
FromSize