summaryrefslogtreecommitdiffstats
path: root/sc/inc/attarray.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-03-09 09:38:03 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-03-09 09:38:03 -0500
commitb62a698b9c0795df73e720b4168e26c14939226d (patch)
tree180130e74aa1ab1e4c51f82d2c75d019b95e76cf /sc/inc/attarray.hxx
parentkohei04: #i108928# fixed a crasher. (diff)
downloadcore-b62a698b9c0795df73e720b4168e26c14939226d.tar.gz
core-b62a698b9c0795df73e720b4168e26c14939226d.zip
kohei04: tab to whitespace & BOOL to bool etc to make MSVC compiler happy.
Diffstat (limited to 'sc/inc/attarray.hxx')
-rw-r--r--sc/inc/attarray.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx
index 5cbe1bafd290..b4595cc1093a 100644
--- a/sc/inc/attarray.hxx
+++ b/sc/inc/attarray.hxx
@@ -151,7 +151,7 @@ public:
BOOL HasLines( SCROW nRow1, SCROW nRow2, Rectangle& rSizes,
BOOL bLeft, BOOL bRight ) const;
- BOOL HasAttrib( SCROW nRow1, SCROW nRow2, USHORT nMask ) const;
+ bool HasAttrib( SCROW nRow1, SCROW nRow2, USHORT nMask ) const;
BOOL ExtendMerge( SCCOL nThisCol, SCROW nStartRow, SCROW nEndRow,
SCCOL& rPaintCol, SCROW& rPaintRow,
BOOL bRefresh, BOOL bAttrs );