summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-10-15 14:35:13 +0200
committerMathias Bauer <mba@openoffice.org>2010-10-15 14:35:13 +0200
commitd56823f5788d273402134999518a3d336fac5774 (patch)
tree7dec091177a8a1a1d382ceee065f72af67115cbb
parentd57f6c0b4986007821e5defc329f8315811139fc (diff)
CWS changehid: some missing HIDs
-rw-r--r--cui/source/options/connpooloptions.src1
-rw-r--r--cui/source/options/dbregister.src2
-rw-r--r--cui/source/options/optfltr.src2
-rw-r--r--cui/source/options/opthtml.src1
-rw-r--r--cui/source/tabpages/autocdlg.src3
5 files changed, 3 insertions, 6 deletions
diff --git a/cui/source/options/connpooloptions.src b/cui/source/options/connpooloptions.src
index e4ac67e16bf2..89b45595b37a 100644
--- a/cui/source/options/connpooloptions.src
+++ b/cui/source/options/connpooloptions.src
@@ -36,7 +36,6 @@
TabPage RID_OFAPAGE_CONNPOOLOPTIONS
{
HelpID = "cui:TabPage:RID_OFAPAGE_CONNPOOLOPTIONS";
- // HelpId = ;
OutputSize = TRUE ;
Size = MAP_APPFONT ( PAGE_SIZE_X, PAGE_SIZE_Y ) ;
SVLook = TRUE ;
diff --git a/cui/source/options/dbregister.src b/cui/source/options/dbregister.src
index 9d7c430d2f58..e2ad56ceedd0 100644
--- a/cui/source/options/dbregister.src
+++ b/cui/source/options/dbregister.src
@@ -34,7 +34,7 @@
#define STD_MASKCOLOR Color { Red=0xffff; Green=0x0000; Blue=0xffff; }
TabPage RID_SFXPAGE_DBREGISTER
{
- // HelpId = HID_OPTIONS_DBREGISTER ;
+ HelpId = "cui:TabPage:RID_SFXPAGE_DBREGISTER" ;
OutputSize = TRUE ;
SVLook = TRUE ;
Hide = TRUE ;
diff --git a/cui/source/options/optfltr.src b/cui/source/options/optfltr.src
index de6850970ce8..cff77bad88b6 100644
--- a/cui/source/options/optfltr.src
+++ b/cui/source/options/optfltr.src
@@ -33,7 +33,6 @@
TabPage RID_OFAPAGE_MSFILTEROPT
{
HelpID = "cui:TabPage:RID_OFAPAGE_MSFILTEROPT";
- // HelpId = ;
OutputSize = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
SVLook = TRUE ;
@@ -121,7 +120,6 @@ TabPage RID_OFAPAGE_MSFILTEROPT
TabPage RID_OFAPAGE_MSFILTEROPT2
{
HelpID = "cui:TabPage:RID_OFAPAGE_MSFILTEROPT2";
- // HelpId = ;
OutputSize = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
SVLook = TRUE ;
diff --git a/cui/source/options/opthtml.src b/cui/source/options/opthtml.src
index dee0d57c7779..5de010b58948 100644
--- a/cui/source/options/opthtml.src
+++ b/cui/source/options/opthtml.src
@@ -33,7 +33,6 @@
TabPage RID_OFAPAGE_HTMLOPT
{
HelpID = "cui:TabPage:RID_OFAPAGE_HTMLOPT";
- // HelpId = ;
OutputSize = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
SVLook = TRUE ;
diff --git a/cui/source/tabpages/autocdlg.src b/cui/source/tabpages/autocdlg.src
index eded36bdc419..d698a8f8aa47 100644
--- a/cui/source/tabpages/autocdlg.src
+++ b/cui/source/tabpages/autocdlg.src
@@ -526,8 +526,9 @@ TabPage RID_OFAPAGE_AUTOCORR_QUOTE
Size = MAP_APPFONT ( 122 , 8 ) ;
Text [ en-US ] = "Single quotes" ;
};
- Checkbox CB_SGL_TYPO
+ CheckBox CB_SGL_TYPO
{
+ HelpId = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_QUOTE:CB_SGL_TYPO";
Pos = MAP_APPFONT ( 7 , 101 ) ;
Size = MAP_APPFONT ( 86 , 10 ) ;
Text [ en-US ] = "Repla~ce" ;