diff options
-rw-r--r-- | embeddedobj/source/inc/oleembobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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: |