summaryrefslogtreecommitdiff
path: root/include/sfx2/viewfac.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-19 16:56:31 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-20 17:56:31 +0200
commit548186a6cb174f4b2a08201d25bf093e01abee75 (patch)
tree995a8de947101746962c48e3e27bf8c172f40f8d /include/sfx2/viewfac.hxx
parentd96ed8cccec07e7e2b99111c61a4277e32243b3d (diff)
Fix typo
Change-Id: I712da0f34f61fb036ed6b2faef2049dfe0d2a02b Reviewed-on: https://gerrit.libreoffice.org/75984 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/sfx2/viewfac.hxx')
-rw-r--r--include/sfx2/viewfac.hxx2
1 files changed, 1 insertions, 1 deletions
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.