summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-09-03 16:13:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-09-03 21:41:08 +0200
commitb7a32682f650a2a0f59ce52c91b30640d07e0a6a (patch)
tree0e89b530c352a9bc381289c6df1d53812b9c9332 /editeng
parent6594b279a926e497261a4e802a5e74d2f3b97369 (diff)
use less dynamic_cast when broadcasting SfxHint
Change-Id: I24c947c20afeffffebe5ac794108c4ccecb680f1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172828 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/uno/unoedhlp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/uno/unoedhlp.cxx b/editeng/source/uno/unoedhlp.cxx
index 2a1b1e2bd54f..304acd50de13 100644
--- a/editeng/source/uno/unoedhlp.cxx
+++ b/editeng/source/uno/unoedhlp.cxx
@@ -79,7 +79,7 @@ std::unique_ptr<SfxHint> SvxEditSourceHelper::EENotification2Hint( EENotify cons
}
}
- return std::make_unique<SfxHint>( );
+ return std::make_unique<SfxHint>( SfxHintId::NONE );
}
void SvxEditSourceHelper::GetAttributeRun( sal_Int32& nStartIndex, sal_Int32& nEndIndex, const EditEngine& rEE, sal_Int32 nPara, sal_Int32 nIndex, bool bInCell )