diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-31 14:55:28 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-01 08:52:10 +0200 |
commit | d350f0c712cf7b29d8c633be0394b63de0f8dc3a (patch) | |
tree | 01bc3cb12091993bdd9528058563f81325c33bee /sd/source/ui/app | |
parent | 01b91d1597661cfc32c7b9f57d7837e25bd7d418 (diff) |
Fix typo
Change-Id: If76dc19adc13548afc0ee5b521321ca439da638d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101782
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/source/ui/app')
-rw-r--r-- | sd/source/ui/app/sdxfer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/app/sdxfer.cxx b/sd/source/ui/app/sdxfer.cxx index b56c4a7c6389..c473468e1dfe 100644 --- a/sd/source/ui/app/sdxfer.cxx +++ b/sd/source/ui/app/sdxfer.cxx @@ -221,7 +221,7 @@ void SdTransferable::CreateObjectReplacement( SdrObject* pObj ) // as content and directly add this to the clipboard, probably to avoid adding // an unnecessary DrawObject to the target where paste may take place. This is // wanted only for SdrObjects with no fill and no line, else it is necessary to - // use the whole SdrObect. Test here for Line/FillStyle and take shortcut only + // use the whole SdrObject. Test here for Line/FillStyle and take shortcut only // when both are unused if(!pObj->HasFillStyle() && !pObj->HasLineStyle()) { |