diff options
Diffstat (limited to 'avmedia/util/avmedia.component')
-rw-r--r-- | avmedia/util/avmedia.component | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/avmedia/util/avmedia.component b/avmedia/util/avmedia.component index c410848a1bb4..94e46f9a7fa6 100644 --- a/avmedia/util/avmedia.component +++ b/avmedia/util/avmedia.component @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<component loader="com.sun.star.loader.SharedLibrary" prefix="avmedia" - xmlns="http://openoffice.org/2010/uno-components"> +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + prefix="avmedia" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.framework.SoundHandler"> <service name="com.sun.star.frame.ContentHandler"/> </implementation> |