drawinglayer/source/tools/wmfemfhelper.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 235fb7b7b2b44599065fc0ea6df34cfe36a67d04 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Aug 19 17:59:22 2020 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Thu Aug 20 09:03:54 2020 +0200 Fix typo in code Change-Id: I7ceb13e4dd247185c2d9b264e81fc5973a0da916 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101009 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/drawinglayer/source/tools/wmfemfhelper.cxx b/drawinglayer/source/tools/wmfemfhelper.cxx index cfab0426ef74..e74135c66170 100644 --- a/drawinglayer/source/tools/wmfemfhelper.cxx +++ b/drawinglayer/source/tools/wmfemfhelper.cxx @@ -1309,7 +1309,7 @@ namespace wmfemfhelper } /** helper which takes complete care for creating the needed textLine primitives */ - static void proccessMetaTextLineAction( + static void processMetaTextLineAction( const MetaTextLineAction& rAction, TargetHolder& rTarget, PropertyHolder const & rProperty) @@ -2786,7 +2786,7 @@ namespace wmfemfhelper // Font. const MetaTextLineAction* pA = static_cast<const MetaTextLineAction*>(pAction); - proccessMetaTextLineAction( + processMetaTextLineAction( *pA, rTargetHolders.Current(), rPropertyHolders.Current()); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
