summaryrefslogtreecommitdiff
path: root/sot/inc/sot/filelist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/inc/sot/filelist.hxx')
-rw-r--r--sot/inc/sot/filelist.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/inc/sot/filelist.hxx b/sot/inc/sot/filelist.hxx
index 4c6c55534319..4db3e4866817 100644
--- a/sot/inc/sot/filelist.hxx
+++ b/sot/inc/sot/filelist.hxx
@@ -62,13 +62,13 @@ public:
SOT_DLLPUBLIC friend SvStream& operator>>( SvStream& rIStm, FileList& rFileList );
// Clipboard, D&D usw.
- static ULONG GetFormat();
+ static sal_uLong GetFormat();
// Liste fuellen/abfragen
void AppendFile( const String& rStr );
- String GetFile( ULONG i ) const;
- ULONG Count( void ) const;
+ String GetFile( sal_uLong i ) const;
+ sal_uLong Count( void ) const;
};