summaryrefslogtreecommitdiff
path: root/sc/inc/column.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/column.hxx
parent6229342f643792e94d687880165613a86175ae58 (diff)
kohei04: tab to whitespace & BOOL to bool etc to make MSVC compiler happy.
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index b69fcb384e04..05a641a01c50 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -145,7 +145,7 @@ public:
//UNUSED2009-05 BOOL HasLines( SCROW nRow1, SCROW nRow2, Rectangle& rSizes,
//UNUSED2009-05 BOOL bLeft, BOOL bRight ) const;
- BOOL HasAttrib( SCROW nRow1, SCROW nRow2, USHORT nMask ) const;
+ bool HasAttrib( SCROW nRow1, SCROW nRow2, USHORT nMask ) const;
BOOL HasAttribSelection( const ScMarkData& rMark, USHORT nMask ) const;
BOOL ExtendMerge( SCCOL nThisCol, SCROW nStartRow, SCROW nEndRow,
SCCOL& rPaintCol, SCROW& rPaintRow,