[Libreoffice-commits] .: svtools/source

Nigel Hawkins nhawkins at kemper.freedesktop.org
Thu Jul 14 02:33:26 PDT 2011


 svtools/source/edit/textdoc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit af1b30b281d7547d0f54d0a00144863bce3fd2a1
Author: Nigel Hawkins <n.hawkins at gmx.com>
Date:   Thu Jul 14 10:03:12 2011 +0100

    Revert "WaE: unused parameter"
    
    This reverts commit 070016df3becc51d467fbf2e70312106d7392c89.
    Thomas and I both submitted different fixes at about the same time.

diff --git a/svtools/source/edit/textdoc.cxx b/svtools/source/edit/textdoc.cxx
index 1c7dbe0..83500ba 100644
--- a/svtools/source/edit/textdoc.cxx
+++ b/svtools/source/edit/textdoc.cxx
@@ -52,7 +52,7 @@ int SAL_CALL CompareStart( const void* pFirst, const void* pSecond )
 // -------------------------------------------------------------------------
 // (+) 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 = rAttr.Clone();
     mnStart = nStart,


More information about the Libreoffice-commits mailing list