summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/codec.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/gallery2/codec.hxx')
-rw-r--r--svx/source/gallery2/codec.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/svx/source/gallery2/codec.hxx b/svx/source/gallery2/codec.hxx
index 35ead899ccb7..8d8196d70d0e 100644
--- a/svx/source/gallery2/codec.hxx
+++ b/svx/source/gallery2/codec.hxx
@@ -26,17 +26,16 @@ class SvStream;
class GalleryCodec
{
private:
-
- SvStream& rStm;
+ SvStream& rStm;
public:
- explicit GalleryCodec( SvStream& rIOStm );
+ explicit GalleryCodec(SvStream& rIOStm);
~GalleryCodec();
- void Write( SvStream& rStmToWrite );
- void Read( SvStream& rStmToRead );
+ void Write(SvStream& rStmToWrite);
+ void Read(SvStream& rStmToRead);
- static bool IsCoded( SvStream& rStm, sal_uInt32& rVersion );
+ static bool IsCoded(SvStream& rStm, sal_uInt32& rVersion);
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */