Kaydet (Commit) f1bd4db8 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop unused argument

Change-Id: Ifc262144b7a4c027529ad2927996a4ebf766a5c2
üst 434bcc93
...@@ -595,7 +595,7 @@ public: ...@@ -595,7 +595,7 @@ public:
xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN ); xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN );
xub_StrLen GetTextBreak( const OUString& rStr, long nTextWidth, xub_StrLen GetTextBreak( const OUString& rStr, long nTextWidth,
sal_Int32 nIndex = 0, sal_Int32 nLen = -1, 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, xub_StrLen GetTextBreak( const OUString& rStr, long nTextWidth,
sal_Unicode nExtraChar, sal_Int32& rExtraCharPos, sal_Unicode nExtraChar, sal_Int32& rExtraCharPos,
sal_Int32 nIndex, sal_Int32 nLen, sal_Int32 nIndex, sal_Int32 nLen,
......
...@@ -5995,7 +5995,7 @@ sal_Bool OutputDevice::GetTextIsRTL( const OUString& rString, sal_Int32 nIndex, ...@@ -5995,7 +5995,7 @@ sal_Bool OutputDevice::GetTextIsRTL( const OUString& rString, sal_Int32 nIndex,
xub_StrLen OutputDevice::GetTextBreak( const OUString& rStr, long nTextWidth, xub_StrLen OutputDevice::GetTextBreak( const OUString& rStr, long nTextWidth,
sal_Int32 nIndex, sal_Int32 nLen, sal_Int32 nIndex, sal_Int32 nLen,
long nCharExtra, sal_Bool /*TODO: bCellBreaking*/ ) const long nCharExtra ) const
{ {
DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice ); DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment