summaryrefslogtreecommitdiff
path: root/sc/inc/dpfilteredcache.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2016-11-12 20:16:06 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2016-11-12 21:36:25 -0500
commit61228277fddba7e92f69bbee12010fb53835827d (patch)
tree0d5a5ea8858776ca5ea4b820fea614b58a05a3d8 /sc/inc/dpfilteredcache.hxx
parentcc46bcc68b2f10ce01e70793589943723995ecc4 (diff)
loplugin:staticmethods
Change-Id: I674afe58964c27c349012de1117db3e362e72e5f
Diffstat (limited to 'sc/inc/dpfilteredcache.hxx')
-rw-r--r--sc/inc/dpfilteredcache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpfilteredcache.hxx b/sc/inc/dpfilteredcache.hxx
index 74967948d255..2b160f43ddd9 100644
--- a/sc/inc/dpfilteredcache.hxx
+++ b/sc/inc/dpfilteredcache.hxx
@@ -143,7 +143,7 @@ public:
bool empty() const;
#if DUMP_PIVOT_TABLE
- void dumpRowFlag(const RowFlagType& rFlag) const;
+ static void dumpRowFlag( const RowFlagType& rFlag );
void dump() const;
#endif