summaryrefslogtreecommitdiffstats
path: root/sc/inc/attarray.hxx
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-03-22 17:49:38 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-03-22 17:49:38 +0100
commit6918fdbcc7dae355b04fa59661365b798f865a42 (patch)
treebec62da726525c40e16b3a118359f6eee4610985 /sc/inc/attarray.hxx
parentCWS-TOOLING: integrate CWS koheicsvimport (diff)
parentkohei04: Squash those useless __EXPORT macros. (diff)
downloadcore-6918fdbcc7dae355b04fa59661365b798f865a42.tar.gz
core-6918fdbcc7dae355b04fa59661365b798f865a42.zip
CWS-TOOLING: integrate CWS kohei04
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 6d7b7f48c2d7..c82d607577bf 100644
--- a/sc/inc/attarray.hxx
+++ b/sc/inc/attarray.hxx
@@ -148,7 +148,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 );