diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-15 16:40:20 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-15 16:42:23 +0200 |
commit | be39d17a2ba8e0eb9e67f4e1e31afab623bb5c55 (patch) | |
tree | d0ce85d093926d8b88ef96beba4d97442dec1c0a /starmath/util/smd.component | |
parent | 6f0d37b1128202d987f86bb3f7715b38445edc40 (diff) |
Add prefixes for component_getFactory methods
Diffstat (limited to 'starmath/util/smd.component')
-rw-r--r-- | starmath/util/smd.component | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/util/smd.component b/starmath/util/smd.component index 9f566864482e..70adf5a12753 100644 --- a/starmath/util/smd.component +++ b/starmath/util/smd.component @@ -26,7 +26,7 @@ * **********************************************************************--> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="smd" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.math.FormatDetector"> <service name="com.sun.star.frame.ExtendedTypeDetection"/> |