summaryrefslogtreecommitdiff
path: root/chart2/source/model/filter/XMLFilter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/filter/XMLFilter.cxx')
-rw-r--r--chart2/source/model/filter/XMLFilter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/model/filter/XMLFilter.cxx b/chart2/source/model/filter/XMLFilter.cxx
index 8ea6da924081..1aaef1f5b1c2 100644
--- a/chart2/source/model/filter/XMLFilter.cxx
+++ b/chart2/source/model/filter/XMLFilter.cxx
@@ -78,7 +78,7 @@ uno::Reference< embed::XStorage > lcl_getWriteStorage(
{
Reference< lang::XSingleServiceFactory > xStorageFact( embed::StorageFactory::create( xContext ) );
- ::std::vector< beans::PropertyValue > aPropertiesForStorage;
+ std::vector< beans::PropertyValue > aPropertiesForStorage;
for( sal_Int32 i=rMediaDescriptor.getLength(); i--; )
{
@@ -142,7 +142,7 @@ uno::Reference< embed::XStorage > lcl_getReadStorage(
{
// get XStream from MediaDescriptor
uno::Reference< io::XInputStream > xStream;
- ::std::vector< beans::PropertyValue > aPropertiesForStorage;
+ std::vector< beans::PropertyValue > aPropertiesForStorage;
for( sal_Int32 i=rMediaDescriptor.getLength(); i--; )
{
if( rMediaDescriptor[i].Name == "InputStream" )