diff options
Diffstat (limited to 'desktop/source/lib')
-rw-r--r-- | desktop/source/lib/init.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index edbeb4a01975..1a01253e70fe 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -892,7 +892,7 @@ void CallbackFlushHandler::queue(const int type, const char* data) [&rcNew] (const queue_type::value_type& elem) { if (elem.first == LOK_CALLBACK_INVALIDATE_TILES) { - // Remove exiting if new is all-encompasing, or if of the same part. + // Remove exiting if new is all-encompassing, or if of the same part. const RectangleAndPart rcOld = RectangleAndPart::Create(elem.second); return (rcNew.m_nPart == -1 || rcOld.m_nPart == rcNew.m_nPart); } @@ -1408,7 +1408,7 @@ static int doc_saveAs(LibreOfficeKitDocument* pThis, const char* sUrl, const cha break; case LOK_DOCTYPE_OTHER: default: - SAL_INFO("lok", "Can't save document - unsopported document type."); + SAL_INFO("lok", "Can't save document - unsupported document type."); return false; } |