cui/source/tabpages/transfrm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dc3936f598e828294311ceee738b4d8d3d46cf9e Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Jan 20 16:03:15 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Thu Jan 24 11:15:39 2019 +0100 Fix typo Change-Id: I4dfa637c76e28f820f60388315631d57669b15bf Reviewed-on: https://gerrit.libreoffice.org/66766 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/cui/source/tabpages/transfrm.cxx b/cui/source/tabpages/transfrm.cxx index 3c086e288ce4..210869477114 100644 --- a/cui/source/tabpages/transfrm.cxx +++ b/cui/source/tabpages/transfrm.cxx @@ -104,7 +104,7 @@ bool lcl_twipsNeeded(const SdrView* pView) return false; } -} // anonymouus ns +} // anonymous ns /************************************************************************* _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
