summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-02-16 18:29:26 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-02-16 18:29:26 +0100
commit3c248f165dbe07a7a1d9087cb4dd8f53768f4821 (patch)
tree9f7f85709dfef14403e0021409de536c27945af3 /svx/source
parent3ccb6c9e3a33c0b95dafc1fb0071dc5df50ce49a (diff)
parentdf281dde0af441f66d1be324b33571d575af77a0 (diff)
CWS-TOOLING: integrate CWS cbosdo01
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/dialog/simptabl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/simptabl.cxx b/svx/source/dialog/simptabl.cxx
index 8fe68a692a11..dcc108f5f933 100644
--- a/svx/source/dialog/simptabl.cxx
+++ b/svx/source/dialog/simptabl.cxx
@@ -291,7 +291,7 @@ void SvxSimpleTable::ShowTable()
void SvxSimpleTable::HideTable()
{
- aPrivContainer.Show();
+ aPrivContainer.Hide();
}
BOOL SvxSimpleTable::IsVisible() const