summaryrefslogtreecommitdiff
path: root/svx/source/table/tablecolumn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tablecolumn.cxx')
-rw-r--r--svx/source/table/tablecolumn.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/tablecolumn.cxx b/svx/source/table/tablecolumn.cxx
index c5ceadee0680..44536f50499f 100644
--- a/svx/source/table/tablecolumn.cxx
+++ b/svx/source/table/tablecolumn.cxx
@@ -283,7 +283,7 @@ rtl::Reference< FastPropertySetInfo > TableColumn::getStaticPropertySetInfo()
return xInfo;
}
-TableModelRef TableColumn::getModel() const
+TableModelRef const & TableColumn::getModel() const
{
return mxTableModel;
}