From f264ff6aad5684fbcc4789a9a8094f5443586ad2 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Wed, 30 Jul 2014 13:14:51 +0200 Subject: put ReadThroughComponent to anon. namespace to avoid redefinition Change-Id: Idcc97e067b0f389a5d9e01013ab2fc20d2dd4ccd --- sd/source/filter/xml/sdxmlwrp.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sd') diff --git a/sd/source/filter/xml/sdxmlwrp.cxx b/sd/source/filter/xml/sdxmlwrp.cxx index dd6d8cd47acb..73ce0215790c 100644 --- a/sd/source/filter/xml/sdxmlwrp.cxx +++ b/sd/source/filter/xml/sdxmlwrp.cxx @@ -174,6 +174,9 @@ SdXMLFilter::~SdXMLFilter(void) { } +namespace +{ + sal_Int32 ReadThroughComponent( Reference xInputStream, Reference xModelComponent, @@ -410,6 +413,8 @@ sal_Int32 ReadThroughComponent( return SD_XML_READERROR; } +} + bool SdXMLFilter::Import( ErrCode& nError ) { sal_uInt32 nRet = 0; -- cgit