To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86812
                 Issue #|86812
                 Summary|to-be-DEV30_m2: svtools/source/uno/genericunodialog.cx
                        |x
               Component|tools
                 Version|1.0.0
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P1
            Subcomponent|code
             Assigned to|kz
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Sat Mar  8 16:23:11 +0000 
2008 -------
ooo_DEV300_m2_src/svtools/source/uno/genericunodialog.cxx:93: error: class 
'svt::OGenericUnoDialog' does not have any field named 'm_xContext'

This helps

diff -urN ooo_DEV300_m2_src.orig/svtools/source/uno/genericunodialog.cxx 
ooo_DEV300_m2_src/svtools/source/uno/genericunodialog.cxx
--- ooo_DEV300_m2_src.orig/svtools/source/uno/genericunodialog.cxx      
2008-03-08 
17:11:38.000000000 +0100
+++ ooo_DEV300_m2_src/svtools/source/uno/genericunodialog.cxx   2008-03-08 
17:12:01.000000000 +0100
@@ -90,7 +90,7 @@
         ,m_bInitialized( false )
         ,m_bNeedInitialization( false )
                ,m_xORB( _rxContext->getServiceManager(), UNO_QUERY_THROW )
-        ,m_xContext(_rxContext)
+//        ,m_xContext(_rxContext)
 {
        
registerProperty(::rtl::OUString::createFromAscii(UNODIALOG_PROPERTY_TITLE), 
UNODIALOG_PROPERTY_ID_TITLE, PropertyAttribute::TRANSIENT,
                &m_sTitle, getCppuType(&m_sTitle));

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