diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-17 11:05:35 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-17 11:06:00 +0100 |
commit | 9ed364774c6e26e14409bd927e03e6da7fe01b60 (patch) | |
tree | 42836bfdc7d8727836fe1216d5c6457db2482d74 /fpicker | |
parent | fa2a7c1c95f78d20ed572091e12700fd4d852835 (diff) |
Adapt all (non-extension, SharedLibrary) .components to environment="..."
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/aqua/fps_aqua.component | 4 | ||||
-rw-r--r-- | fpicker/source/office/fps_office.component | 4 | ||||
-rw-r--r-- | fpicker/source/win32/fps.component | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/fpicker/source/aqua/fps_aqua.component b/fpicker/source/aqua/fps_aqua.component index 7ad2926b62df..8aa06e2e6bc6 100644 --- a/fpicker/source/aqua/fps_aqua.component +++ b/fpicker/source/aqua/fps_aqua.component @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<component loader="com.sun.star.loader.SharedLibrary" prefix="fps_aqua" - xmlns="http://openoffice.org/2010/uno-components"> +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + prefix="fps_aqua" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.ui.dialogs.SalAquaFilePicker"> <service name="com.sun.star.ui.dialogs.AquaFilePicker"/> </implementation> diff --git a/fpicker/source/office/fps_office.component b/fpicker/source/office/fps_office.component index 335a63a6f7a9..8804be2a91e9 100644 --- a/fpicker/source/office/fps_office.component +++ b/fpicker/source/office/fps_office.component @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<component loader="com.sun.star.loader.SharedLibrary" prefix="fps_office" - xmlns="http://openoffice.org/2010/uno-components"> +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + prefix="fps_office" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.svtools.OfficeFilePicker"> <service name="com.sun.star.ui.dialogs.OfficeFilePicker"/> </implementation> diff --git a/fpicker/source/win32/fps.component b/fpicker/source/win32/fps.component index 1dc9d4f3abf9..80dac1a9b5fa 100644 --- a/fpicker/source/win32/fps.component +++ b/fpicker/source/win32/fps.component @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<component loader="com.sun.star.loader.SharedLibrary" prefix="fps_win32" - xmlns="http://openoffice.org/2010/uno-components"> +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + prefix="fps_win32" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.ui.dialogs.Win32FilePicker"> <service name="com.sun.star.ui.dialogs.SystemFilePicker"/> </implementation> |