Kaydet (Commit) 364b742f authored tarafından Thomas Arnhold's avatar Thomas Arnhold

WaE: unused parameter

üst 85713e8a
...@@ -52,7 +52,7 @@ int SAL_CALL CompareStart( const void* pFirst, const void* pSecond ) ...@@ -52,7 +52,7 @@ int SAL_CALL CompareStart( const void* pFirst, const void* pSecond )
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
// (+) class TextCharAttrib // (+) class TextCharAttrib
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
TextCharAttrib::TextCharAttrib( const TextAttrib& rAttr, sal_uInt16 nStart, sal_uInt16 nEnd ) TextCharAttrib::TextCharAttrib( const TextAttrib& /* rAttr */, sal_uInt16 nStart, sal_uInt16 nEnd )
{ {
mpAttr = NULL; mpAttr = NULL;
mnStart = nStart, mnStart = nStart,
......
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