summaryrefslogtreecommitdiff
path: root/include/xmloff/uniref.hxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-05-06 20:07:23 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-05-06 20:07:23 +0200
commit2ce25faffd3ac3767aa52f8d7c71591d9043e3ad (patch)
treec43eb54c32924b919ad2ad7e653d0eaa47800d39 /include/xmloff/uniref.hxx
parent928d86d8a26af86d19b1c1cbcbb512494bf366dd (diff)
fix typos (wich instead of which)
Diffstat (limited to 'include/xmloff/uniref.hxx')
-rw-r--r--include/xmloff/uniref.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/uniref.hxx b/include/xmloff/uniref.hxx
index 808ed8212b97..223d4bcfe211 100644
--- a/include/xmloff/uniref.hxx
+++ b/include/xmloff/uniref.hxx
@@ -29,7 +29,7 @@
* An instance of this class holds a pointer to an object. The lifetime of
* the object is controled by the instance. The constructor calls
* acquire() and the destructor calls release().
- * You could delive your class from the baseclass UniRefBase wich implements
+ * You could derive your class from the baseclass UniRefBase which implements
* the methods acquire and release, yet.
*/
template< class T > class UniReference