summaryrefslogtreecommitdiff
path: root/include/xmloff/prstylei.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/prstylei.hxx')
-rw-r--r--include/xmloff/prstylei.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/prstylei.hxx b/include/xmloff/prstylei.hxx
index 6f85fb1af756..185e6bff21ad 100644
--- a/include/xmloff/prstylei.hxx
+++ b/include/xmloff/prstylei.hxx
@@ -89,9 +89,9 @@ protected:
SvXMLStylesContext *GetStyles() { return static_cast<SvXMLStylesContext *>(&mxStyles); }
::std::vector< XMLPropertyState > & GetProperties() { return maProperties; }
- // This methos my be overloaded to create a new style. Its called by
+ // Override this method to create a new style. It's called by
// CreateInsert to create a style if a style with the requested family and
- // name couldn't be found. The st
+ // name couldn't be found.
virtual ::com::sun::star::uno::Reference <
::com::sun::star::style::XStyle > Create();