summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/viewfunc.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-02-23 19:04:41 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-02-23 19:04:41 -0500
commit2ab03deceb3343ca85fe0d87d952329d6ec3dde5 (patch)
treedea8f29baa9429d17a60f98f86b4bea6ec74b5d3 /sc/source/ui/inc/viewfunc.hxx
parentb8cdea71ab986882c8590d1531a0e2ede4c51cb2 (diff)
calctabcolor: Use STL's container instead of using an internal List. We should avoid using List at all cost!
Diffstat (limited to 'sc/source/ui/inc/viewfunc.hxx')
-rw-r--r--sc/source/ui/inc/viewfunc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/viewfunc.hxx b/sc/source/ui/inc/viewfunc.hxx
index b727d96f944b..7bb3be9d43be 100644
--- a/sc/source/ui/inc/viewfunc.hxx
+++ b/sc/source/ui/inc/viewfunc.hxx
@@ -278,8 +278,8 @@ public:
SCTAB nCount, const SCTAB* pSrcTabs,
BOOL bLink,SCTAB nTab);
- BOOL SetTabBgColor( const Color& rColor, SCTAB nTabNr );
- BOOL SetTabBgColor( ScUndoSetTabBgColorInfoList* rUndoSetTabBgColorInfoList );
+ bool SetTabBgColor( const Color& rColor, SCTAB nTabNr );
+ bool SetTabBgColor( ScUndoSetTabBgColorInfoList& rUndoSetTabBgColorInfoList );
void InsertTableLink( const String& rFile,
const String& rFilter, const String& rOptions,