diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-07-01 21:41:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-07-01 21:41:56 +0200 |
commit | 8802f837dda98b52f1fee8a1c8643365a7af3132 (patch) | |
tree | 32ee240634b018ac6606ef9610814990198b768c /include/oox | |
parent | d51f53fedb8cd68b1b3122c7199c4ea2d3a6980f (diff) |
Typos
Change-Id: I7c3f115520d8c6a1fba997aeedddf96c01780e7e
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/core/xmlfilterbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/core/xmlfilterbase.hxx b/include/oox/core/xmlfilterbase.hxx index 4737cef8638b..c4aaff1b55bc 100644 --- a/include/oox/core/xmlfilterbase.hxx +++ b/include/oox/core/xmlfilterbase.hxx @@ -168,7 +168,7 @@ public: */ OUString addRelation( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream > xOutputStream, const OUString& rType, const OUString& rTarget, bool bExternal = false ); - /** Returns a stack of used textfields, used by the pptx importer to replace links to slidepages with rhe real page name */ + /** Returns a stack of used textfields, used by the pptx importer to replace links to slidepages with the real page name */ TextFieldStack& getTextFieldStack() const; /** Opens and returns the specified output stream from the base storage with specified media type. |