summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/dbdataformatting.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/dbdataformatting.cxx')
-rw-r--r--sc/source/core/tool/dbdataformatting.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/dbdataformatting.cxx b/sc/source/core/tool/dbdataformatting.cxx
index fe6a8a2a9e10..24fde5e0f2d3 100644
--- a/sc/source/core/tool/dbdataformatting.cxx
+++ b/sc/source/core/tool/dbdataformatting.cxx
@@ -53,7 +53,7 @@ void ScDBDataFormatting::SetTableStyleName( const OUString& rTableStyleName )
const OUString& ScDBDataFormatting::GetTableStyleName()
{
- return maTbleStyleName;
+ return maTableStyleName;
}
void ScDBDataFormatting::SetBandedRows( bool bBRows )