embeddedobj/source/commonembedding/embedobj.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 13e6b438869546db563df713108fc6e67a119417
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Tue May 14 21:25:20 2019 +0000
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed May 22 07:08:53 2019 +0200

    Fix typo
    
    Change-Id: Ibaafe29797523290f0fe17be7304c99a70752eda
    Reviewed-on: https://gerrit.libreoffice.org/72712
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/embeddedobj/source/commonembedding/embedobj.cxx 
b/embeddedobj/source/commonembedding/embedobj.cxx
index 98f6a3d11d2b..8c888df48a9e 100644
--- a/embeddedobj/source/commonembedding/embedobj.cxx
+++ b/embeddedobj/source/commonembedding/embedobj.cxx
@@ -653,7 +653,7 @@ void SAL_CALL OCommonEmbeddedObject::setParent( const 
css::uno::Reference< css::
 // XDefaultSizeTransmitter
 void SAL_CALL OCommonEmbeddedObject::setDefaultSize( const css::awt::Size& 
rSize_100TH_MM )
 {
-    //#i103460# charts do not necessaryly have an own size within ODF files, 
in this case they need to use the size settings from the surrounding frame, 
which is made available with this method
+    //#i103460# charts do not necessarily have an own size within ODF files, 
in this case they need to use the size settings from the surrounding frame, 
which is made available with this method
     m_aDefaultSizeForChart_In_100TH_MM = rSize_100TH_MM;
 }
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to