diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-11 20:38:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-08-12 10:56:27 +0200 |
commit | 70a67eed625d3d0d0b3b21df8705b2b24e3f8baa (patch) | |
tree | a45c8a2cd45351d47d1b9a9c78808f0abd86b500 | |
parent | 1a7514315931cf1d11110d149a6bc7d983a73140 (diff) |
wether->whether
Change-Id: I588b7cc4b494e6569e7a7ba95e57e666d029b72b
Reviewed-on: https://gerrit.libreoffice.org/77324
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sw/source/core/unocore/unotext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unotext.cxx b/sw/source/core/unocore/unotext.cxx index e7ac0b634f1e..65ca22480557 100644 --- a/sw/source/core/unocore/unotext.cxx +++ b/sw/source/core/unocore/unotext.cxx @@ -1485,7 +1485,7 @@ SwXText::appendTextContent( return insertTextContentWithProperties(xTextContent, rCharacterAndParagraphProperties, xInsertPosition); } -// determine wether SwFrameFormat is a graphic node +// determine whether SwFrameFormat is a graphic node static bool isGraphicNode(const SwFrameFormat* pFrameFormat) { // safety |