summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-04 14:01:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-04 14:30:16 +0100
commitca479763afc33824abc7afeaf41a5de1010ac777 (patch)
tree17e6b19f0af0d29a3b155d37d6b22c9fda335686 /include/sfx2
parent50820ace559d715891e35d9cf1213001049c96a4 (diff)
I can't see that the bVisible as 42 is any difference from 'true'
...in practise. If I'm wrong then this needs to be a TriState Change-Id: I4aa499c89ce2f1a46edf443db053b264f285b0d5
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/childwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx
index 03fa2c632b6b..8e2827b61618 100644
--- a/include/sfx2/childwin.hxx
+++ b/include/sfx2/childwin.hxx
@@ -50,7 +50,7 @@ class SfxChildWindowContext;
// ChildWindow Configuration
struct SfxChildWinInfo
{
- sal_Bool bVisible; // this can be sal_True, or sal_False, or 42
+ bool bVisible;
Point aPos;
Size aSize;
sal_uInt16 nFlags;