summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlwrap.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-04 17:34:55 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-06 17:38:49 +0100
commit9e08319c11dcd403b2970bfd0070b47cf92fdeba (patch)
treee0e1b0962b89e1e0e20f758b4b0c128ad2ef0eb8 /sc/source/filter/xml/xmlwrap.cxx
parentb92b485c6c956b6bfded4bbf72f8413e92fc2a44 (diff)
Fix build.
Diffstat (limited to 'sc/source/filter/xml/xmlwrap.cxx')
-rw-r--r--sc/source/filter/xml/xmlwrap.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/xml/xmlwrap.cxx b/sc/source/filter/xml/xmlwrap.cxx
index f210639d0477..b3c052d9c05f 100644
--- a/sc/source/filter/xml/xmlwrap.cxx
+++ b/sc/source/filter/xml/xmlwrap.cxx
@@ -713,6 +713,7 @@ sal_Bool ScXMLImportWrapper::ExportToComponent(uno::Reference<lang::XMultiServic
bRet = xFilter->filter( aDescriptor );
pSharedData = pExport->GetSharedData();
+ }
return bRet;
}