diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-11-14 15:58:20 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-11-15 14:51:34 +0000 |
commit | ec4e48c7504cd0d02338e0be8b48344a95f39b72 (patch) | |
tree | 57caff0eda0bf5dd257598788f4ededeb822c8f7 | |
parent | 5d1a788468ef94cd1de4400d3c1e38d768f7bf8d (diff) |
Fix typos
Change-Id: I3e38b1d445c368c28e807202b94c603bd2b2c672
Reviewed-on: https://gerrit.libreoffice.org/30872
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-rw-r--r-- | basctl/qa/unit/basctl-dialogs-test.cxx | 2 | ||||
-rw-r--r-- | chart2/qa/unit/chart2-dialogs-test.cxx | 2 | ||||
-rw-r--r-- | cui/qa/unit/cui-dialogs-test.cxx | 2 | ||||
-rw-r--r-- | dbaccess/qa/unit/dbaccess-dialogs-test.cxx | 2 | ||||
-rw-r--r-- | desktop/qa/unit/desktop-dialogs-test.cxx | 2 | ||||
-rw-r--r-- | filter/qa/unit/filter-dialogs-test.cxx | 2 | ||||
-rw-r--r-- | formula/qa/unit/formula-dialogs-test.cxx | 2 | ||||
-rw-r--r-- | fpicker/qa/unit/fpicker-dialogs-test.cxx | 2 | ||||
-rw-r--r-- | reportdesign/qa/unit/reportdesign-dialogs-test.cxx | 2 | ||||
-rw-r--r-- | sc/qa/unit/screenshots/screenshots.cxx | 4 | ||||
-rw-r--r-- | sd/qa/unit/dialogs-test.cxx | 2 | ||||
-rw-r--r-- | sfx2/qa/unit/sfx2-dialogs-test.cxx | 2 | ||||
-rw-r--r-- | starmath/qa/unit/starmath-dialogs-test.cxx | 2 | ||||
-rw-r--r-- | svtools/qa/unit/svtools-dialogs-test.cxx | 2 | ||||
-rw-r--r-- | svx/qa/unit/svx-dialogs-test.cxx | 2 | ||||
-rw-r--r-- | sw/qa/unit/sw-dialogs-test.cxx | 2 | ||||
-rw-r--r-- | uui/qa/unit/uui-dialogs-test.cxx | 2 | ||||
-rw-r--r-- | vcl/qa/unit/vcl-dialogs-test.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/qa/unit/xmlsecurity-dialogs-test.cxx | 2 |
19 files changed, 20 insertions, 20 deletions
diff --git a/basctl/qa/unit/basctl-dialogs-test.cxx b/basctl/qa/unit/basctl-dialogs-test.cxx index 5efec865534b..7bf38a841d53 100644 --- a/basctl/qa/unit/basctl-dialogs-test.cxx +++ b/basctl/qa/unit/basctl-dialogs-test.cxx @@ -50,7 +50,7 @@ BasctlDialogsTest::~BasctlDialogsTest() void BasctlDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { - // fill map of known dilogs + // fill map of known dialogs } VclPtr<VclAbstractDialog> BasctlDialogsTest::createDialogByID(sal_uInt32 /*nID*/) diff --git a/chart2/qa/unit/chart2-dialogs-test.cxx b/chart2/qa/unit/chart2-dialogs-test.cxx index 4f9f6b28aee2..3ac600cf3976 100644 --- a/chart2/qa/unit/chart2-dialogs-test.cxx +++ b/chart2/qa/unit/chart2-dialogs-test.cxx @@ -50,7 +50,7 @@ Chart2DialogsTest::~Chart2DialogsTest() void Chart2DialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { - // fill map of known dilogs + // fill map of known dialogs } VclPtr<VclAbstractDialog> Chart2DialogsTest::createDialogByID(sal_uInt32 /*nID*/) diff --git a/cui/qa/unit/cui-dialogs-test.cxx b/cui/qa/unit/cui-dialogs-test.cxx index 239f85639f2d..d721d144ac3b 100644 --- a/cui/qa/unit/cui-dialogs-test.cxx +++ b/cui/qa/unit/cui-dialogs-test.cxx @@ -50,7 +50,7 @@ CuiDialogsTest::~CuiDialogsTest() void CuiDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { - // fill map of known dilogs + // fill map of known dialogs } VclPtr<VclAbstractDialog> CuiDialogsTest::createDialogByID(sal_uInt32 /*nID*/) diff --git a/dbaccess/qa/unit/dbaccess-dialogs-test.cxx b/dbaccess/qa/unit/dbaccess-dialogs-test.cxx index 9ac1dbd8ea6c..5418f71eaf8b 100644 --- a/dbaccess/qa/unit/dbaccess-dialogs-test.cxx +++ b/dbaccess/qa/unit/dbaccess-dialogs-test.cxx @@ -50,7 +50,7 @@ DbaccessDialogsTest::~DbaccessDialogsTest() void DbaccessDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { - // fill map of known dilogs + // fill map of known dialogs } VclPtr<VclAbstractDialog> DbaccessDialogsTest::createDialogByID(sal_uInt32 /*nID*/) diff --git a/desktop/qa/unit/desktop-dialogs-test.cxx b/desktop/qa/unit/desktop-dialogs-test.cxx index 50b7eaf3eaf6..cfee924bc0cc 100644 --- a/desktop/qa/unit/desktop-dialogs-test.cxx +++ b/desktop/qa/unit/desktop-dialogs-test.cxx @@ -50,7 +50,7 @@ DesktopDialogsTest::~DesktopDialogsTest() void DesktopDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { - // fill map of known dilogs + // fill map of known dialogs } VclPtr<VclAbstractDialog> DesktopDialogsTest::createDialogByID(sal_uInt32 /*nID*/) diff --git a/filter/qa/unit/filter-dialogs-test.cxx b/filter/qa/unit/filter-dialogs-test.cxx index 3df6ac234335..5b7c3ded27f8 100644 --- a/filter/qa/unit/filter-dialogs-test.cxx +++ b/filter/qa/unit/filter-dialogs-test.cxx @@ -50,7 +50,7 @@ FilterDialogsTest::~FilterDialogsTest() void FilterDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { - // fill map of known dilogs + // fill map of known dialogs } VclPtr<VclAbstractDialog> FilterDialogsTest::createDialogByID(sal_uInt32 /*nID*/) diff --git a/formula/qa/unit/formula-dialogs-test.cxx b/formula/qa/unit/formula-dialogs-test.cxx index ee7181657593..7620a7d5d82c 100644 --- a/formula/qa/unit/formula-dialogs-test.cxx +++ b/formula/qa/unit/formula-dialogs-test.cxx @@ -50,7 +50,7 @@ FormulaDialogsTest::~FormulaDialogsTest() void FormulaDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { - // fill map of known dilogs + // fill map of known dialogs } VclPtr<VclAbstractDialog> FormulaDialogsTest::createDialogByID(sal_uInt32 /*nID*/) diff --git a/fpicker/qa/unit/fpicker-dialogs-test.cxx b/fpicker/qa/unit/fpicker-dialogs-test.cxx index 3515817377fc..aea89f30dd57 100644 --- a/fpicker/qa/unit/fpicker-dialogs-test.cxx +++ b/fpicker/qa/unit/fpicker-dialogs-test.cxx @@ -50,7 +50,7 @@ FpickerDialogsTest::~FpickerDialogsTest() void FpickerDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { - // fill map of known dilogs + // fill map of known dialogs } VclPtr<VclAbstractDialog> FpickerDialogsTest::createDialogByID(sal_uInt32 /*nID*/) diff --git a/reportdesign/qa/unit/reportdesign-dialogs-test.cxx b/reportdesign/qa/unit/reportdesign-dialogs-test.cxx index 7a12f73aafc8..6b5a18234159 100644 --- a/reportdesign/qa/unit/reportdesign-dialogs-test.cxx +++ b/reportdesign/qa/unit/reportdesign-dialogs-test.cxx @@ -50,7 +50,7 @@ ReportdesignDialogsTest::~ReportdesignDialogsTest() void ReportdesignDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { - // fill map of known dilogs + // fill map of known dialogs } VclPtr<VclAbstractDialog> ReportdesignDialogsTest::createDialogByID(sal_uInt32 /*nID*/) diff --git a/sc/qa/unit/screenshots/screenshots.cxx b/sc/qa/unit/screenshots/screenshots.cxx index 834742943543..870f774b1b9f 100644 --- a/sc/qa/unit/screenshots/screenshots.cxx +++ b/sc/qa/unit/screenshots/screenshots.cxx @@ -96,7 +96,7 @@ void ScScreenshotTest::initialize() { if (mxComponent.is()) mxComponent->dispose(); - // use new, epty doc to avoid file locking + // use new, empty doc to avoid file locking mxComponent = loadFromDesktop("private:factory/scalc", "com.sun.star.sheet.SpreadsheetDocument"); mpFoundShell = SfxObjectShell::GetShellFromComponent(mxComponent); @@ -124,7 +124,7 @@ void ScScreenshotTest::initialize() void ScScreenshotTest::registerKnownDialogsByID(mapType& rKnownDialogs) { - // fill map of unknown dilogs + // fill map of unknown dialogs rKnownDialogs["modules/scalc/ui/insertsheet.ui"] = 0; rKnownDialogs["modules/scalc/ui/deletecells.ui"] = 1; rKnownDialogs["modules/scalc/ui/pastespecial.ui"] = 2; diff --git a/sd/qa/unit/dialogs-test.cxx b/sd/qa/unit/dialogs-test.cxx index 148467272f13..d5e6cadbf2ea 100644 --- a/sd/qa/unit/dialogs-test.cxx +++ b/sd/qa/unit/dialogs-test.cxx @@ -229,7 +229,7 @@ const SfxItemSet& SdDialogsTest::getEmptyFillStyleSfxItemSet() void SdDialogsTest::registerKnownDialogsByID(mapType& rKnownDialogs) { - // fill map of known dilogs + // fill map of known dialogs rKnownDialogs["modules/simpress/ui/publishingdialog.ui"] = 0; rKnownDialogs["modules/sdraw/ui/breakdialog.ui"] = 1; rKnownDialogs["modules/sdraw/ui/copydlg.ui"] = 2; diff --git a/sfx2/qa/unit/sfx2-dialogs-test.cxx b/sfx2/qa/unit/sfx2-dialogs-test.cxx index afbf712addf0..0426747f2acd 100644 --- a/sfx2/qa/unit/sfx2-dialogs-test.cxx +++ b/sfx2/qa/unit/sfx2-dialogs-test.cxx @@ -50,7 +50,7 @@ Sfx2DialogsTest::~Sfx2DialogsTest() void Sfx2DialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { - // fill map of known dilogs + // fill map of known dialogs } VclPtr<VclAbstractDialog> Sfx2DialogsTest::createDialogByID(sal_uInt32 /*nID*/) diff --git a/starmath/qa/unit/starmath-dialogs-test.cxx b/starmath/qa/unit/starmath-dialogs-test.cxx index eb74b8f6f0ab..9eff9d49c6ca 100644 --- a/starmath/qa/unit/starmath-dialogs-test.cxx +++ b/starmath/qa/unit/starmath-dialogs-test.cxx @@ -50,7 +50,7 @@ StarmathDialogsTest::~StarmathDialogsTest() void StarmathDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { - // fill map of known dilogs + // fill map of known dialogs } VclPtr<VclAbstractDialog> StarmathDialogsTest::createDialogByID(sal_uInt32 /*nID*/) diff --git a/svtools/qa/unit/svtools-dialogs-test.cxx b/svtools/qa/unit/svtools-dialogs-test.cxx index 3de36deffa85..2a6876a2d890 100644 --- a/svtools/qa/unit/svtools-dialogs-test.cxx +++ b/svtools/qa/unit/svtools-dialogs-test.cxx @@ -50,7 +50,7 @@ SvtoolsDialogsTest::~SvtoolsDialogsTest() void SvtoolsDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { - // fill map of known dilogs + // fill map of known dialogs } VclPtr<VclAbstractDialog> SvtoolsDialogsTest::createDialogByID(sal_uInt32 /*nID*/) diff --git a/svx/qa/unit/svx-dialogs-test.cxx b/svx/qa/unit/svx-dialogs-test.cxx index 6a8262052eca..a27612ed25cc 100644 --- a/svx/qa/unit/svx-dialogs-test.cxx +++ b/svx/qa/unit/svx-dialogs-test.cxx @@ -50,7 +50,7 @@ SvxDialogsTest::~SvxDialogsTest() void SvxDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { - // fill map of known dilogs + // fill map of known dialogs } VclPtr<VclAbstractDialog> SvxDialogsTest::createDialogByID(sal_uInt32 /*nID*/) diff --git a/sw/qa/unit/sw-dialogs-test.cxx b/sw/qa/unit/sw-dialogs-test.cxx index 762298c2d2bc..132bd17a6037 100644 --- a/sw/qa/unit/sw-dialogs-test.cxx +++ b/sw/qa/unit/sw-dialogs-test.cxx @@ -50,7 +50,7 @@ SwDialogsTest::~SwDialogsTest() void SwDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { - // fill map of known dilogs + // fill map of known dialogs } VclPtr<VclAbstractDialog> SwDialogsTest::createDialogByID(sal_uInt32 /*nID*/) diff --git a/uui/qa/unit/uui-dialogs-test.cxx b/uui/qa/unit/uui-dialogs-test.cxx index 33d68fb8e9c3..15ea36418194 100644 --- a/uui/qa/unit/uui-dialogs-test.cxx +++ b/uui/qa/unit/uui-dialogs-test.cxx @@ -50,7 +50,7 @@ UuiDialogsTest::~UuiDialogsTest() void UuiDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { - // fill map of known dilogs + // fill map of known dialogs } VclPtr<VclAbstractDialog> UuiDialogsTest::createDialogByID(sal_uInt32 /*nID*/) diff --git a/vcl/qa/unit/vcl-dialogs-test.cxx b/vcl/qa/unit/vcl-dialogs-test.cxx index 9807a57682e4..b24e129e9b07 100644 --- a/vcl/qa/unit/vcl-dialogs-test.cxx +++ b/vcl/qa/unit/vcl-dialogs-test.cxx @@ -50,7 +50,7 @@ VclDialogsTest::~VclDialogsTest() void VclDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { - // fill map of known dilogs + // fill map of known dialogs } VclPtr<VclAbstractDialog> VclDialogsTest::createDialogByID(sal_uInt32 /*nID*/) diff --git a/xmlsecurity/qa/unit/xmlsecurity-dialogs-test.cxx b/xmlsecurity/qa/unit/xmlsecurity-dialogs-test.cxx index 6e9bf55edbeb..b6895b63743a 100644 --- a/xmlsecurity/qa/unit/xmlsecurity-dialogs-test.cxx +++ b/xmlsecurity/qa/unit/xmlsecurity-dialogs-test.cxx @@ -50,7 +50,7 @@ XmlsecurityDialogsTest::~XmlsecurityDialogsTest() void XmlsecurityDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { - // fill map of known dilogs + // fill map of known dialogs } VclPtr<VclAbstractDialog> XmlsecurityDialogsTest::createDialogByID(sal_uInt32 /*nID*/) |