diff options
Diffstat (limited to 'include/test/sheet/xmultipleoperation.hxx')
-rw-r--r-- | include/test/sheet/xmultipleoperation.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test/sheet/xmultipleoperation.hxx b/include/test/sheet/xmultipleoperation.hxx index b775ddfcb324..107902da1ae7 100644 --- a/include/test/sheet/xmultipleoperation.hxx +++ b/include/test/sheet/xmultipleoperation.hxx @@ -30,7 +30,7 @@ protected: ~XMultipleOperation() {} private: - void fillCells(css::uno::Reference<css::sheet::XSpreadsheet> const&); + static void fillCells(css::uno::Reference<css::sheet::XSpreadsheet> const&); }; } |