summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel/files/patch-i73295
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2-devel/files/patch-i73295')
-rw-r--r--editors/openoffice.org-2-devel/files/patch-i7329522
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-i73295 b/editors/openoffice.org-2-devel/files/patch-i73295
new file mode 100644
index 000000000000..b6fa187023cd
--- /dev/null
+++ b/editors/openoffice.org-2-devel/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 );
+ }