summaryrefslogtreecommitdiff
path: root/svtools/source/misc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-10 22:41:25 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 10:47:16 +0200
commit3a5edbe5692cbddc8e6e25c73a7cacf7f7142bfb (patch)
tree7696b167d80cfa60de77191b5bf7bcd7f663486a /svtools/source/misc
parentfdad46f310569cb57fb618345647167b6fdda198 (diff)
Fix typos
Change-Id: I837907cc584b048f7c8f902a857cf0c473d649a5 Reviewed-on: https://gerrit.libreoffice.org/77252 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools/source/misc')
-rw-r--r--svtools/source/misc/embedhlp.cxx4
-rw-r--r--svtools/source/misc/imageresourceaccess.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/misc/embedhlp.cxx b/svtools/source/misc/embedhlp.cxx
index 077ed200e48d..f9a131acc37e 100644
--- a/svtools/source/misc/embedhlp.cxx
+++ b/svtools/source/misc/embedhlp.cxx
@@ -235,7 +235,7 @@ struct EmbeddedObjectRef_Impl
// #i104867#
sal_uInt32 mnGraphicVersion;
- awt::Size 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
+ awt::Size 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
EmbeddedObjectRef_Impl() :
pContainer(nullptr),
@@ -939,7 +939,7 @@ sal_uInt32 EmbeddedObjectRef::getGraphicVersion() const
void EmbeddedObjectRef::SetDefaultSizeForChart( const Size& rSizeIn_100TH_MM )
{
- //#i103460# charts do not necessaryly have an own size within ODF files,
+ //#i103460# charts do not necessarily have an own size within ODF files,
//for this case they need to use the size settings from the surrounding frame,
//which is made available with this method
diff --git a/svtools/source/misc/imageresourceaccess.cxx b/svtools/source/misc/imageresourceaccess.cxx
index 5000201b488e..b8a27dd7a802 100644
--- a/svtools/source/misc/imageresourceaccess.cxx
+++ b/svtools/source/misc/imageresourceaccess.cxx
@@ -130,7 +130,7 @@ SvStream* getImageStream(uno::Reference<uno::XComponentContext> const & rxContex
if (!xGraphic.is())
return pReturn;
- // copy the graphic to a in-memory buffer
+ // copy the graphic to an in-memory buffer
SvMemoryStream* pMemBuffer = new SvMemoryStream;
uno::Reference<io::XStream> xBufferAccess = new StreamSupplier(
new OSeekableInputStreamWrapper(*pMemBuffer),