summaryrefslogtreecommitdiffstats
path: root/starmath/inc/document.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-05-03 12:50:49 +0000
committerOliver Bolte <obo@openoffice.org>2005-05-03 12:50:49 +0000
commit3f23509791ab5269b1f3da8f2643c20d4580a8d6 (patch)
treedbcafd1c445888a82d7f2067c27d9480770fe99b /starmath/inc/document.hxx
parentINTEGRATION: CWS tl11 (1.13.158); FILE MERGED (diff)
downloadcore-3f23509791ab5269b1f3da8f2643c20d4580a8d6.tar.gz
core-3f23509791ab5269b1f3da8f2643c20d4580a8d6.zip
INTEGRATION: CWS tl11 (1.22.8); FILE MERGED
2005/04/27 13:15:35 tl 1.22.8.1: #i21351# fixed font problem for edit window solved
Diffstat (limited to 'starmath/inc/document.hxx')
-rw-r--r--starmath/inc/document.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx
index d3e98ec264e3..8519c2d94d45 100644
--- a/starmath/inc/document.hxx
+++ b/starmath/inc/document.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: document.hxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: rt $ $Date: 2005-04-04 08:02:55 $
+ * last change: $Author: obo $ $Date: 2005-05-03 13:50:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,7 +131,6 @@ class Printer;
class SmDocShell;
class EditEngine;
-class EditEngineItemPool;
class SmPrinterAccess
{
@@ -147,6 +146,12 @@ public:
////////////////////////////////////////////////////////////
+void SetEditEngineDefaultFonts(
+ EditEngine &rEditEngine,
+ SfxItemPool &rEditEngineItemPool );
+
+////////////////////////////////////////////////////////////
+
class SmDocShell : public SfxObjectShell, public SfxListener
{
friend class SmPrinterAccess;