To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77436


User rail changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'rail'
--------------------------------------------------------------------------------
              Issue type|DEFECT                    |PATCH
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu May 17 11:13:51 +0000 
2007 -------
I have the same problem when testing VBA support build as extension. The Package
Manager rejects to install the extension beacause it uses the following 
declaration:

extern sdecl::ServiceDecl const serviceDecl(
    serviceImpl,
    "ScVbaGlobals",
    "org.openoffice.vba.Globals" );
}

Changing it to 

extern sdecl::ServiceDecl const serviceDecl(
    serviceImpl,
    "org.openoffice.vba.Globals",
    "org.openoffice.vba.Globals" );
}

and some refactoring (s/ScVbaGlobals/Globals/g) did the trick.


---------------------------------------------------------------------
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]

Reply via email to