summaryrefslogtreecommitdiff
path: root/starmath/inc/format.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/format.hxx')
-rw-r--r--starmath/inc/format.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/format.hxx b/starmath/inc/format.hxx
index 05a294d0aa1a..69d1bf6dcc01 100644
--- a/starmath/inc/format.hxx
+++ b/starmath/inc/format.hxx
@@ -20,7 +20,7 @@
#define INCLUDED_STARMATH_INC_FORMAT_HXX
-#include <svl/smplhint.hxx>
+#include <svl/hint.hxx>
#include <svl/SfxBroadcaster.hxx>
#include "utility.hxx"
#include <types.hxx>
@@ -140,7 +140,7 @@ public:
void RequestApplyChanges()
{
- Broadcast(SfxSimpleHint(HINT_FORMATCHANGED));
+ Broadcast(SfxHint(HINT_FORMATCHANGED));
}
};