summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/configitem.hxx2
-rw-r--r--include/unotools/confignode.hxx2
-rw-r--r--include/unotools/desktopterminationobserver.hxx2
-rw-r--r--include/unotools/syslocale.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/include/unotools/configitem.hxx b/include/unotools/configitem.hxx
index b7be7fe42d17..a4188872aea0 100644
--- a/include/unotools/configitem.hxx
+++ b/include/unotools/configitem.hxx
@@ -141,7 +141,7 @@ namespace utl
*/
bool EnableNotification(const css::uno::Sequence< OUString >& rNames,
bool bEnableInternalNotification = false);
- /** disables notifications about changes on sub nodes/values, which previosly had
+ /** disables notifications about changes on sub nodes/values, which previously had
been enabled with EnableNotification
@see Notify
@see EnableNotification
diff --git a/include/unotools/confignode.hxx b/include/unotools/confignode.hxx
index e0d0ab3f2660..d46ecda77121 100644
--- a/include/unotools/confignode.hxx
+++ b/include/unotools/confignode.hxx
@@ -99,7 +99,7 @@ namespace utl
If the object represents a set node, this method may be used to create a new child. For non-set-nodes, the
method will fail.<br/>
Unless the respective operations on the pure configuration API, the to-be-created node immediately
- becomes a part of it's hierarchy, no explicit insertion is necessary.
+ becomes a part of its hierarchy, no explicit insertion is necessary.
@param _rName name for the new child. Must be level-1-depth.
*/
OConfigurationNode createNode(const OUString& _rName) const throw();
diff --git a/include/unotools/desktopterminationobserver.hxx b/include/unotools/desktopterminationobserver.hxx
index 799aa45724df..2ee9686cbada 100644
--- a/include/unotools/desktopterminationobserver.hxx
+++ b/include/unotools/desktopterminationobserver.hxx
@@ -42,7 +42,7 @@ namespace utl
//= DesktopTerminationObserver
/** a class which allows non-UNO components to observe the desktop (aka application)
- for it's shutdown
+ for its shutdown
*/
namespace DesktopTerminationObserver
{
diff --git a/include/unotools/syslocale.hxx b/include/unotools/syslocale.hxx
index b384083b13d1..037c6ed9a31e 100644
--- a/include/unotools/syslocale.hxx
+++ b/include/unotools/syslocale.hxx
@@ -37,7 +37,7 @@ namespace osl { class Mutex; }
LocaleDataWrapper and <type>CharClass</type> which always
follow the locale as it is currently configured by the user. You may use
it anywhere to access the locale data elements like decimal separator and
- simple date formatting and so on. Contructing and destructing a
+ simple date formatting and so on. Constructing and destructing a
SvtSysLocale is not expensive as long as there is at least one instance
left.
*/