diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-01 22:44:25 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-02 07:24:31 +0200 |
commit | 9b39866149aad91c79ea276c2a484c282f8ad6e1 (patch) | |
tree | 0b1467464e4bd199b60ed13006d99e7b6fb5b24c /desktop | |
parent | 1a1f4e73b7ab9e5b071aab74c8d7e27ba2b2d29c (diff) |
Fix typos
Change-Id: Ic7b6014e09e3ee1a1b4917008a267b8fa2dbc1f5
Reviewed-on: https://gerrit.libreoffice.org/76814
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 2ecf065de95d..4b808f4b1c1b 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2138,7 +2138,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 an unit test + // gImpl does not have to exist when running from a unit test rtl::Reference<LOKInteractionHandler> const pInteraction( new LOKInteractionHandler("saveas", gImpl, pDocument)); uno::Reference<task::XInteractionHandler2> const xInteraction(pInteraction.get()); |