summaryrefslogtreecommitdiffstats
path: root/include/xmloff/uniref.hxx
diff options
context:
space:
mode:
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