summaryrefslogtreecommitdiff
path: root/sw/inc/init.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-19 17:16:17 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-19 17:16:17 +0000
commit1d5585dc797fbbcd1416b63ec312e84510bbbede (patch)
tree5872b142aa2992165eddb1f14cd21100a29ab333 /sw/inc/init.hxx
parent38939f4dbf93e20ff9d82e377f842571aba7b61e (diff)
INTEGRATION: CWS gcc41 (1.2.152); FILE MERGED
2005/12/07 16:57:57 pmladek 1.2.152.1: #i58972# Added missing declarations; It was necessary because friend function declaration did not longer invoked implicit declaration of the function in gcc-4.1
Diffstat (limited to 'sw/inc/init.hxx')
-rw-r--r--sw/inc/init.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sw/inc/init.hxx b/sw/inc/init.hxx
index 3a48399ca3c6..b866e1eea0cc 100644
--- a/sw/inc/init.hxx
+++ b/sw/inc/init.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: init.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:59:01 $
+ * last change: $Author: obo $ $Date: 2006-01-19 18:16:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -35,14 +35,18 @@
#ifndef _INIT_HXX
#define _INIT_HXX
+class ViewShell;
+
void _InitCore(); // bastyp/init.cxx
void _FinitCore();
void _InitFilter(); // basflt/fltini.cxx
void _FinitFilter();
-// layout/frame.cxx
+// layout/newfrm.cxx
void _FrmInit();
+void _FrmFinit();
+void SetShell( ViewShell *pSh );
// text/txtfrm.cxx
void _TextInit();