To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80274
                 Issue #|80274
                 Summary|to-be-SRC680_m224: svx/source/dialog/cuifmsearch.hxx
               Component|tools
                 Version|680m223
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P1
            Subcomponent|code
             Assigned to|hr
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Thu Aug  2 04:59:32 +0000 
2007 -------
On unxlngi6.pro with gcc-4.0.2, svx fails to compile with:

/data/oo/BuildDir/ooo_SRC680_m224_src/svx/source/dialog/cuifmsearch.hxx:145: 
error: ISO C++ 
forbids declaration of 'FmSearchEn
gine' with no type
/data/oo/BuildDir/ooo_SRC680_m224_src/svx/source/dialog/cuifmsearch.hxx:145: 
error: expected ';' 
before '*' token
dmake:  Error code 1, while making '../../unxlngx6.pro/slo/dlgfact.obj'

This fixes it here:

--- svx.orig/source/dialog/cuifmsearch.hxx      2007-08-02 06:52:55.000000000 
+0200
+++ svx/source/dialog/cuifmsearch.hxx   2007-08-02 06:54:06.000000000 +0200
@@ -93,10 +93,10 @@
 
 struct FmSearchProgress;
 
+class FmSearchEngine;
+
 class FmSearchDialog : public ModalDialog
 {
-       friend class FmSearchEngine;
-
        // meine ganzen Controls
     FixedLine       m_flSearchFor;
        RadioButton             m_rbSearchForText;

fs: Is it OK?

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