From f545ee280053f8b7804e748bd41fe0cbb1cc07d9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 May 2019 21:25:17 +0000 Subject: Fix typo Change-Id: I627d0d9899226eb39a19bde1ecf79f04ca26e633 Reviewed-on: https://gerrit.libreoffice.org/72717 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- embeddedobj/source/inc/commonembobj.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'embeddedobj') diff --git a/embeddedobj/source/inc/commonembobj.hxx b/embeddedobj/source/inc/commonembobj.hxx index 868bcc296631..c00fbdc096be 100644 --- a/embeddedobj/source/inc/commonembobj.hxx +++ b/embeddedobj/source/inc/commonembobj.hxx @@ -156,7 +156,7 @@ protected: bool m_bHasClonedSize; // the object has cached size css::awt::Size m_aClonedSize; sal_Int32 m_nClonedMapUnit; - css::awt::Size m_aDefaultSizeForChart_In_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 member + css::awt::Size m_aDefaultSizeForChart_In_100TH_MM;//#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 member private: void CommonInit_Impl( const css::uno::Sequence< css::beans::NamedValue >& aObjectProps ); @@ -396,7 +396,7 @@ public: virtual void SAL_CALL setParent( const css::uno::Reference< css::uno::XInterface >& Parent ) override; // XDefaultSizeTransmitter - //#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 virtual void SAL_CALL setDefaultSize( const css::awt::Size& rSize_100TH_MM ) override; }; -- cgit