diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-03 12:07:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-03 16:09:36 +0000 |
commit | f1bd4db85538e4979dea6e0d6d306ac89210ea32 (patch) | |
tree | 28ae01c8fc349d48a3f9ac8fc80d52f4c06d504f /include/vcl/outdev.hxx | |
parent | 434bcc93d9d49917dfccd19ab68f9de17e964ff7 (diff) |
drop unused argument
Change-Id: Ifc262144b7a4c027529ad2927996a4ebf766a5c2
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 047a79d46789..c922872fc0f1 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -595,7 +595,7 @@ public: xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN ); xub_StrLen GetTextBreak( const OUString& rStr, long nTextWidth, sal_Int32 nIndex = 0, sal_Int32 nLen = -1, - long nCharExtra = 0, sal_Bool bCellBreaking = sal_True ) const; + long nCharExtra = 0 ) const; xub_StrLen GetTextBreak( const OUString& rStr, long nTextWidth, sal_Unicode nExtraChar, sal_Int32& rExtraCharPos, sal_Int32 nIndex, sal_Int32 nLen, |