diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:08:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:08:20 +0000 |
commit | 580cdb8bcee952cc2f14cbae84130bb280b9fe54 (patch) | |
tree | 519aa96626593a9e4d8d1550945241d592ca14d5 /stoc | |
parent | fc2390f6fb549cf25af6b6d7f062a0d03bd53d2d (diff) |
INTEGRATION: CWS sb76 (1.14.6); FILE MERGED
2007/08/31 11:01:56 sb 1.14.6.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/test/testloader.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/test/testloader.cxx b/stoc/test/testloader.cxx index b55724663066..eedea9dc4733 100644 --- a/stoc/test/testloader.cxx +++ b/stoc/test/testloader.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testloader.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2007-07-31 14:00:55 $ + * last change: $Author: hr $ $Date: 2007-09-27 13:08:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -99,7 +99,7 @@ SAL_IMPLEMENT_MAIN() Module module; OUString dllName( - RTL_CONSTASCII_USTRINGPARAM("shlibloader.uno" SAL_DLLEXTENSION) ); + RTL_CONSTASCII_USTRINGPARAM("bootstrap.uno" SAL_DLLEXTENSION) ); if (module.load(dllName)) { |