summaryrefslogtreecommitdiff
path: root/include/vcl/imap.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-09-10 21:23:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-09-11 09:08:47 +0200
commitb3e4ba69b70a30bbcc32ac59ce90e2eda2bc76de (patch)
tree12453ac9bdf40752a5cf9d07e7c2d69fbcb9f20a /include/vcl/imap.hxx
parent72b5478390457fa2dcf90e310bb3903e910ca8f2 (diff)
convert IMAP_FORMAT to scoped enum
Change-Id: I58090ced672267614ade2e3e81e6264d01b77901 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102405 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/imap.hxx')
-rw-r--r--include/vcl/imap.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/imap.hxx b/include/vcl/imap.hxx
index 5cf03071b22a..02d8f2ddf96b 100644
--- a/include/vcl/imap.hxx
+++ b/include/vcl/imap.hxx
@@ -58,7 +58,7 @@ private:
static OUString ImpReadNCSAURL( const char** ppStr );
static Point ImpReadNCSACoords( const char** ppStr );
- static sal_uLong ImpDetectFormat( SvStream& rIStm );
+ static IMapFormat ImpDetectFormat( SvStream& rIStm );
public:
@@ -113,8 +113,8 @@ public:
void Write ( SvStream& rOStm ) const;
void Read( SvStream& rIStm );
- void Write( SvStream& rOStm, sal_uLong nFormat ) const;
- sal_uLong Read( SvStream& rIStm, sal_uLong nFormat );
+ void Write( SvStream& rOStm, IMapFormat nFormat ) const;
+ sal_uLong Read( SvStream& rIStm, IMapFormat nFormat );
};
class IMapCompat