summaryrefslogtreecommitdiff
path: root/sc/source/core/data/tabbgcolor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/tabbgcolor.cxx')
-rw-r--r--sc/source/core/data/tabbgcolor.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/source/core/data/tabbgcolor.cxx b/sc/source/core/data/tabbgcolor.cxx
index 5e8479d4bdd6..a6ecb1a8a71a 100644
--- a/sc/source/core/data/tabbgcolor.cxx
+++ b/sc/source/core/data/tabbgcolor.cxx
@@ -39,25 +39,25 @@
#include "tabbgcolor.hxx"
bool ScUndoTabColorInfo::IsDefaultOldTabBgColor() const
-{
- return maOldTabBgColor == Color(COL_AUTO);
+{
+ return maOldTabBgColor == Color(COL_AUTO);
}
-bool ScUndoTabColorInfo::IsDefaultNewTabBgColor() const
-{
- return maOldTabBgColor == Color(COL_AUTO);
+bool ScUndoTabColorInfo::IsDefaultNewTabBgColor() const
+{
+ return maOldTabBgColor == Color(COL_AUTO);
}
ScUndoTabColorInfo::ScUndoTabColorInfo(SCTAB nTab) :
- mnTabId(nTab),
- maOldTabBgColor(COL_AUTO),
+ mnTabId(nTab),
+ maOldTabBgColor(COL_AUTO),
maNewTabBgColor(COL_AUTO)
{
}
ScUndoTabColorInfo::ScUndoTabColorInfo(const ScUndoTabColorInfo& r) :
- mnTabId(r.mnTabId),
- maOldTabBgColor(r.maOldTabBgColor),
+ mnTabId(r.mnTabId),
+ maOldTabBgColor(r.maOldTabBgColor),
maNewTabBgColor(r.maNewTabBgColor)
{
}