summaryrefslogtreecommitdiffstats
path: root/include/xmloff/prstylei.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-01-08 23:08:34 +0100
committerMichael Stahl <mstahl@redhat.com>2015-01-09 00:00:47 +0100
commit2f69e16c723aab48ad59d17397d8946ec0a48138 (patch)
treef59943e7a27ad60eda30cab8cdc3e8e716401db2 /include/xmloff/prstylei.hxx
parenttranslate all remaining abuses of "ueberladen" (diff)
downloadcore-2f69e16c723aab48ad59d17397d8946ec0a48138.tar.gz
core-2f69e16c723aab48ad59d17397d8946ec0a48138.zip
override the overloading of "overload" to decrease cognitive (over-)load
Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
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();