diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-04 12:34:30 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-04 15:05:04 +0200 |
commit | be62c01287c095c22a83ecfe6f9f45874f6e56f8 (patch) | |
tree | ee40a7558322b4627a564f69dfb92e4c8401bea0 /svx | |
parent | 80697835719c5220c68608954ade949b5a7ed503 (diff) |
fdo#39674 fix some spelling
Change-Id: I72e497fb97edf8782c69000576f42896594e1556
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodraw/unoprov.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoprov.cxx b/svx/source/unodraw/unoprov.cxx index 99282ba364d5..38c383912782 100644 --- a/svx/source/unodraw/unoprov.cxx +++ b/svx/source/unodraw/unoprov.cxx @@ -886,7 +886,7 @@ OUString UHashMap::getNameFromId(sal_uInt32 nId) if (it->second == nId) return it->first; } - OSL_FAIL("[CL] unknown SdrObjekt identifier"); + OSL_FAIL("[CL] unknown SdrObject identifier"); return OUString(); } |