Kaydet (Commit) 6ffe2040 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

warning C4101: unreferenced local variable

Change-Id: I8dcd71b73204d37d3125e38b6983af430fa4570c
üst a4967e4a
...@@ -659,7 +659,7 @@ void lcl_MoveBorderPropertiesToFrame(uno::Sequence<beans::PropertyValue>& rFrame ...@@ -659,7 +659,7 @@ void lcl_MoveBorderPropertiesToFrame(uno::Sequence<beans::PropertyValue>& rFrame
} }
rFrameProperties.realloc(nStart); rFrameProperties.realloc(nStart);
} }
catch( const uno::Exception& rEx ) catch( const uno::Exception& )
{ {
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment