summaryrefslogtreecommitdiffstats
path: root/embeddedobj
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:25:20 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-22 07:08:53 +0200
commit13e6b438869546db563df713108fc6e67a119417 (patch)
tree379d126cad468990030ca83f91606ffd760a2300 /embeddedobj
parentFix typo (diff)
downloadcore-13e6b438869546db563df713108fc6e67a119417.tar.gz
core-13e6b438869546db563df713108fc6e67a119417.zip
Fix typo
Change-Id: Ibaafe29797523290f0fe17be7304c99a70752eda Reviewed-on: https://gerrit.libreoffice.org/72712 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'embeddedobj')
-rw-r--r--embeddedobj/source/commonembedding/embedobj.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}