summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/IDocumentDrawModelAccess.hxx2
-rw-r--r--sw/inc/SwNumberTree.hxx2
-rw-r--r--sw/inc/fesh.hxx2
-rw-r--r--sw/inc/frmfmt.hxx2
-rw-r--r--sw/inc/ndarr.hxx2
-rw-r--r--sw/inc/node.hxx2
-rw-r--r--sw/inc/swunohelper.hxx2
7 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/IDocumentDrawModelAccess.hxx b/sw/inc/IDocumentDrawModelAccess.hxx
index b81d65d945d8..b631317a02e8 100644
--- a/sw/inc/IDocumentDrawModelAccess.hxx
+++ b/sw/inc/IDocumentDrawModelAccess.hxx
@@ -60,7 +60,7 @@ public:
/** method to determine, if the corresponding invisible layer ID for a visible one.
- Note: If given layer ID is a invisible one, method returns given layer ID.
+ Note: If given layer ID is an invisible one, method returns given layer ID.
Note: If given layer ID is unknown, method returns given layer ID.
@param _nVisibleLayerId
diff --git a/sw/inc/SwNumberTree.hxx b/sw/inc/SwNumberTree.hxx
index 2472f160f95d..4d2409616842 100644
--- a/sw/inc/SwNumberTree.hxx
+++ b/sw/inc/SwNumberTree.hxx
@@ -293,7 +293,7 @@ public:
/** Invalidation and notification of complete numbering tree
#i64010#
- Usage: on <IsCounted()> state change its needed to invalidate the
+ Usage: on <IsCounted()> state change it's needed to invalidate the
complete numbering tree due to wide influence of this change.
*/
void InvalidateAndNotifyTree()
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index 4d619d4d65f0..25bf062c1e82 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -266,7 +266,7 @@ public:
/// Is selected frame within another frame?
const SwFrameFormat* IsFlyInFly();
- /** If an object as been given, exactly this object is selected
+ /** If an object has been given, exactly this object is selected
(instead of searching over position). */
bool SelectObj( const Point& rSelPt, sal_uInt8 nFlag = 0, SdrObject *pObj = nullptr );
void DelSelectedObj();
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx
index 5c3c9dc55213..4bfd5268d251 100644
--- a/sw/inc/frmfmt.hxx
+++ b/sw/inc/frmfmt.hxx
@@ -226,7 +226,7 @@ public:
Method determines, if background of fly frame is transparent.
@return true, if background color is transparent, but not "no fill"
- or a existing background graphic is transparent.
+ or an existing background graphic is transparent.
*/
virtual bool IsBackgroundTransparent() const override;
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index 6153af0ad012..2f2958c977bc 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -151,7 +151,7 @@ public:
/// A still empty section.
SwNode& GetEndOfPostIts() const { return *m_pEndOfPostIts; }
- /// Section fpr all footnotes.
+ /// Section for all footnotes.
SwNode& GetEndOfInserts() const { return *m_pEndOfInserts; }
/// Section for all Flys/Header/Footers.
SwNode& GetEndOfAutotext() const { return *m_pEndOfAutotext; }
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx
index d1e0f36fcae7..e3e469c5ff9d 100644
--- a/sw/inc/node.hxx
+++ b/sw/inc/node.hxx
@@ -262,7 +262,7 @@ public:
/// Is node in the visible area of the Shell?
bool IsInVisibleArea( SwViewShell const * pSh ) const;
- /// Is node in an protected area?
+ /// Is node in a protected area?
bool IsInProtectSect() const;
/** Is node in something that is protected (range, frame,
table cells ... including anchor in case of frames or footnotes)? */
diff --git a/sw/inc/swunohelper.hxx b/sw/inc/swunohelper.hxx
index b87d7dda833e..2cd9cd04bb31 100644
--- a/sw/inc/swunohelper.hxx
+++ b/sw/inc/swunohelper.hxx
@@ -64,7 +64,7 @@ bool UCB_GetFileListOfFolder( const OUString& rURL,
// is the URL an existing file?
SW_DLLPUBLIC bool UCB_IsFile( const OUString& rURL );
- // is the URL a existing directory?
+ // is the URL an existing directory?
bool UCB_IsDirectory( const OUString& rURL );
/// helper to check if fill style is set to color or bitmap