diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-03 17:20:11 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-03 23:22:14 +0100 |
commit | 2640796d90ad4c69f5093e7b3353d43b647901e1 (patch) | |
tree | 3649e5a94f17083d1cbd50d85dd2651b92f7396b /sc/qa/unit/scshapetest.cxx | |
parent | c5e872e06a070ff8e90f644036981fa202c2b1e0 (diff) |
UnoApiTest: make mbSkipValidation private
Change-Id: Icc292b40b3295e7890f81d448bb4907725f46970
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142245
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/qa/unit/scshapetest.cxx')
-rw-r--r-- | sc/qa/unit/scshapetest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/scshapetest.cxx b/sc/qa/unit/scshapetest.cxx index e641822beca1..8a2e97312ea3 100644 --- a/sc/qa/unit/scshapetest.cxx +++ b/sc/qa/unit/scshapetest.cxx @@ -1040,7 +1040,7 @@ void ScShapeTest::testTdf115655_HideDetail() // FIXME: validation fails with // Error: unexpected attribute "drawooo:display" - mbSkipValidation = true; + skipValidation(); // Save and reload saveAndReload("calc8"); |