diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-14 15:36:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-14 15:36:30 +0000 |
commit | be0507195858afaacaca26a4344a8f5d16ad22c7 (patch) | |
tree | 3babefa8485681649cf62e388d4e473df1e9a408 /extensions | |
parent | b803d956331c5045b826ff20e2f137d7794777a8 (diff) |
INTEGRATION: CWS gcc4fwdecl (1.8.116); FILE MERGED
2005/06/01 16:43:19 pmladek 1.8.116.1: #i50063#
Fixed forward declarations for gcc4 in extensions
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/framectr.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/source/bibliography/framectr.hxx b/extensions/source/bibliography/framectr.hxx index 368906cbdb4e..436c36dbe9f4 100644 --- a/extensions/source/bibliography/framectr.hxx +++ b/extensions/source/bibliography/framectr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: framectr.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2004-11-16 14:47:14 $ + * last change: $Author: obo $ $Date: 2005-06-14 16:36:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -93,6 +93,7 @@ #include "bibmod.hxx" class BibDataManager; +class BibFrameCtrl_Impl; namespace com{namespace sun{namespace star{ namespace form{ class XFormController; |