diff options
author | Pranav Kant <pranavk@collabora.co.uk> | 2017-06-28 18:51:51 +0530 |
---|---|---|
committer | Pranav Kant <pranavk@collabora.co.uk> | 2017-10-02 10:53:49 +0530 |
commit | 6ed7a1da3cdc0434c39c3d87822c6fa04aec222c (patch) | |
tree | 1d22871f53ece871ff1fa7bb350330660bcf70f9 /sc | |
parent | 05d5b6694b763ad81a1f79d480419341fb682e43 (diff) |
Typo
Change-Id: I2ecf3050aa68a0f2986c43b651d71b662a77e55a
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/screenshots/screenshots.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/screenshots/screenshots.cxx b/sc/qa/unit/screenshots/screenshots.cxx index adcfe9e93dbe..2c32d2c75874 100644 --- a/sc/qa/unit/screenshots/screenshots.cxx +++ b/sc/qa/unit/screenshots/screenshots.cxx @@ -123,7 +123,7 @@ void ScScreenshotTest::initialize() void ScScreenshotTest::registerKnownDialogsByID(mapType& rKnownDialogs) { - // fill map of unknown dialogs + // fill map of known dialogs rKnownDialogs["modules/scalc/ui/insertsheet.ui"] = 0; rKnownDialogs["modules/scalc/ui/deletecells.ui"] = 1; rKnownDialogs["modules/scalc/ui/pastespecial.ui"] = 2; |