[Libreoffice-commits] core.git: sw/source
Michael Stahl
mstahl at redhat.com
Tue Jul 16 09:23:11 PDT 2013
sw/source/core/fields/reffld.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 1bbe69acfcc401a0686feefe91c34e68a50b0d2c
Author: Michael Stahl <mstahl at redhat.com>
Date: Tue Jul 16 18:20:22 2013 +0200
SwGetRefField::PutValue: unused variable sTmp
Change-Id: I94cc8455d054d6d43a5445d3434b1d8ef57c05c7
diff --git a/sw/source/core/fields/reffld.cxx b/sw/source/core/fields/reffld.cxx
index 7bdcc0c..486f965 100644
--- a/sw/source/core/fields/reffld.cxx
+++ b/sw/source/core/fields/reffld.cxx
@@ -668,7 +668,6 @@ bool SwGetRefField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const
bool SwGetRefField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId )
{
- String sTmp;
switch( nWhichId )
{
case FIELD_PROP_USHORT1:
More information about the Libreoffice-commits
mailing list