summaryrefslogtreecommitdiff
path: root/include/test
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-28 14:09:29 +0200
committerNoel Grandin <noel@peralex.com>2015-05-05 09:30:40 +0200
commit01c2626107326cc55cd5e5842c78310cf53be9c4 (patch)
tree4fcb94ba31d60835159a65d5c0e68dec82036254 /include/test
parente95b073790d0f6ddba6bb8e044a6c382627cfe9b (diff)
loplugin:staticmethods
Change-Id: Ib765ce5a61916b0598ebb42cb9445a5f09c8d37f
Diffstat (limited to 'include/test')
-rw-r--r--include/test/sheet/xstyleloader.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/test/sheet/xstyleloader.hxx b/include/test/sheet/xstyleloader.hxx
index 59b1b402dd92..984cde804bf3 100644
--- a/include/test/sheet/xstyleloader.hxx
+++ b/include/test/sheet/xstyleloader.hxx
@@ -33,7 +33,7 @@ public:
void testLoadStylesFromDocument();
private:
- void checkStyleProperties(css::uno::Reference< css::style::XStyleFamiliesSupplier > xFamilySupplier);
+ static void checkStyleProperties(css::uno::Reference< css::style::XStyleFamiliesSupplier > xFamilySupplier);
protected:
~XStyleLoader() {}
@@ -42,4 +42,4 @@ protected:
}
-#endif // INCLUDED_TEST_SHEET_XSTYLELOADER_HXX \ No newline at end of file
+#endif // INCLUDED_TEST_SHEET_XSTYLELOADER_HXX