summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/undotab.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-01-20 17:05:34 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-01-20 17:05:34 -0500
commitd8c9ce99b4ab513775ef566f4498a66246ffb11b (patch)
treec5dc0da584d0414fd3d173a7b26b116604b56f8c /sc/source/ui/inc/undotab.hxx
parent58f94f9afcaea325ad087c19ffb825dfb83448df (diff)
calctabcolor: removed compiler warnings.
Diffstat (limited to 'sc/source/ui/inc/undotab.hxx')
-rw-r--r--sc/source/ui/inc/undotab.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/undotab.hxx b/sc/source/ui/inc/undotab.hxx
index e4e4911d606d..c158c9747da7 100644
--- a/sc/source/ui/inc/undotab.hxx
+++ b/sc/source/ui/inc/undotab.hxx
@@ -249,10 +249,10 @@ public:
virtual String GetComment() const;
private:
+ ScUndoSetTabBgColorInfoList* aUndoSetTabBgColorInfoList;
SCTAB nTab;
Color aOldTabBgColor;
Color aNewTabBgColor;
- ScUndoSetTabBgColorInfoList* aUndoSetTabBgColorInfoList;
BOOL bIsMultipleUndo;
void DoChange( SCTAB nTab, const Color& rTabBgColor ) const;