[Libreoffice-commits] core.git: include/osl
Stephan Bergmann
sbergman at redhat.com
Thu Dec 19 06:50:12 PST 2013
include/osl/detail/component-mapping.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 37b0ec6dcbb764a07e5e080e7ecad51d94d70eef
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Dec 19 15:49:39 2013 +0100
Missing eol backslash
Change-Id: Ia3fd6c84c430fcce30779f9b554090a322e6fd9a
diff --git a/include/osl/detail/component-mapping.h b/include/osl/detail/component-mapping.h
index 95625fc..b32d41b 100644
--- a/include/osl/detail/component-mapping.h
+++ b/include/osl/detail/component-mapping.h
@@ -93,7 +93,7 @@ const lib_to_constructor_mapping *lo_get_constructor_map(void);
{ "libfwklo.a", fwk_component_getFactory }, \
{ "libfwmlo.a", fwm_component_getFactory }, \
{ "libsvxcorelo.a", svxcore_component_getFactory }, \
- { "libtextfdlo.a", textfd_component_getFactory },
+ { "libtextfdlo.a", textfd_component_getFactory }, \
{ "libtklo.a", tk_component_getFactory }, \
{ "libucppkg1.a", ucppkg1_component_getFactory }, \
{ "libxmlfdlo.a", xmlfd_component_getFactory }, \
More information about the Libreoffice-commits
mailing list