diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2013-02-10 15:00:49 +0700 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-10 14:59:34 +0000 |
commit | 80cbc04c2cbe25ebdfe2f22bb2e5ba62728e9632 (patch) | |
tree | 746b037f6f46eff98326869bc3387b394ea2e3c2 /sc/qa | |
parent | 739edccf50c38d7a274be3a9510862eaca97c877 (diff) |
sc_subsequent_filters-test: add bug number
from 84ae3c9853b7b90d7b859fd562dabc7b31e8deb8
Change-Id: I1768bfb7a68affe423485eff77b6005abde2e2a7
Reviewed-on: https://gerrit.libreoffice.org/2079
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/subsequent_filters-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx index 09d6373e4d33..63261f961037 100644 --- a/sc/qa/unit/subsequent_filters-test.cxx +++ b/sc/qa/unit/subsequent_filters-test.cxx @@ -886,7 +886,7 @@ void ScFiltersTest::testBugFixesODS() ScDocument* pDoc = xDocSh->GetDocument(); { - // fdo + // fdo#40967 OUString aCSVFileName; createCSVPath(OUString(RTL_CONSTASCII_USTRINGPARAM("bugFix_Sheet2.")), aCSVFileName); testFile(aCSVFileName, pDoc, 1); |