summaryrefslogtreecommitdiff
path: root/oox/source/helper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-01 11:15:00 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-01 11:15:00 +0000
commit8e871fd4ee5917426489fabe15ee726af4f84b8d (patch)
treeb49e471aea742f09d732caf4d1b20c2e98891c50 /oox/source/helper
parentd114ff036c16826951c95ac929edc628df84b71d (diff)
INTEGRATION: CWS xmlfilter05 (1.2.18); FILE MERGED
2008/05/02 11:24:39 hbrinkm 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/17 09:45:46 dr 1.2.18.1: #i86546# #i86549# #i86560# support all file types and templates
Diffstat (limited to 'oox/source/helper')
-rw-r--r--oox/source/helper/olestorage.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/helper/olestorage.cxx b/oox/source/helper/olestorage.cxx
index 7787ec84fbba..96a83b49f423 100644
--- a/oox/source/helper/olestorage.cxx
+++ b/oox/source/helper/olestorage.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: olestorage.cxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -121,7 +121,7 @@ Reference< XStorage > OleStorage::implGetXStorage() const
void OleStorage::implGetElementNames( ::std::vector< OUString >& orElementNames ) const
{
Sequence< OUString > aNames;
- if( mxStorage.is() ) try
+ if( mxElements.is() ) try
{
aNames = mxElements->getElementNames();
if( aNames.getLength() > 0 )