diff options
Diffstat (limited to 'svx/source/gallery2/codec.hxx')
-rw-r--r-- | svx/source/gallery2/codec.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/gallery2/codec.hxx b/svx/source/gallery2/codec.hxx index 7a13cad3fd46..ca7ee5d3adbf 100644 --- a/svx/source/gallery2/codec.hxx +++ b/svx/source/gallery2/codec.hxx @@ -47,5 +47,5 @@ public: void Write( SvStream& rStmToWrite ); void Read( SvStream& rStmToRead ); - static BOOL IsCoded( SvStream& rStm, UINT32& rVersion ); + static sal_Bool IsCoded( SvStream& rStm, sal_uInt32& rVersion ); }; |