summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osl/security_decl.hxx2
-rw-r--r--include/svtools/brwbox.hxx2
-rw-r--r--include/svx/AccessibleShapeTreeInfo.hxx2
-rw-r--r--include/svx/SmartTagMgr.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/include/osl/security_decl.hxx b/include/osl/security_decl.hxx
index b9b41677a38d..9b41e5a960ff 100644
--- a/include/osl/security_decl.hxx
+++ b/include/osl/security_decl.hxx
@@ -57,7 +57,7 @@ public:
@verbatim
This method will try to login the user at the denoted file server.
If a network resource named \\server\username exists and this resource
- could be connected by this user, the methos will return true and getHomeDir
+ could be connected by this user, the method will return true and getHomeDir
will return \\server\username.
@endverbatim
diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx
index 0b089a7235b0..65bd8096429d 100644
--- a/include/svtools/brwbox.hxx
+++ b/include/svtools/brwbox.hxx
@@ -540,7 +540,7 @@ public:
/** suggests a default width for a column containing a given text
- The width is calculated so that the text fits completely, plus som margin.
+ The width is calculated so that the text fits completely, plus some margin.
*/
sal_uLong GetDefaultColumnWidth( const OUString& _rText ) const;
diff --git a/include/svx/AccessibleShapeTreeInfo.hxx b/include/svx/AccessibleShapeTreeInfo.hxx
index 1377ebab7258..6057433c4181 100644
--- a/include/svx/AccessibleShapeTreeInfo.hxx
+++ b/include/svx/AccessibleShapeTreeInfo.hxx
@@ -56,7 +56,7 @@ class SVX_DLLPUBLIC AccessibleShapeTreeInfo
{
public:
/** Use this constructor to create an empty object that is filled later
- with more meaningfull data.
+ with more meaningful data.
*/
AccessibleShapeTreeInfo();
diff --git a/include/svx/SmartTagMgr.hxx b/include/svx/SmartTagMgr.hxx
index 54e3a8a2ebbd..f918c9e5ab48 100644
--- a/include/svx/SmartTagMgr.hxx
+++ b/include/svx/SmartTagMgr.hxx
@@ -109,7 +109,7 @@ private:
*/
void ReadConfiguration( bool bExcludedTypes, bool bRecognize );
- /** Registeres the smart tag manager as listener at the package manager.
+ /** Registers the smart tag manager as listener at the package manager.
*/
void RegisterListener();