diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-01-15 20:00:41 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-01-15 20:12:22 +0200 |
commit | df31a0e3edc8dae5feaed48e8731fa4d7d440117 (patch) | |
tree | 450aaa83e181793298b3288789bb18d996516b3e /include | |
parent | 60af010a98540b4785353b27ccbb545ef72e7791 (diff) |
Fix fallout after a700ce8e2b2f2dad50bf36dfd69de577211f1dc3
Change-Id: I489126d291f9420aa1692d4b1f187f72dfd92a62
Diffstat (limited to 'include')
-rw-r--r-- | include/osl/detail/component-defines.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osl/detail/component-defines.h b/include/osl/detail/component-defines.h index 058a3324b09e..86a04b5a4ace 100644 --- a/include/osl/detail/component-defines.h +++ b/include/osl/detail/component-defines.h @@ -15,9 +15,9 @@ #define LO_URE_CURRENT_ENV 1 /*TODO*/ #define LO_URE_CTOR_ENV_com_dot_sun_dot_star_dot_xml_dot_sax_dot_FastParser 1 /*TODO*/ -#define LO_URE_CTOR_FUN_com_dot_sun_dot_star_dot_xml_dot_sax_dot_FastParser com_sun_star_comp_extensions_xml_sax_FastParser +#define LO_URE_CTOR_FUN_com_dot_sun_dot_star_dot_xml_dot_sax_dot_FastParser com_sun_star_comp_extensions_xml_sax_FastParser_get_implementation #define LO_URE_CTOR_ENV_com_dot_sun_dot_star_dot_xml_dot_sax_dot_Parser 1 /*TODO*/ -#define LO_URE_CTOR_FUN_com_dot_sun_dot_star_dot_xml_dot_sax_dot_Parser com_sun_star_comp_extensions_xml_sax_ParserExpat +#define LO_URE_CTOR_FUN_com_dot_sun_dot_star_dot_xml_dot_sax_dot_Parser com_sun_star_comp_extensions_xml_sax_ParserExpat_get_implementation #endif |