From fc46b5acc4ae354f712f5afcb6a42c2f09e03e96 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Mon, 10 Mar 2014 17:03:01 +0100 Subject: editeng: Add CharInteropGrabBag to editeng. Change-Id: I91c816499f463febc536d79e4a9fd9804f74df00 --- editeng/source/editeng/eerdll.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'editeng') diff --git a/editeng/source/editeng/eerdll.cxx b/editeng/source/editeng/eerdll.cxx index 2045105c693e..05d1bfbf99c5 100644 --- a/editeng/source/editeng/eerdll.cxx +++ b/editeng/source/editeng/eerdll.cxx @@ -39,6 +39,7 @@ #include #include #include +#include #include #include @@ -160,8 +161,9 @@ SfxPoolItem** GlobalEditData::GetDefItems() ppDefItems[50] = new SfxVoidItem( EE_FEATURE_LINEBR ); ppDefItems[51] = new SvxCharSetColorItem( Color( COL_RED ), RTL_TEXTENCODING_DONTKNOW, EE_FEATURE_NOTCONV ); ppDefItems[52] = new SvxFieldItem( SvxFieldData(), EE_FEATURE_FIELD ); + ppDefItems[53] = new SfxGrabBagItem( EE_CHAR_GRABBAG ); - DBG_ASSERT( EDITITEMCOUNT == 53, "ITEMCOUNT geaendert, DefItems nicht angepasst!" ); + DBG_ASSERT( EDITITEMCOUNT == 54, "ITEMCOUNT geaendert, DefItems nicht angepasst!" ); // Init DefFonts: GetDefaultFonts( *(SvxFontItem*)ppDefItems[EE_CHAR_FONTINFO - EE_ITEMS_START], -- cgit