From e6d76a2e14c7504219f94e9ed8c213b7e58f3e5b Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 8 Nov 2018 18:44:10 +0100 Subject: sw_redlinehide_3: transport layout from ExpandField() to Expand() While at it, rename that to ExpandImpl() so it's unique. Change-Id: I217deb72b4dfdca777e28e18ff56e49863e66640 --- sw/inc/authfld.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/authfld.hxx') diff --git a/sw/inc/authfld.hxx b/sw/inc/authfld.hxx index 60e7f1533100..c6bab5ccf91c 100644 --- a/sw/inc/authfld.hxx +++ b/sw/inc/authfld.hxx @@ -147,7 +147,7 @@ class SwAuthorityField : public SwField sal_IntPtr m_nHandle; mutable sal_IntPtr m_nTempSequencePos; - virtual OUString Expand() const override; + virtual OUString ExpandImpl(SwRootFrame const* pLayout) const override; virtual std::unique_ptr Copy() const override; public: -- cgit