summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/impldde.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 16:11:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 16:11:58 +0200
commit8d7b9d7d23ae6a02be4c9408fc01e756aef0e4a2 (patch)
treee61725a840545094d6647b07f3f164e3f53bf569 /sfx2/source/appl/impldde.hxx
parentb24cc067695d7986f231303218e7b853d827b316 (diff)
SvDDEObject::nError is never read
...at least since 98eabdaa5a7f4a35b87925361a5a437077e274c0/ 14483df71f08d2bf676d558708429af066fd9ecd "INTEGRATION: CWS mav09: #i27773# move implementation from so3" moved the code to where it is today. Change-Id: Ia57aee6e0ea2f1c179ca542046dd26b86c9b7e04
Diffstat (limited to 'sfx2/source/appl/impldde.hxx')
-rw-r--r--sfx2/source/appl/impldde.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/appl/impldde.hxx b/sfx2/source/appl/impldde.hxx
index 7e67adb8b0a5..d3ea6781cb0f 100644
--- a/sfx2/source/appl/impldde.hxx
+++ b/sfx2/source/appl/impldde.hxx
@@ -41,7 +41,6 @@ class SvDDEObject : public SvLinkSource
css::uno::Any * pGetData;
sal_uInt8 bWaitForData : 1; // waiting for data?
- sal_uInt8 nError : 7; // Error code for dialogue
static bool ImplHasOtherFormat( DdeTransaction& );