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.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/starmath/inc/format.hxx b/starmath/inc/format.hxx
index c49655f2a0e4..7dc1a9c32930 100644
--- a/starmath/inc/format.hxx
+++ b/starmath/inc/format.hxx
@@ -82,9 +82,6 @@
#define DIS_END 23
-// to be broadcasted on format changes:
-#define HINT_FORMATCHANGED 10003
-
enum SmHorAlign { AlignLeft, AlignCenter, AlignRight };
OUString GetDefaultFontName( LanguageType nLang, sal_uInt16 nIdent );
@@ -140,7 +137,7 @@ public:
void RequestApplyChanges()
{
- Broadcast(SfxHint(HINT_FORMATCHANGED));
+ Broadcast(SfxHint(SfxHintId::MathFormatChanged));
}
};