summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLDocumentImpl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-24 16:40:57 +0200
committerNoel Grandin <noel@peralex.com>2015-05-05 09:30:40 +0200
commit86172696f337317320f857016287e4a8850e613c (patch)
treeb211662b097ead6bd59bbc42569d0fc31080eb7f /writerfilter/source/ooxml/OOXMLDocumentImpl.hxx
parent89945a90590e2c9a3bea7a387cf8d9d2f5591728 (diff)
loplugin:staticmethods
Change-Id: I64fdb27a7f83f6417a9cd67ed5d2c44072ec7f2e
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLDocumentImpl.hxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLDocumentImpl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerfilter/source/ooxml/OOXMLDocumentImpl.hxx b/writerfilter/source/ooxml/OOXMLDocumentImpl.hxx
index 507a3ad23b85..9049b787e90d 100644
--- a/writerfilter/source/ooxml/OOXMLDocumentImpl.hxx
+++ b/writerfilter/source/ooxml/OOXMLDocumentImpl.hxx
@@ -69,9 +69,9 @@ protected:
void resolveFastSubStream(Stream & rStream,
OOXMLStream::StreamType_t nType);
- void resolveFastSubStreamWithId(Stream & rStream,
- writerfilter::Reference<Stream>::Pointer_t pStream,
- sal_uInt32 nId);
+ static void resolveFastSubStreamWithId(Stream & rStream,
+ writerfilter::Reference<Stream>::Pointer_t pStream,
+ sal_uInt32 nId);
css::uno::Reference<css::xml::dom::XDocument> importSubStream(OOXMLStream::StreamType_t nType);