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


User ericb changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'kz,oj'                   |'ericb,kz,oj'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Apr  8 07:54:14 +0000 
2008 -------
Hi,

Still a big breakage in dbaccess. If I'm not wrong, the is a last concerned 
module in DEV300_m6 after 
masterfixes from kz. Some issues in dbaccess/in/genericcontroller.hxx and 
source/ui/misc/singledoccontroller.cxx

1) Looks like there is a missing

typedef ::cppu::WeakComponentImplHelper9 ... 

2) some apparent confusion between OGenericUnoController_COMPBASE , 
OGenericUnoController_base 
and probably some other;

... etc. I'd vote for a resync issue ?

FYI, the complete log of the breakage :

DSHAREDLIB -D_DLL_   -fexceptions -fno-enforce-eh-specs -DEXCEPTIONS_ON  -o 
../../../unxmacxi.pro/slo/singledoccontroller.o 
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx 
../../../inc/genericcontroller.hxx:208: error: expected class-name before ',' 
token
../../../inc/genericcontroller.hxx:209: error: expected class-name before ',' 
token
../../../inc/genericcontroller.hxx: In member function 'osl::Mutex& 
dbaui::OGenericUnoController::getMutex()':
../../../inc/genericcontroller.hxx:265: error: 'OGenericUnoController_MBASE' 
has not been declared
../../../inc/genericcontroller.hxx:265: error: 'm_aMutex' was not declared in 
this scope
../../../inc/genericcontroller.hxx: In member function 'cppu::OBroadcastHelper& 
dbaui::OGenericUnoController::getBroadcastHelper()':
../../../inc/genericcontroller.hxx:266: error: 'OGenericUnoController_Base' has 
not been declared
../../../inc/genericcontroller.hxx:266: error: 'rBHelper' was not declared in 
this scope
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx: 
In member 
function 'virtual void dbaui::OSingleDocumentController::impl_initialize()':
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:235:
 error: 
'XUntitledNumbers' was not declared in this scope
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:235:
 error: 
template argument 1 is invalid
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:235:
 error: 
invalid type in declaration before '(' token
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:235:
 error: 
initializer expression list treated as compound expression
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:237:
 error: 
request for member 'is' in 'xUntitledProvider', which is of non-class type 'int'
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:238:
 error: base 
operand of '->' is not a pointer
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:238:
 error: 
expected type-specifier before 'XWeak'
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:238:
 error: 
expected `>' before 'XWeak'
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:238:
 error: 
expected `(' before 'XWeak'
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:238:
 error: 
'XWeak' was not declared in this scope
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:238:
 error: 
expected primary-expression before '>' token
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx: 
In member 
function 'virtual 
com::sun::star::uno::Reference<com::sun::star::document::XEmbeddedScripts> 
dbaui::OSingleDocumentController::getScriptContainer()':
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:655:
 error: 
'm_aMutex' was not declared in this scope
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx: 
At global scope:
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:663:
 error: 'uno' 
has not been declared
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:663:
 error: 
'frame' has not been declared
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:671:
 error: 'uno' 
has not been declared
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx: 
In member 
function 'virtual rtl::OUString dbaui::OSingleDocumentController::getTitle()':
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:673:
 error: 
'm_aMutex' was not declared in this scope
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:678:
 error: 
'XTitle' was not declared in this scope
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:678:
 error: 
template argument 1 is invalid
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:678:
 error: 
invalid type in declaration before '(' token
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:678:
 error: 'uno' 
has not been declared
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:678:
 error: 
initializer expression list treated as compound expression
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:679:
 error: 
request for member 'is' in 'xTitle', which is of non-class type 'int'
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc/singledoccontroller.cxx:681:
 error: base 
operand of '->' is not a pointer
dmake:  Error code 1, while making 
'../../../unxmacxi.pro/slo/singledoccontroller.obj'

ERROR: Error 65280 occurred while making 
/Users/ericb/Desktop/DEV300_m6/dbaccess/source/ui/misc

HTH



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