diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-07-16 18:20:22 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-07-16 18:20:22 +0200 |
commit | 1bbe69acfcc401a0686feefe91c34e68a50b0d2c (patch) | |
tree | 97163cea1aae7c01be90605dce1e54219268a6f3 | |
parent | 802b66092c441065278a879efb5da24fab08a31b (diff) |
SwGetRefField::PutValue: unused variable sTmp
Change-Id: I94cc8455d054d6d43a5445d3434b1d8ef57c05c7
-rw-r--r-- | sw/source/core/fields/reffld.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/fields/reffld.cxx b/sw/source/core/fields/reffld.cxx index 7bdcc0c1a4e6..486f965ba04a 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: |