summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/impldde.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:12:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:12:40 +0200
commit12a4f93d1d412d58b1b13d814de589b10aa41e01 (patch)
treedfc3a26619340fb5fbff018ff0780c973ab1d881 /sfx2/source/appl/impldde.hxx
parentcbae4ec3c9733c16ae69cfc5a23c9a54aadc7fc3 (diff)
Use bool instead of a sal_uInt8 bit
Change-Id: Id918fd609afaa4fcfcd90f60baac165d7d6280d9
Diffstat (limited to 'sfx2/source/appl/impldde.hxx')
-rw-r--r--sfx2/source/appl/impldde.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/impldde.hxx b/sfx2/source/appl/impldde.hxx
index d3ea6781cb0f..18208cf39a09 100644
--- a/sfx2/source/appl/impldde.hxx
+++ b/sfx2/source/appl/impldde.hxx
@@ -40,7 +40,7 @@ class SvDDEObject : public SvLinkSource
DdeRequest* pRequest;
css::uno::Any * pGetData;
- sal_uInt8 bWaitForData : 1; // waiting for data?
+ bool bWaitForData; // waiting for data?
static bool ImplHasOtherFormat( DdeTransaction& );