summaryrefslogtreecommitdiffstats
path: root/include/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/prhdlfac.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/prhdlfac.hxx b/include/xmloff/prhdlfac.hxx
index 89517c358d3b..e5d608c8cf37 100644
--- a/include/xmloff/prhdlfac.hxx
+++ b/include/xmloff/prhdlfac.hxx
@@ -53,7 +53,7 @@ public:
To extend this method for more XML-types override this method
like the example below. If you call the method of the base-class
you get propertyhandler for basic-XML-types ( e.g. for color, percent, ... ).
- Afetr that you could create your new XML-types. After creating a new type
+ After that you could create your new XML-types. After creating a new type
you have to put the pointer into the cache via the method
PutHdlCache( sal_Int32 , XMLPropertyHandler* ).