diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 12:46:41 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 17:24:16 +0000 |
commit | 5a72da3d979d88442ea5b7f1f54ba9811173ec64 (patch) | |
tree | 42b746fb4a965e294ad307beaae1e76082fa7d38 /sd/qa | |
parent | feeb8ccfe1aff373e158b64f76e35da1a4e295c0 (diff) |
Fix typos
Change-Id: I4e1a613fc99b931e84a1955695364e1d25e25e5c
Reviewed-on: https://gerrit.libreoffice.org/35642
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/qa')
-rw-r--r-- | sd/qa/unit/dialogs-test.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/qa/unit/dialogs-test.cxx b/sd/qa/unit/dialogs-test.cxx index cf358470d82a..8ddcb6ba9678 100644 --- a/sd/qa/unit/dialogs-test.cxx +++ b/sd/qa/unit/dialogs-test.cxx @@ -68,7 +68,7 @@ private: SdAbstractDialogFactory* mpFact; SdXImpressDocument* mpImpressDocument; - /// on-demand created instances required for varoius dialogs to open + /// on-demand created instances required for various dialogs to open ::sd::DrawDocShell* mpDocShell; ::sd::ViewShell* mpViewShell; ::sd::DrawView* mpDrawView; @@ -576,7 +576,7 @@ VclPtr<VclAbstractDialog> SdDialogsTest::createDialogByID(sal_uInt32 nID) { // CreateHeaderFooterDialog(sd::ViewShell* pViewShell, vcl::Window* pParent, SdDrawDocument* pDoc, SdPage* pCurrentPage) override; // This is a hard case, for two reasons: - // - It uses BaseClass TabPage which hase a very spartse interface, + // - It uses BaseClass TabPage which has a very sparse interface, // need to add 'Screenshot interface' there and implement // - The concrete dialog has two TabPages which use the *same* // .ui file, so extended markup will be needed to differ these two |