embeddedobj/source/inc/oleembobj.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 50b858b96b1c252b3190bda0210e9df016016c1f Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Nov 14 21:58:44 2018 +0100 Commit: Jens Carl <[email protected]> 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 <[email protected]> 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: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
