summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-08-17 08:39:30 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2021-08-17 10:45:53 +0200
commitd3a94eeabbd33cb2bb43856f0d1d93202b204b5e (patch)
tree559b934e2b8d9ddf56e8d67385af443e29eb4f9d /editeng
parent8c8d878632f4aa32a63080f6956b8cb76f48af0f (diff)
Make IdleFormatAndUpdate private
Change-Id: Ifecc0653de27bbc0cf483147c87a11d5cd307090 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120574 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/impedit.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/editeng/source/editeng/impedit.hxx b/editeng/source/editeng/impedit.hxx
index e138fa532f32..33504968bf18 100644
--- a/editeng/source/editeng/impedit.hxx
+++ b/editeng/source/editeng/impedit.hxx
@@ -787,6 +787,8 @@ private:
tools::Long Calc1ColumnTextHeight(tools::Long* pHeightNTP);
+ void IdleFormatAndUpdate(EditView* pCurView) { aIdleFormatter.DoIdleFormat(pCurView); }
+
protected:
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override;
@@ -953,7 +955,6 @@ public:
const Link<EENotify&,void>& GetNotifyHdl() const { return aNotifyHdl; }
void FormatAndUpdate( EditView* pCurView = nullptr, bool bCalledFromUndo = false );
- inline void IdleFormatAndUpdate( EditView* pCurView );
const svtools::ColorConfig& GetColorConfig() const { return maColorConfig; }
bool IsVisualCursorTravelingEnabled();
@@ -1229,11 +1230,6 @@ inline VirtualDevice* ImpEditEngine::GetVirtualDevice( const MapMode& rMapMode,
return pVirtDev;
}
-inline void ImpEditEngine::IdleFormatAndUpdate( EditView* pCurView )
-{
- aIdleFormatter.DoIdleFormat( pCurView );
-}
-
inline EditUndoManager& ImpEditEngine::GetUndoManager()
{
if ( !pUndoManager )