diff options
Diffstat (limited to 'sc/source/ui/app/uiitems.cxx')
-rw-r--r-- | sc/source/ui/app/uiitems.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/app/uiitems.cxx b/sc/source/ui/app/uiitems.cxx index c163582d4a8e..a22afdbf16d5 100644 --- a/sc/source/ui/app/uiitems.cxx +++ b/sc/source/ui/app/uiitems.cxx @@ -85,6 +85,7 @@ void ScInputStatusItem::SetMisspellRanges( const std::vector<editeng::MisspellRa * Adapt Views when inserting/deleting a table */ ScTablesHint::ScTablesHint(sal_uInt16 nNewId, SCTAB nTable1, SCTAB nTable2) : + SfxHint(SfxHintId::ScTables), nId( nNewId ), nTab1( nTable1 ), nTab2( nTable2 ) @@ -109,6 +110,7 @@ ScIndexHint::~ScIndexHint() * Create new EditView for Cursorposition */ ScEditViewHint::ScEditViewHint( ScEditEngineDefaulter* pEngine, const ScAddress& rCurPos ) : + SfxHint(SfxHintId::ScEditView), pEditEngine( pEngine ), aCursorPos( rCurPos ) { |