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 8453e7fc83f1..ff9723241fd7 100644
--- a/sdext/source/pdfimport/tree/imagecontainer.hxx
+++ b/sdext/source/pdfimport/tree/imagecontainer.hxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,7 +41,7 @@
namespace pdfi
{
struct EmitContext;
-
+
class ImageContainer
{
private:
@@ -50,11 +50,11 @@ namespace pdfi
public:
ImageContainer();
-
+
ImageId addImage( const ::com::sun::star::uno::Sequence<
::com::sun::star::beans::PropertyValue>& xBitmap );
void writeBase64EncodedStream( ImageId nImageId, EmitContext& rContext );
- };
+ };
}
#endif