[Libreoffice-commits] core.git: embeddedobj/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 15 00:22:15 UTC 2018
embeddedobj/source/inc/oleembobj.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 50b858b96b1c252b3190bda0210e9df016016c1f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Nov 14 21:58:44 2018 +0100
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Thu Nov 15 01:21:50 2018 +0100
Fix typo
Change-Id: I9ccd24ad6baf3e3ebe6c988ad14df0f5f7c96ca0
Reviewed-on: https://gerrit.libreoffice.org/63392
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
diff --git a/embeddedobj/source/inc/oleembobj.hxx b/embeddedobj/source/inc/oleembobj.hxx
index d9b75d2a9836..25194c87d0f8 100644
--- a/embeddedobj/source/inc/oleembobj.hxx
+++ b/embeddedobj/source/inc/oleembobj.hxx
@@ -207,7 +207,7 @@ class OleEmbeddedObject : public ::cppu::WeakImplHelper
css::uno::Reference< css::uno::XInterface > m_xParent;
- /// If it is allowed to modify entires in the stream of the OLE storage.
+ /// If it is allowed to modify entries in the stream of the OLE storage.
bool m_bStreamReadOnly = false;
protected:
More information about the Libreoffice-commits
mailing list