diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-11 19:15:35 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-11 19:16:40 +0300 |
commit | f01ce474c26a1931a14691ceb41adb8e09699c6d (patch) | |
tree | 5198218692f67cad6dc73413335e5d3da091cc63 /basebmp | |
parent | 3ddd6cb3889c3cfbff96a1a61a12da61547b935e (diff) |
Fix documentation
The value returned by getScanlineStride() is always positive even if
internally the scanline stride is negative in the bottom-up case.
Change-Id: Iaf394639d1e5a27d64b83f75c1d715a9860e492e
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/inc/basebmp/bitmapdevice.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/basebmp/inc/basebmp/bitmapdevice.hxx b/basebmp/inc/basebmp/bitmapdevice.hxx index 389265e21ef5..71c4a6307766 100644 --- a/basebmp/inc/basebmp/bitmapdevice.hxx +++ b/basebmp/inc/basebmp/bitmapdevice.hxx @@ -105,8 +105,7 @@ public: /** Query byte offset to get from scanline n to scanline n+1 - @return the scanline stride in bytes. In the case of - isTopDown()==false, this offset will be negative. + @return the scanline stride in bytes. */ sal_Int32 getScanlineStride() const; |