[Libreoffice-commits] .: binfilter/legacysmgr

Stephan Bergmann sbergmann at kemper.freedesktop.org
Wed Oct 19 09:14:33 PDT 2011


 binfilter/legacysmgr/source/legacy/legacy_binfilters_smgr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 947bf6033e0ffa4cef319fea47e3f2fcf4d4e68e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Oct 19 18:14:14 2011 +0200

    Undo basis/brand split: moved .rdb files from basis program/ to brand program/ (merging the two services.rdb files).

diff --git a/binfilter/legacysmgr/source/legacy/legacy_binfilters_smgr.cxx b/binfilter/legacysmgr/source/legacy/legacy_binfilters_smgr.cxx
index 106c266..b291aac 100644
--- a/binfilter/legacysmgr/source/legacy/legacy_binfilters_smgr.cxx
+++ b/binfilter/legacysmgr/source/legacy/legacy_binfilters_smgr.cxx
@@ -2013,7 +2013,7 @@ void * SAL_CALL legacysmgr_component_getFactory(
                 UNO_QUERY_THROW );
             rtl::OUString rdbUrl(
                 RTL_CONSTASCII_USTRINGPARAM(
-                    "$OOO_BASE_DIR/program/legacy_binfilters.rdb"));
+                    "$BRAND_BASE_DIR/program/legacy_binfilters.rdb"));
             rtl::Bootstrap::expandMacros(rdbUrl); //TODO: detect failure
             xSimReg->open(
                 rdbUrl, sal_True /* read-only */, sal_False /* ! create */ );


More information about the Libreoffice-commits mailing list