summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/txtfrm.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-05-18 09:08:04 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-05-18 10:11:27 +0200
commitcc76f6b6fb50e220a084266419bac61ee39cdf74 (patch)
tree44233fa394aa5a40ab4d4fda7e31a80db5988333 /sw/source/core/inc/txtfrm.hxx
parent02fe5ec54e339d4f8983a5bf131b9c2d5db9d771 (diff)
sw: HasBlinkPor() now always returns false
So it can be removed and client code can be adjusted accordingly. Change-Id: Ib3ca86cf147387fdbd646eb46077eff89d4c56f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94397 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/source/core/inc/txtfrm.hxx')
-rw-r--r--sw/source/core/inc/txtfrm.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index 197d6d3cec4a..b4b96c5fc6b5 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -519,7 +519,6 @@ public:
inline void ResetRepaint() const;
bool HasRepaint() const { return mbRepaint; }
inline void ResetBlinkPor() const;
- bool HasBlinkPor() const { return mbHasBlinkPortions; }
void SetHasRotatedPortions(bool bHasRotatedPortions);
bool GetHasRotatedPortions() const { return mbHasRotatedPortions; }
void SetAnimation() const