summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-08 10:13:07 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-14 07:06:35 +0200
commit0c456383c10d5b468b78fd5bc407be219402785f (patch)
tree2e3013cb2a11f736a8af27ea970248bd56db0e85 /desktop
parentFix typo (diff)
downloadcore-0c456383c10d5b468b78fd5bc407be219402785f.tar.gz
core-0c456383c10d5b468b78fd5bc407be219402785f.zip
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')
-rw-r--r--desktop/source/lib/init.cxx4
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());