summaryrefslogtreecommitdiff
path: root/starmath/inc/edit.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-12-12 14:40:33 +0000
committerThomas Lange <tl@openoffice.org>2002-12-12 14:40:33 +0000
commitaa6d96a6251b0a59d1777d291b3fa134e13bdb98 (patch)
treee57350b8703de96667f5e1a8e210b00860440fc1 /starmath/inc/edit.hxx
parent4b1719c95ed0256cc504e562a78619f0550d8f58 (diff)
#105984# use ColorConfig and FONTCOLOR in Math
Diffstat (limited to 'starmath/inc/edit.hxx')
-rw-r--r--starmath/inc/edit.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx
index ab4d6b8c6e61..6de5edb63c78 100644
--- a/starmath/inc/edit.hxx
+++ b/starmath/inc/edit.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: edit.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tl $ $Date: 2002-06-13 14:44:44 $
+ * last change: $Author: tl $ $Date: 2002-12-12 15:39:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,6 +73,9 @@
#ifndef _MyEDITDATA_HXX //autogen
#include <svx/editdata.hxx>
#endif
+#ifndef _SVX_COLORCFG_HXX
+#include <svx/colorcfg.hxx>
+#endif
#ifndef _ACCESSIBILITY_HXX_
#include "accessibility.hxx"
@@ -175,6 +178,8 @@ public:
void Flush();
void DeleteEditView( SmViewShell &rView );
+ void ApplyColorConfigValues( const svx::ColorConfig &rColorCfg );
+
// for Accessibility
virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > CreateAccessible();