summaryrefslogtreecommitdiff
path: root/starmath/inc/edit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/edit.hxx')
-rw-r--r--starmath/inc/edit.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx
index fad4ac4fc1ab..41d070eacef3 100644
--- a/starmath/inc/edit.hxx
+++ b/starmath/inc/edit.hxx
@@ -20,11 +20,9 @@
#define INCLUDED_STARMATH_INC_EDIT_HXX
#include <vcl/window.hxx>
-#include <vcl/timer.hxx>
#include <vcl/idle.hxx>
#include <vcl/transfer.hxx>
#include <editeng/editdata.hxx>
-#include <svtools/colorcfg.hxx>
#include <memory>
class SmDocShell;
@@ -35,10 +33,12 @@ class EditStatus;
class ScrollBar;
class ScrollBarBox;
class DataChangedEvent;
-class Menu;
class SmCmdBoxWindow;
class SmEditAccessible;
class CommandEvent;
+class Timer;
+
+namespace svtools { class ColorConfig; }
void SmGetLeftSelectionPart(const ESelection &rSelection, sal_Int32 &nPara, sal_uInt16 &nPos);