Issue 117442 - cui: Two error: declaration 'class SfxTabPage' does not declare anything
Summary: cui: Two error: declaration 'class SfxTabPage' does not declare anything
Status: CONFIRMED
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: DEV300m102
Hardware: PC Linux, all
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-17 14:24 UTC by pavel
Modified: 2017-05-20 11:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2011-03-17 14:24:02 UTC
Compiling: cui/source/tabpages/numfmt.cxx
cc1plus: warnings being treated as errors
In file included from /vms/64bit/home/oo/BuildDir/ooo_DEV300_m102_src/cui/source/tabpages/numfmt.cxx:60:0:
/vms/64bit/home/oo/BuildDir/ooo_DEV300_m102_src/solver/300/unxlngx6.pro/inc/sfx2/basedlgs.hxx:42:9: error: declaration 'class SfxTabPage' does not declare anything
dmake:  Error code 1, while making '../../unxlngx6.pro/slo/numfmt.obj'
cc1plus: warnings being treated as errors
In file included from /vms/64bit/home/oo/BuildDir/ooo_DEV300_m102_src/solver/300/unxlngx6.pro/inc/sfx2/viewfrm.hxx:34:0,
                 from /vms/64bit/home/oo/BuildDir/ooo_DEV300_m102_src/solver/300/unxlngx6.pro/inc/sfx2/bindings.hxx:43,
                 from ../inc/cuihyperdlg.hxx:36,
                 from /vms/64bit/home/oo/BuildDir/ooo_DEV300_m102_src/cui/source/factory/dlgfact.cxx:70:
/vms/64bit/home/oo/BuildDir/ooo_DEV300_m102_src/solver/300/unxlngx6.pro/inc/sfx2/module.hxx:56:9: error: declaration 'class SfxTabPage' does not declare anything
dmake:  Error code 1, while making '../../unxlngx6.pro/slo/dlgfact.obj'
ERROR: error 65280 occurred while making /home/oo/BuildDir/ooo_DEV300_m102_src/cui/source/factory
ERROR: error 65280 occurred while making /home/oo/BuildDir/ooo_DEV300_m102_src/cui/source/tabpages
Comment 1 pavel 2011-03-17 14:51:42 UTC
We (me&Eike) do not now what is the cause of this 8)

But this solved one of them:


diff -urN ooo_DEV300_m102_src.orig/sfx2/inc/sfx2/module.hxx ooo_DEV300_m102_src/sfx2/inc/sfx2/module.hxx
--- ooo_DEV300_m102_src.orig/sfx2/inc/sfx2/module.hxx   2011-03-17 15:34:24.000000000 +0100
+++ ooo_DEV300_m102_src/sfx2/inc/sfx2/module.hxx        2011-03-17 15:39:09.000000000 +0100
@@ -53,7 +53,8 @@
 class SfxChildWinFactArr_Impl;
 class SfxMenuCtrlFactArr_Impl;
 class SfxStbCtrlFactArr_Impl;
-class SfxTabPage;
+// class SfxTabPage;
+#include <sfx2/tabdlg.hxx>
 class Window;

It looks like tabdlg.hxx is not included at all? Maybe.
Comment 2 Oliver-Rainer Wittmann 2012-06-13 12:30:16 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.
Comment 3 Marcus 2017-05-20 11:33:31 UTC
Reset assigne to the default "issues@openoffice.apache.org".