diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2024-06-21 17:36:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-06-21 20:51:41 +0200 |
commit | 6e3cefc89e80ec0f7fab058a583d3ac4c702400e (patch) | |
tree | d6c7b36fd6f71f71347e3645b625ce670daef29b /include | |
parent | 76c96ca7c9a6e0d847ec5dc186c6e47ab6061f5f (diff) |
move ensureDocumentFormatted from EditEngine to ImpEditEngine
so we have the implementation in one class, instead of bouncing
back and forth between two.
Change-Id: I851578ff553b01fb7d48cf5aa8f7a2d795496751
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169340
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/editeng.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx index 27e5da82febc..e2b40613b0f2 100644 --- a/include/editeng/editeng.hxx +++ b/include/editeng/editeng.hxx @@ -196,7 +196,6 @@ private: SAL_DLLPRIVATE bool HasText() const; SAL_DLLPRIVATE const EditSelectionEngine& GetSelectionEngine() const; SAL_DLLPRIVATE void SetInSelectionMode(bool b); - SAL_DLLPRIVATE void ensureDocumentFormatted() const; public: EditEngine(SfxItemPool* pItemPool); |