diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/inc/ZipPackageBuffer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/inc/ZipPackageBuffer.hxx b/package/inc/ZipPackageBuffer.hxx index 8e3408800fc6..8e902b35aa37 100644 --- a/package/inc/ZipPackageBuffer.hxx +++ b/package/inc/ZipPackageBuffer.hxx @@ -39,7 +39,7 @@ public: ZipPackageBuffer(); virtual ~ZipPackageBuffer() override; - inline void realloc ( sal_Int32 nSize ) { m_aBuffer.realloc ( nSize ); } + void realloc ( sal_Int32 nSize ) { m_aBuffer.realloc ( nSize ); } const css::uno::Sequence < sal_Int8>& getSequence () const { return m_aBuffer; } // XInputStream |