diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-08 10:13:07 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-14 07:06:35 +0200 |
commit | 0c456383c10d5b468b78fd5bc407be219402785f (patch) | |
tree | 2e3013cb2a11f736a8af27ea970248bd56db0e85 /desktop/source | |
parent | 51239fde4182aed2e4121b44731f0c1ce437c26a (diff) |
Fix typo
Change-Id: Ia8f5ca10c974a0ba2d1686b341ef2a1dd44b824d
Reviewed-on: https://gerrit.libreoffice.org/72260
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop/source')
-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 21fac8a348e7..fc4f2aa4881c 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -1326,7 +1326,7 @@ void CallbackFlushHandler::queue(const int type, const char* data) aOldTree.get<std::string>("rectangle", "").empty(); }); - // we found a invalidate-all window callback + // we found an invalidate-all window callback if (invAllExist) { SAL_INFO("lok.dialog", "Skipping queue [" << type << "]: [" << payload << "] since whole window needs to be invalidated."); @@ -2010,7 +2010,7 @@ static int doc_saveAs(LibreOfficeKitDocument* pThis, const char* sUrl, const cha // add interaction handler too if (gImpl) { - // gImpl does not have to exist when running from a unit test + // gImpl does not have to exist when running from an unit test rtl::Reference<LOKInteractionHandler> const pInteraction( new LOKInteractionHandler("saveas", gImpl, pDocument)); uno::Reference<task::XInteractionHandler2> const xInteraction(pInteraction.get()); |