diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-27 10:09:06 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-28 18:52:21 +0100 |
commit | 3774a6fd94bfb274cc6b354ad7dadde4fce20113 (patch) | |
tree | eac9664d7ec0b17e01f2851f3eb8cd25e5d5939c /include/osl | |
parent | 478ec0126ba8b2d89fadcc02b52bfb29c2edb9d8 (diff) |
Support direct ctor calls for singletons too.
Change-Id: I6db797c950b8222b3ad95faff86adf5e7b41ff4b
Diffstat (limited to 'include/osl')
-rw-r--r-- | include/osl/detail/component-defines.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osl/detail/component-defines.h b/include/osl/detail/component-defines.h index eb58f24e512e..9a31cee93975 100644 --- a/include/osl/detail/component-defines.h +++ b/include/osl/detail/component-defines.h @@ -33,6 +33,8 @@ #define LO_URE_CTOR_FUN_com_dot_sun_dot_star_dot_frame_dot_DocumentTemplates com_sun_star_comp_sfx2_DocumentTemplates_get_implementation #define LO_URE_CTOR_ENV_com_dot_sun_dot_star_dot_frame_dot_GlobalEventBroadcaster 1 #define LO_URE_CTOR_FUN_com_dot_sun_dot_star_dot_frame_dot_GlobalEventBroadcaster com_sun_star_comp_sfx2_GlobalEventBroadcaster_get_implementation +#define LO_URE_CTOR_ENV_com_dot_sun_dot_star_dot_frame_dot_theGlobalEventBroadcaster 1 +#define LO_URE_CTOR_FUN_com_dot_sun_dot_star_dot_frame_dot_theGlobalEventBroadcaster com_sun_star_comp_sfx2_GlobalEventBroadcaster_get_implementation // svtools/util/svt_dot_component #define LO_URE_CTOR_ENV_com_dot_sun_dot_star_dot_graphic_dot_GraphicProvider 1 #define LO_URE_CTOR_FUN_com_dot_sun_dot_star_dot_graphic_dot_GraphicProvider com_sun_star_comp_graphic_GraphicProvider_get_implementation |