[Libreoffice-commits] core.git: include/sfx2
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Aug 17 15:36:07 UTC 2021
include/sfx2/viewsh.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ba6b24bfea06ed10e4b9a595b424813d090b3a61
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Aug 17 15:50:34 2021 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Aug 17 17:35:31 2021 +0200
Fix typo
Change-Id: I05739d1b82ec872cd8c7d68d3945893c9e6c3648
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120597
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx
index c1d9457419e6..9649b80cc34e 100644
--- a/include/sfx2/viewsh.hxx
+++ b/include/sfx2/viewsh.hxx
@@ -387,7 +387,7 @@ public:
virtual tools::Rectangle getLOKVisibleArea() const { return tools::Rectangle(); }
- // Fremium view settings
+ // Freemium view settings
void setFreemiumView(bool isFreemium) { mbLOKIsFreemiumView = isFreemium; }
bool isFreemiumView() { return mbLOKIsFreemiumView; }
};
More information about the Libreoffice-commits
mailing list