Adapt all (non-extension, SharedLibrary) .components to environment="..."
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
|
||||
<component loader="com.sun.star.loader.SharedLibrary" prefix="vbaevents"
|
||||
xmlns="http://openoffice.org/2010/uno-components">
|
||||
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
|
||||
prefix="vbaevents" xmlns="http://openoffice.org/2010/uno-components">
|
||||
<implementation name="ooo.vba.EventListener">
|
||||
<service name="ooo.vba.EventListener"/>
|
||||
</implementation>
|
||||
|
Reference in New Issue
Block a user