[Libreoffice-commits] .: svtools/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Thu Jul 14 00:55:19 PDT 2011


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

New commits:
commit 070016df3becc51d467fbf2e70312106d7392c89
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Thu Jul 14 09:53:11 2011 +0200

    WaE: unused parameter

diff --git a/svtools/source/edit/textdoc.cxx b/svtools/source/edit/textdoc.cxx
index 45be149..7933114 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 = NULL;
     mnStart = nStart,


More information about the Libreoffice-commits mailing list