summaryrefslogtreecommitdiff
path: root/include/vcl/imap.hxx
diff options
context:
space:
mode:
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