diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 12:37:46 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 10:38:49 +0200 |
commit | d4cea44bf212da4365deb4593f5c1957798f6629 (patch) | |
tree | fa538bb6842929c8d61b2ce030a72618c48be0ec /xmloff | |
parent | cdd5869152f2dfbb5ea6698978dfa98fa43a4c20 (diff) |
Fix typos
Change-Id: I359ac987daa01e624bdf889c319eeb660f88bbfd
Reviewed-on: https://gerrit.libreoffice.org/77260
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/ximpshap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index 8139020afdf5..d61cee0a708e 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -669,7 +669,7 @@ void SdXMLShapeContext::SetStyle( bool bSupportsStyle /* = true */) } else { - // get graphics familie + // get graphics family xFamilies->getByName("graphics") >>= xFamily; aStyleName = GetImport().GetStyleDisplayName( XML_STYLE_FAMILY_SD_GRAPHICS_ID, |