[Libreoffice-commits] core.git: sc/qa

Stephan Bergmann sbergman at redhat.com
Wed Jun 21 15:21:40 UTC 2017


 sc/qa/extras/sccellcursorobj.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7382bfda2b2c7b4382aec072c6134a2c0d5cd6c6
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jun 21 17:21:14 2017 +0200

    loplugin:privatebase
    
    Change-Id: I4ccc29493332af16d9d79adff56002757b9d5bb6

diff --git a/sc/qa/extras/sccellcursorobj.cxx b/sc/qa/extras/sccellcursorobj.cxx
index eedec6e58a97..ade41a77e375 100644
--- a/sc/qa/extras/sccellcursorobj.cxx
+++ b/sc/qa/extras/sccellcursorobj.cxx
@@ -21,7 +21,7 @@ namespace sc_apitest {
 
 #define NUMBER_OF_TESTS 2
 
-class ScCellCursorObj : public CalcUnoApiTest, apitest::XCellSeries
+class ScCellCursorObj : public CalcUnoApiTest, private apitest::XCellSeries
 {
 public:
     ScCellCursorObj();


More information about the Libreoffice-commits mailing list