summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/tree/imagecontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/pdfimport/tree/imagecontainer.hxx')
-rw-r--r--sdext/source/pdfimport/tree/imagecontainer.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sdext/source/pdfimport/tree/imagecontainer.hxx b/sdext/source/pdfimport/tree/imagecontainer.hxx
index 45bd553d7f22..5cee8931e27e 100644
--- a/sdext/source/pdfimport/tree/imagecontainer.hxx
+++ b/sdext/source/pdfimport/tree/imagecontainer.hxx
@@ -36,14 +36,14 @@ namespace pdfi
class ImageContainer
{
private:
- std::vector< ::com::sun::star::uno::Sequence<
- ::com::sun::star::beans::PropertyValue> > m_aImages;
+ std::vector< css::uno::Sequence<
+ css::beans::PropertyValue> > m_aImages;
public:
ImageContainer();
- ImageId addImage( const ::com::sun::star::uno::Sequence<
- ::com::sun::star::beans::PropertyValue>& xBitmap );
+ ImageId addImage( const css::uno::Sequence<
+ css::beans::PropertyValue>& xBitmap );
void writeBase64EncodedStream( ImageId nImageId, EmitContext& rContext );
};
}