To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73295
------- Additional comments from [EMAIL PROTECTED] Tue Jan 9 21:13:48 -0800
2007 -------
this patch fixes the build
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:12:29 -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 );
}
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]