diff options
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files/patch-i73179')
-rw-r--r-- | editors/openoffice.org-vcltesttool/files/patch-i73179 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-i73179 b/editors/openoffice.org-vcltesttool/files/patch-i73179 new file mode 100644 index 000000000000..5e66ddcce659 --- /dev/null +++ b/editors/openoffice.org-vcltesttool/files/patch-i73179 @@ -0,0 +1,16 @@ +Index: desktop/source/deployment/manager/dp_manager.h +=================================================================== +RCS file: /cvs/framework/desktop/source/deployment/manager/dp_manager.h,v +retrieving revision 1.9 +diff -u -p -r1.9 dp_manager.h +--- desktop/source/deployment/manager/dp_manager.h 20 Dec 2006 14:28:11 -0000 1.9 ++++ desktop/source/deployment/manager/dp_manager.h 5 Jan 2007 19:54:44 -0000 +@@ -96,7 +96,7 @@ class PackageManagerImpl : private ::dp_ + css::uno::Reference<css::ucb::XCommandEnvironment> const & + wrappedCmdEnv ); + +- bool PackageManagerImpl::checkInstall( ++ bool checkInstall( + ::rtl::OUString const & title, + css::uno::Reference<css::deployment::XPackage> const & package, + css::uno::Reference<css::ucb::XCommandEnvironment> const & cmdEnv); |