diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-14 15:43:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-14 15:43:05 +0000 |
commit | 98fe14bfdca1f3bcb4a8034e36b60434344ac873 (patch) | |
tree | 08396b5bd4172f27e97fc8158acc5de77a68c07f /sc | |
parent | c186aef729658e023c5c2ca2b16f5eb96490aff6 (diff) |
INTEGRATION: CWS gcc4fwdecl (1.6.304); FILE MERGED
2005/06/01 17:07:28 pmladek 1.6.304.1: #i50068#
Fixed forward declarations for gcc4 in sc
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/attrdlg/scdlgfact.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/attrdlg/scdlgfact.hxx b/sc/source/ui/attrdlg/scdlgfact.hxx index 67f66d888f0c..70caae6a9a56 100644 --- a/sc/source/ui/attrdlg/scdlgfact.hxx +++ b/sc/source/ui/attrdlg/scdlgfact.hxx @@ -2,9 +2,9 @@ * * $RCSfile: scdlgfact.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2004-08-03 12:45:48 $ + * last change: $Author: obo $ $Date: 2005-06-14 16:43:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,6 +63,7 @@ // include --------------------------------------------------------------- #include "scabstdlg.hxx" //CHINA001 +class Dialog; class ScImportAsciiDlg; class ScAutoFormatDlg; class ScColRowLabelDlg; |