summaryrefslogtreecommitdiff
path: root/include/unotools/mediadescriptor.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:56:39 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-12 21:34:31 +0200
commitb0bcd587fba71c34adb85dc5d1b2417104f02748 (patch)
tree0ce5a0ff5dc31e0d1265c642f3eb31d4137617cb /include/unotools/mediadescriptor.hxx
parente71093c0bc52426647a9d3a41ac0643bbc6cb0c6 (diff)
Fix typos
Change-Id: Id20e239b8a5a2dababe9284dc30d4d155ffecfc5 Reviewed-on: https://gerrit.libreoffice.org/77322 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'include/unotools/mediadescriptor.hxx')
-rw-r--r--include/unotools/mediadescriptor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/mediadescriptor.hxx b/include/unotools/mediadescriptor.hxx
index b568bd770f3a..6a826ce309ac 100644
--- a/include/unotools/mediadescriptor.hxx
+++ b/include/unotools/mediadescriptor.hxx
@@ -39,7 +39,7 @@ namespace utl {
/** @short can be used to work with a css::document::MediaDescriptor
struct.
- @descr It wraps a unordered_map around the Sequence< css::beans::PropertyValue >, which
+ @descr It wraps an unordered_map around the Sequence< css::beans::PropertyValue >, which
represent the MediaDescriptor item.
Further this helper defines often used functions (as e.g. open of the required streams,
consistent checks etcpp.) and it defines all usable property names.