summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/RtfReader.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-02-24 23:14:45 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-02-24 23:14:45 -0600
commit9aee4d1c9e5a0289f0d3d7b4a13046eab60e316e (patch)
treecc9004252e8832472e2314e03aeeb6df36d461ac /dbaccess/source/ui/misc/RtfReader.cxx
parentd9cd3dc9aa0424753c5ed277baa76d15511fef77 (diff)
harmonize Tell() Seek() type.
Change-Id: I2e472aa0279d0763762d3c660207cd74da512626
Diffstat (limited to 'dbaccess/source/ui/misc/RtfReader.cxx')
-rw-r--r--dbaccess/source/ui/misc/RtfReader.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/RtfReader.cxx b/dbaccess/source/ui/misc/RtfReader.cxx
index 83021aadd035..1b68802e738a 100644
--- a/dbaccess/source/ui/misc/RtfReader.cxx
+++ b/dbaccess/source/ui/misc/RtfReader.cxx
@@ -145,7 +145,7 @@ void ORTFReader::NextToken( int nToken )
bool bInsertRow = true;
if ( !m_xTable.is() ) // use first line as header
{
- sal_uInt32 nTell = rInput.Tell(); // perhaps alters position of the stream
+ sal_Size nTell = rInput.Tell(); // perhaps alters position of the stream
m_bError = !CreateTable(nToken);
bInsertRow = m_bAppendFirstLine;