summaryrefslogtreecommitdiff
path: root/starmath/source/cfgitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/cfgitem.hxx')
-rw-r--r--starmath/source/cfgitem.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/starmath/source/cfgitem.hxx b/starmath/source/cfgitem.hxx
index 3a90fd6df1d2..ccc9aafd008e 100644
--- a/starmath/source/cfgitem.hxx
+++ b/starmath/source/cfgitem.hxx
@@ -20,21 +20,22 @@
#ifndef INCLUDED_STARMATH_SOURCE_CFGITEM_HXX
#define INCLUDED_STARMATH_SOURCE_CFGITEM_HXX
+#include "utility.hxx"
+
#include <deque>
#include <vector>
-#include <com/sun/star/beans/PropertyValues.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <rtl/ustring.hxx>
+#include <svl/SfxBroadcaster.hxx>
#include <unotools/configitem.hxx>
-#include <vcl/timer.hxx>
-#include <symbol.hxx>
#include <types.hxx>
#include <memory>
class SmSym;
+class SmSymbolManager;
class SmFormat;
namespace vcl { class Font; }
struct SmCfgOther;