summaryrefslogtreecommitdiff
path: root/svl/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-24 08:34:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-24 19:18:10 +0100
commit902698412183e93a1bd018200c63054a422f2636 (patch)
tree67daeba1b5cdb805f05f5ebcff0105d82e37f2a5 /svl/source
parent9c8ae146042a28d1d56b7c672d5b3a9d659515b4 (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/source')
-rw-r--r--svl/source/svdde/ddecli.cxx5
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 );