diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-23 16:30:22 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-23 23:39:10 +0200 |
commit | c7d324a4cb236426849c52005d95a43f1d0c2c1d (patch) | |
tree | a2155e2cd489cd7f9044cbc2b982774af19ae96b /svx | |
parent | e1328b89fa87cbb333c096bf229a810317f25bc3 (diff) |
Fix typos
Change-Id: I1cc2b1f63326d1d0e1f6e452b93af11e59a2d674
Reviewed-on: https://gerrit.libreoffice.org/57799
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 3ac01d5df9aa..2925e727be6f 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -706,7 +706,7 @@ uno::Any SvxShape::GetBitmap( bool bMetaFile /* = false */ ) const // tdf#118662 instead of creating an E3dView instance every time to paint // a single SdrObject, use the existing SdrObject::SingleObjectPainter to - // use less ressources and runtime + // use less resources and runtime ScopedVclPtrInstance< VirtualDevice > pVDev; const tools::Rectangle aBoundRect(GetSdrObject()->GetCurrentBoundRect()); |