summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/tree/imagecontainer.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-14 18:03:20 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-14 18:03:20 +0200
commitb81ec527f0bc07f1d988b2393e3ec02503cd72e4 (patch)
treec24abc3d8e9450e4a221c2b0fc6ecd14e090d1e4 /sdext/source/pdfimport/tree/imagecontainer.hxx
parent4aa690c2e4ede777ac67e5eae657ad037507412e (diff)
use our css prefix to make this readable
Change-Id: I360832edafcfcff7e63fd3b185c2575165c2d728
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 );
};
}