sw/inc/fmtfld.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d69127635bab9ba7d80dd6bb22f56d1bb0007277 Author: Julien Nabet <[email protected]> Date: Sat May 6 08:53:19 2017 +0200 Typo: attibute(s)->attribute(s) Change-Id: Ief134396d3144257e64832cad2590db5d477447a Reviewed-on: https://gerrit.libreoffice.org/37312 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/sw/inc/fmtfld.hxx b/sw/inc/fmtfld.hxx index f6e00bf05905..ec2ff450f472 100644 --- a/sw/inc/fmtfld.hxx +++ b/sw/inc/fmtfld.hxx @@ -41,7 +41,7 @@ class SW_DLLPUBLIC SwFormatField , public SfxBroadcaster { friend void InitCore(); - SwFormatField( sal_uInt16 nWhich ); // for default-Attibute + SwFormatField( sal_uInt16 nWhich ); // for default-Attribute css::uno::WeakReference<css::text::XTextField> m_wXTextField; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
