summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/viewfunc.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-02-26 16:01:28 +0100
committerKohei Yoshida <kyoshida@novell.com>2010-02-26 16:01:28 +0100
commite63f20a19aed2667d2c05b070059aee1e0f76bdf (patch)
treef4a82ed15847f7fc8249eb38210c494c070ce2a8 /sc/source/ui/inc/viewfunc.hxx
parent8c3ce6044a3a250a65eaa39c976ba0c03f3e09db (diff)
parent77fc63b415dcdbb231e640be0b401fa1dd604a0f (diff)
calctabcolor: resynced with the repository to get more recent changes in.
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 91171fdb7349..59da2966cc60 100644
--- a/sc/source/ui/inc/viewfunc.hxx
+++ b/sc/source/ui/inc/viewfunc.hxx
@@ -275,8 +275,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( ScUndoTabColorInfo::List& rUndoSetTabBgColorInfoList );
void InsertTableLink( const String& rFile,
const String& rFilter, const String& rOptions,