diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 12:49:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 12:49:09 +0000 |
commit | 25ba3bcebf0d93d2f57bddd7138db5f04fac9840 (patch) | |
tree | 808debcc837db4334c60d0edcc8f127524ad3936 /starmath | |
parent | e8be5fd93faab663b08ff1ff084919eca9a91d67 (diff) |
INTEGRATION: CWS sb59 (1.28.48); FILE MERGED
2006/08/23 08:14:31 sb 1.28.48.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/document.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index c2e985f4da0f..cfd969ee3b12 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -4,9 +4,9 @@ * * $RCSfile: document.hxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: rt $ $Date: 2006-05-05 07:58:09 $ + * last change: $Author: obo $ $Date: 2006-10-12 13:49:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -69,6 +69,7 @@ #include <vcl/jobset.hxx> class SmNode; +class SfxMenuBarManager; class SfxPrinter; class Printer; |