include/sfx2/viewfac.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 548186a6cb174f4b2a08201d25bf093e01abee75 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jul 19 16:56:31 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sat Jul 20 17:56:31 2019 +0200 Fix typo Change-Id: I712da0f34f61fb036ed6b2faef2049dfe0d2a02b Reviewed-on: https://gerrit.libreoffice.org/75984 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/include/sfx2/viewfac.hxx b/include/sfx2/viewfac.hxx index aca473f619cb..5e96258dbb6c 100644 --- a/include/sfx2/viewfac.hxx +++ b/include/sfx2/viewfac.hxx @@ -42,7 +42,7 @@ public: /// returns a legacy view name. This is "view" with an appended ordinal/ID. OUString GetLegacyViewName() const; - /** returns a API-compatible view name. + /** returns an API-compatible view name. For details on which view names are specified, see the XModel2.getAvailableViewControllerNames documentation. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
