summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/simptabl.cxx2
-rw-r--r--svx/util/hidother.src3
2 files changed, 4 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
diff --git a/svx/util/hidother.src b/svx/util/hidother.src
index 751744c698be..416cb411c02b 100644
--- a/svx/util/hidother.src
+++ b/svx/util/hidother.src
@@ -32,6 +32,9 @@
#include <svx/svxids.hrc>
#include "../inc/fmhelp.hrc"
+/* #define HID_AUTOCORR_HELP_CHGNONBRKSPACE HID_AUTOCORR_HELP_START+20 */
+/* hidspecial HID_AUTOCORR_HELP_CHGNONBRKSPACE { HelpID = HID_AUTOCORR_HELP_CHGNONBRKSPACE;}; */
+
hidspecial HID_FIELD_SEL { HelpID =HID_FIELD_SEL ;};
hidspecial HID_FIELD_SEL_WIN { HelpID =HID_FIELD_SEL_WIN ;};
hidspecial HID_FILL_ATTR_LISTBOX { HelpID = HID_FILL_ATTR_LISTBOX ;};