[Libreoffice-commits] core.git: sw/source

Tor Lillqvist tml at collabora.com
Thu Jan 9 10:42:37 PST 2014


 sw/source/filter/ww8/wrtww8.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit a11eae53522aa08253a73306f84c233fe0633c15
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Jan 9 20:41:15 2014 +0200

    WaE [loplugin]: unused variable 'aStarts'
    
    Change-Id: I626390335fa7f257a150c9bb444d7f6d94c1d493

diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
index a24cf5b..53c3b61 100644
--- a/sw/source/filter/ww8/wrtww8.cxx
+++ b/sw/source/filter/ww8/wrtww8.cxx
@@ -1389,7 +1389,6 @@ void WW8Export::AppendBookmarks( const SwTxtNode& rNd, sal_Int32 nAktPos, sal_In
 
 void WW8Export::AppendAnnotationMarks(const SwTxtNode& rNode, sal_Int32 nAktPos, sal_Int32 nLen)
 {
-    std::vector<OUString> aStarts;
     IMarkVector aMarks;
     if (GetAnnotationMarks(rNode, nAktPos, nAktPos + nLen, aMarks))
     {


More information about the Libreoffice-commits mailing list