[Libreoffice-commits] core.git: include/sfx2

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Jul 20 15:57:35 UTC 2019


 include/sfx2/viewfac.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 548186a6cb174f4b2a08201d25bf093e01abee75
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jul 19 16:56:31 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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.


More information about the Libreoffice-commits mailing list