summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
Diffstat (limited to 'io')
-rw-r--r--io/source/stm/streamhelper.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/io/source/stm/streamhelper.hxx b/io/source/stm/streamhelper.hxx
index 0275557ace8c..1fa232b00001 100644
--- a/io/source/stm/streamhelper.hxx
+++ b/io/source/stm/streamhelper.hxx
@@ -118,6 +118,7 @@ private:
assert( m_nOccupiedBuffer <= m_nBufferLen );
assert( m_nStart >= 0 );
assert( 0 == m_nStart || m_nStart < m_nBufferLen );
+ (void) this; // avoid loplugin:staticmethods
}
sal_Int8 *m_p;