summaryrefslogtreecommitdiff
path: root/svx/source/table/tablerow.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-01-04 08:51:03 +0100
committerDavid Tardon <dtardon@redhat.com>2011-01-04 09:31:03 +0100
commit38ed65449b29300d671cb26b208df933ad053171 (patch)
tree9e595d1ad4bd2e7eafb9932d86577418090e0538 /svx/source/table/tablerow.cxx
parent5f7b8cf83751babb0cef560fe6442f0ace984317 (diff)
cppcheck cleaning
Diffstat (limited to 'svx/source/table/tablerow.cxx')
-rw-r--r--svx/source/table/tablerow.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/table/tablerow.cxx b/svx/source/table/tablerow.cxx
index 1765f0b81892..b72c22ab36a5 100644
--- a/svx/source/table/tablerow.cxx
+++ b/svx/source/table/tablerow.cxx
@@ -116,6 +116,7 @@ TableRow& TableRow::operator=( const TableRow& r )
mbIsVisible = r.mbIsVisible;
mbIsStartOfNewPage = r.mbIsStartOfNewPage;
maName = r.maName;
+ mnRow = r.mnRow;
return *this;
}