From 14d096e2bf7998de55350b8fe53ec511dedcc477 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 2 Oct 2016 00:24:51 +0200 Subject: Fix typos Change-Id: Ie75beb4e282a4d1b784a5847262e39cf9c851527 Reviewed-on: https://gerrit.libreoffice.org/29440 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sw/source/uibase/app/apphdl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/uibase/app') diff --git a/sw/source/uibase/app/apphdl.cxx b/sw/source/uibase/app/apphdl.cxx index 0b8196c16eb9..4f2a5ee6f7c1 100644 --- a/sw/source/uibase/app/apphdl.cxx +++ b/sw/source/uibase/app/apphdl.cxx @@ -639,7 +639,7 @@ IMPL_LINK_NOARG_TYPED(SwMailMergeWizardExecutor, CancelHdl, void*, void) uno::Reference xPropSet(pViewFrame->GetFrame().GetFrameInterface(), uno::UNO_QUERY); if (xPropSet.is() && m_bDestroyMMToolbarOnCancel) { - // hide mailmerge toolbar if it hasnt been there before + // hide mailmerge toolbar if it hasn't been there before uno::Reference xLayoutManager; uno::Any aValue = xPropSet->getPropertyValue("LayoutManager"); aValue >>= xLayoutManager; -- cgit