diff options
author | Yuri Dario <ydario@apache.org> | 2012-07-20 08:41:16 +0000 |
---|---|---|
committer | Yuri Dario <ydario@apache.org> | 2012-07-20 08:41:16 +0000 |
commit | f594e8490ba5a4b971ae797951b3ea13cac50d51 (patch) | |
tree | 4065351a7c4767d62711ee1fb583802956adb1b7 /svtools | |
parent | b39d3d8ec7373f62dcd5f004bd60a7a30a4eb745 (diff) |
i118923 - OS/2 port: use windows directory layout for OS/2, fixes use of internal graphic filters.
Notes
Notes:
ignore: OS/2
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/filter/filter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/filter/filter.cxx b/svtools/source/filter/filter.cxx index de094612b9f1..041d114473fb 100644 --- a/svtools/source/filter/filter.cxx +++ b/svtools/source/filter/filter.cxx @@ -1157,7 +1157,7 @@ void GraphicFilter::ImplInit() if( bUseConfig ) { -#if defined WNT +#if defined WNT || defined OS2 rtl::OUString url(RTL_CONSTASCII_USTRINGPARAM("$BRAND_BASE_DIR/program")); #else rtl::OUString url(RTL_CONSTASCII_USTRINGPARAM("$OOO_BASE_DIR/program")); |