summaryrefslogtreecommitdiff
path: root/package/source/manifest/ManifestImport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/manifest/ManifestImport.cxx')
-rw-r--r--package/source/manifest/ManifestImport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/source/manifest/ManifestImport.cxx b/package/source/manifest/ManifestImport.cxx
index 7c0bbde0501c..eb8ed2b3ad36 100644
--- a/package/source/manifest/ManifestImport.cxx
+++ b/package/source/manifest/ManifestImport.cxx
@@ -333,7 +333,7 @@ void SAL_CALL ManifestImport::startElement( const OUString& aName, const uno::Re
namespace
{
- bool isEmpty(const com::sun::star::beans::PropertyValue &rProp)
+ bool isEmpty(const css::beans::PropertyValue &rProp)
{
return rProp.Name.isEmpty();
}
@@ -347,7 +347,7 @@ void SAL_CALL ManifestImport::endElement( const OUString& aName )
{
if ( aConvertedName.equals( sFileEntryElement ) && aStack.back().m_bValid )
{
- com::sun::star::beans::PropertyValue aEmpty;
+ css::beans::PropertyValue aEmpty;
aSequence.erase(std::remove_if(aSequence.begin(), aSequence.end(),
isEmpty), aSequence.end());