summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-10 07:53:34 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-10 07:53:34 +0000
commit8bc8522a4521bac222ef00f1055c42b14bea55ea (patch)
treed5a9cf043bef53b2954e2b575ce3a8a00a79e671 /editors/openoffice.org-vcltesttool/files
parentUpdate to 0.07004 (diff)
Update to SRC680_m199.
Notes
Notes: svn path=/head/; revision=181956
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files')
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-i7290316
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-i7317916
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-i7329522
3 files changed, 54 insertions, 0 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-i72903 b/editors/openoffice.org-vcltesttool/files/patch-i72903
new file mode 100644
index 000000000000..6f4785d5f392
--- /dev/null
+++ b/editors/openoffice.org-vcltesttool/files/patch-i72903
@@ -0,0 +1,16 @@
+Index: toolkit/inc/toolkit/awt/xthrobber.hxx
+===================================================================
+RCS file: /cvs/gsl/toolkit/inc/toolkit/awt/xthrobber.hxx,v
+retrieving revision 1.2
+diff -u -r1.2 xthrobber.hxx
+--- toolkit/inc/toolkit/awt/xthrobber.hxx 20 Dec 2006 13:51:06 -0000 1.2
++++ toolkit/inc/toolkit/awt/xthrobber.hxx 23 Dec 2006 01:36:26 -0000
+@@ -68,7 +68,7 @@
+ {
+ private:
+ Throbber_Impl *mpThrobber;
+- void SAL_CALL XThrobber::InitImageList() throw(::com::sun::star::uno::RuntimeException);
++ void SAL_CALL InitImageList() throw(::com::sun::star::uno::RuntimeException);
+
+ public:
+ XThrobber();
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);
diff --git a/editors/openoffice.org-vcltesttool/files/patch-i73295 b/editors/openoffice.org-vcltesttool/files/patch-i73295
new file mode 100644
index 000000000000..b6fa187023cd
--- /dev/null
+++ b/editors/openoffice.org-vcltesttool/files/patch-i73295
@@ -0,0 +1,22 @@
+? basctl/unxfbsdx.pro
+Index: basctl/source/inc/localizationmgr.hxx
+===================================================================
+RCS file: /cvs/script/basctl/source/inc/localizationmgr.hxx,v
+retrieving revision 1.2
+diff -u -r1.2 localizationmgr.hxx
+--- basctl/source/inc/localizationmgr.hxx 2 Jan 2007 15:52:27 -0000 1.2
++++ basctl/source/inc/localizationmgr.hxx 10 Jan 2007 05:14:09 -0000
+@@ -70,11 +70,11 @@
+ ::com::sun::star::uno::Reference< ::com::sun::star::resource::XStringResourceManager >
+ xStringResourceManager, HandleResourceMode eMode );
+
+- void LocalizationMgr::enableResourceForAllLibraryDialogs( void )
++ void enableResourceForAllLibraryDialogs( void )
+ {
+ implEnableDisableResourceForAllLibraryDialogs( SET_IDS );
+ }
+- void LocalizationMgr::disableResourceForAllLibraryDialogs( void )
++ void disableResourceForAllLibraryDialogs( void )
+ {
+ implEnableDisableResourceForAllLibraryDialogs( RESET_IDS );
+ }