summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-15 17:03:57 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-16 11:05:58 +0000
commit01532b1ab8f34ac0a87c17efaa2e6c7e9ac29b3b (patch)
treee4ca01d348aaee1ba6113c7b2e128a00dce66f3b /include/xmloff
parent9b7e1bf43dcb25acabc15fb2bfb30e2a1dd249df (diff)
Fix typos
Change-Id: I28cfc629dc3d6ef54128615452667ccce86c1072 Reviewed-on: https://gerrit.libreoffice.org/16297 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
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* ).