summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-01-11 20:30:13 +0200
committerTor Lillqvist <tml@collabora.com>2014-01-11 20:59:41 +0200
commitbeaa383389a4e66b914c0fad1ed8ee3a0339d848 (patch)
treeb8b0bcd60f1ceb50827d054c80f8e85504cdbf08 /cui
parenta0d1d74e118a4dab9206ed907e516677bb1cdb57 (diff)
WaE: unsafe mix of type 'sal_Bool' and type 'bool'
Change-Id: I9b09447dbc91c130827d1f38537b5703689e12fa
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/border.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx
index 0073a9ea59cd..87c5e2499ee5 100644
--- a/cui/source/tabpages/border.cxx
+++ b/cui/source/tabpages/border.cxx
@@ -568,7 +568,7 @@ sal_Bool SvxBorderTabPage::FillItemSet( SfxItemSet& rCoreAttrs )
{
bool bAttrsChanged = SfxTabPage::FillItemSet( rCoreAttrs );
- sal_Bool bPut = sal_True;
+ bool bPut = true;
sal_uInt16 nBoxWhich = GetWhich( SID_ATTR_BORDER_OUTER );
sal_uInt16 nBoxInfoWhich = rCoreAttrs.GetPool()->GetWhich( SID_ATTR_BORDER_INNER, sal_False );
const SfxItemSet& rOldSet = GetItemSet();