summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-27 10:44:52 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-07-27 11:49:10 +0200
commitfdd35ea841f319c48e1978dfead703d6cb0996ff (patch)
tree681595ee1212584523928792baa7ce03b21b18ec /include/xmloff
parent8fe85c248d0d45e180db6668b8ac5840c8dc6b1e (diff)
Fix typos
Change-Id: I380856ca45c835e732fdf080a522caab4534db5b Reviewed-on: https://gerrit.libreoffice.org/76346 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/ProgressBarHelper.hxx2
-rw-r--r--include/xmloff/XMLCharContext.hxx2
-rw-r--r--include/xmloff/xmlimppr.hxx6
3 files changed, 5 insertions, 5 deletions
diff --git a/include/xmloff/ProgressBarHelper.hxx b/include/xmloff/ProgressBarHelper.hxx
index 75f2e6f60aaa..c593b5023a5d 100644
--- a/include/xmloff/ProgressBarHelper.hxx
+++ b/include/xmloff/ProgressBarHelper.hxx
@@ -56,7 +56,7 @@ public:
void End() { if (xStatusIndicator.is()) xStatusIndicator->end(); }
// set the new reference and returns the new value which gives the
- // Progress Bar the sam position as before
+ // Progress Bar the same position as before
void ChangeReference(sal_Int32 nNewReference);
sal_Int32 GetReference() { return nReference; }
diff --git a/include/xmloff/XMLCharContext.hxx b/include/xmloff/XMLCharContext.hxx
index 282421458820..64598e21a1d7 100644
--- a/include/xmloff/XMLCharContext.hxx
+++ b/include/xmloff/XMLCharContext.hxx
@@ -52,7 +52,7 @@ public:
virtual ~XMLCharContext() override;
// EndElement is called before a context will be destructed, but
- // after a elements context has been parsed. It may be used for actions
+ // after an elements context has been parsed. It may be used for actions
// that require virtual methods. The default is to do nothing.
virtual void EndElement() override;
diff --git a/include/xmloff/xmlimppr.hxx b/include/xmloff/xmlimppr.hxx
index 4b557ca0a580..d77d434b3ab5 100644
--- a/include/xmloff/xmlimppr.hxx
+++ b/include/xmloff/xmlimppr.hxx
@@ -78,7 +78,7 @@ public:
SvXMLImport& rImport);
virtual ~SvXMLImportPropertyMapper() override;
- // Add a ImportPropertyMapper at the end of the import mapper chain.
+ // Add an ImportPropertyMapper at the end of the import mapper chain.
// The added mapper MUST not be used outside the Mapper chain any longer,
// because its PropertyMapper will be replaced.
void ChainImportMapper(
@@ -142,7 +142,7 @@ public:
ContextID_Index_Pair* pSpecialContextIds );
/** implementation helper for FillPropertySet: fill an XMultiPropertySet.
- * If unsuccessul, set return value. */
+ * If unsuccessful, set return value. */
static bool FillMultiPropertySet_(
const ::std::vector<XMLPropertyState> & rProperties,
const css::uno::Reference< css::beans::XMultiPropertySet> & rMultiPropSet,
@@ -154,7 +154,7 @@ public:
ContextID_Index_Pair* pSpecialContextIds );
/** implementation helper for FillPropertySet: fill an XTolerantMultiPropertySet.
- * If unsuccessul, set return value. */
+ * If unsuccessful, set return value. */
static bool FillTolerantMultiPropertySet_(
const ::std::vector<XMLPropertyState> & rProperties,
const css::uno::Reference< css::beans::XTolerantMultiPropertySet> & rTolPropSet,