diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-01-24 08:34:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-01-24 19:18:10 +0100 |
commit | 902698412183e93a1bd018200c63054a422f2636 (patch) | |
tree | 67daeba1b5cdb805f05f5ebcff0105d82e37f2a5 /svl | |
parent | 9c8ae146042a28d1d56b7c672d5b3a9d659515b4 (diff) |
loplugin:emptyif (clang-cl)
Change-Id: I8ddf764f9e155c037e25855b7d6efc49eb494179
Reviewed-on: https://gerrit.libreoffice.org/48483
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/svdde/ddecli.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svl/source/svdde/ddecli.cxx b/svl/source/svdde/ddecli.cxx index 3faef58aca80..f5f30412c747 100644 --- a/svl/source/svdde/ddecli.cxx +++ b/svl/source/svdde/ddecli.cxx @@ -125,11 +125,6 @@ HDDEDATA CALLBACK DdeInternal::CliCallback( UINT nCode, UINT nCbType, SAL_FALLTHROUGH; case XTYP_REQUEST: - if( !hData && XTYP_REQUEST == nCode ) - { - - } - DdeData d; d.xImp->hData = hData; d.xImp->nFmt = DdeData::GetInternalFormat( nCbType ); |