Hi,
I would like you to review the following patch:
https://gerrit.libreoffice.org/5205
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/help refs/changes/05/5205/1
update help ids for direct sql dialog .ui conversion
Change-Id: I04405deaa3af2deb89d41ea032dc95b0fb5f919f
---
M helpers/help_hid.lst
M source/text/shared/explorer/database/11080000.xhp
2 files changed, 8 insertions(+), 14 deletions(-)
diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index 60fe492..0ffa5cf 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -5970,7 +5970,6 @@
dbaccess_ListBox_DLG_DATASOURCE_SELECTION_LB_DATASOURCE,1388383745,
dbaccess_ListBox_DLG_DBASE_INDEXES_LB_FREEINDEXES,1388334594,
dbaccess_ListBox_DLG_DBASE_INDEXES_LB_TABLEINDEXES,1388334593,
-dbaccess_ListBox_DLG_DIRECTSQL_LB_HISTORY,1388678662,
dbaccess_ListBox_DLG_FILTERCRIT_LB_WHERECOMP1,1388416514,
dbaccess_ListBox_DLG_FILTERCRIT_LB_WHERECOMP2,1388416516,
dbaccess_ListBox_DLG_FILTERCRIT_LB_WHERECOMP3,1388416518,
@@ -5992,7 +5991,6 @@
dbaccess_ModalDialog_DLG_ADABASSTAT,1388609536,
dbaccess_ModalDialog_DLG_DATASOURCE_SELECTION,1388380160,
dbaccess_ModalDialog_DLG_DBASE_INDEXES,1388331008,
-dbaccess_ModalDialog_DLG_DIRECTSQL,1388675072,
dbaccess_ModalDialog_DLG_DOMAINPASSWORD,1388707840,
dbaccess_ModalDialog_DLG_INDEXDESIGN,1388625920,
dbaccess_ModalDialog_DLG_MACRO_MIGRATION,1388314624,
@@ -6001,8 +5999,6 @@
dbaccess_ModalDialog_DLG_SQLEXCEPTIONCHAIN,1388363776,
dbaccess_ModalDialog_DLG_TEXT_CONNECTION_SETTINGS,1388822528,
dbaccess_ModalDialog_WIZ_RTFCOPYTABLE,1388576768,
-dbaccess_MultiLineEdit_DLG_DIRECTSQL_ME_SQL,1388677635,
-dbaccess_MultiLineEdit_DLG_DIRECTSQL_ME_STATUS,1388677640,
dbaccess_MultiLineEdit_TP_SUMMARY_ED_CHANGES,851495426,
dbaccess_MultiListBox_TAB_WIZ_COLUMN_SELECT_LB_NEW_COLUMN_NAMES,851594242,
dbaccess_MultiListBox_TAB_WIZ_COLUMN_SELECT_LB_ORG_COLUMN_NAMES,851594241,
@@ -6015,8 +6011,6 @@
dbaccess_PushButton_DLG_COLLECTION_VIEW_BTN_EXPLORERFILE_SAVE,1388761603,
dbaccess_PushButton_DLG_DATASOURCE_SELECTION_PB_CREATE,1388384777,
dbaccess_PushButton_DLG_DATASOURCE_SELECTION_PB_MANAGE,1388384773,
-dbaccess_PushButton_DLG_DIRECTSQL_PB_CLOSE,1388679691,
-dbaccess_PushButton_DLG_DIRECTSQL_PB_EXECUTE,1388679684,
dbaccess_PushButton_DLG_INDEXDESIGN_PB_CLOSE,1388630529,
dbaccess_PushButton_DLG_JOIN_TABADD_PB_ADDTABLE,2462290433,
dbaccess_PushButton_DLG_PARAMETERS_BT_TRAVELNEXT,1388401158,
diff --git a/source/text/shared/explorer/database/11080000.xhp
b/source/text/shared/explorer/database/11080000.xhp
index d84778c..63c9912 100644
--- a/source/text/shared/explorer/database/11080000.xhp
+++ b/source/text/shared/explorer/database/11080000.xhp
@@ -41,17 +41,17 @@
<embed href="text/shared/guide/data_enter_sql.xhp#data_enter_sql"/>
<paragraph role="paragraph" id="par_id3147275" xml-lang="en-US" l10n="U"
oldref="23">You can only enter administration commands in this dialog, such as
Grant, Create Table, or Drop Table, and not filter commands. The commands that
you can enter depend on the data source, for example, dBASE can only run some
of the SQL commands list here.</paragraph>
<paragraph role="note" id="par_id3154860" xml-lang="en-US" l10n="U"
oldref="10">To run an SQL query for filtering data in the database, use the
<link href="text/shared/explorer/database/02010100.xhp" name="Query
Design">Query Design View</link>.</paragraph>
-<bookmark xml-lang="en-US"
branch="hid/dbaccess:MultiLineEdit:DLG_DIRECTSQL:ME_SQL" id="bm_id3150772"
localize="false"/><paragraph role="heading" id="hd_id3149514" xml-lang="en-US"
level="2" l10n="U" oldref="3">Command to execute</paragraph>
-<paragraph role="paragraph" id="par_id3147618" xml-lang="en-US" l10n="U"
oldref="4"><ahelp hid="DBACCESS_MULTILINEEDIT_DLG_DIRECTSQL_ME_SQL">Enter the
SQL administration command that you want to run.</ahelp></paragraph>
+<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/directsqldialog/sql"
id="bm_id3150772" localize="false"/><paragraph role="heading" id="hd_id3149514"
xml-lang="en-US" level="2" l10n="U" oldref="3">Command to execute</paragraph>
+<paragraph role="paragraph" id="par_id3147618" xml-lang="en-US" l10n="U"
oldref="4"><ahelp hid="dbaccess/ui/directsqldialog/sql">Enter the SQL
administration command that you want to run.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id3153087" xml-lang="en-US" l10n="U"
oldref="24">For example, for a "Bibliography" data source, you can enter the
following SQL command:</paragraph>
<paragraph role="paragraph" id="par_id3145673" xml-lang="en-US" l10n="U"
oldref="25">SELECT "Address" FROM "biblio" "biblio"</paragraph>
<paragraph role="paragraph" id="par_id3145611" xml-lang="en-US" l10n="U"
oldref="21">For more information on SQL commands, please consult the
documentation that came with the database.</paragraph>
-<bookmark xml-lang="en-US"
branch="hid/dbaccess:ListBox:DLG_DIRECTSQL:LB_HISTORY" id="bm_id3154923"
localize="false"/><paragraph role="heading" id="hd_id3156024" xml-lang="en-US"
level="2" l10n="U" oldref="26">Previous commands</paragraph>
-<paragraph role="paragraph" id="par_id3149045" xml-lang="en-US" l10n="U"
oldref="27"><ahelp hid="DBACCESS_LISTBOX_DLG_DIRECTSQL_LB_HISTORY">Lists the
previously executed SQL commands. To run a command again, click the command,
and then click <emph>Run</emph>.</ahelp></paragraph>
-<bookmark xml-lang="en-US"
branch="hid/dbaccess:MultiLineEdit:DLG_DIRECTSQL:ME_STATUS" id="bm_id3161656"
localize="false"/><paragraph role="heading" id="hd_id3154348" xml-lang="en-US"
level="2" l10n="U" oldref="5">Status</paragraph>
-<paragraph role="paragraph" id="par_id3151054" xml-lang="en-US" l10n="U"
oldref="6"><ahelp hid="DBACCESS_MULTILINEEDIT_DLG_DIRECTSQL_ME_STATUS">Displays
the results, including errors, of the SQL command that you
ran.</ahelp></paragraph>
-<bookmark xml-lang="en-US"
branch="hid/dbaccess:PushButton:DLG_DIRECTSQL:PB_EXECUTE" id="bm_id3148798"
localize="false"/><paragraph role="heading" id="hd_id3154071" xml-lang="en-US"
level="2" l10n="U" oldref="7">Run</paragraph>
-<paragraph role="paragraph" id="par_id3151210" xml-lang="en-US" l10n="U"
oldref="8"><ahelp hid="DBACCESS_PUSHBUTTON_DLG_DIRECTSQL_PB_EXECUTE">Runs the
command that you entered in the <emph>Command to execute
</emph>box.</ahelp></paragraph>
+<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/directsqldialog/sqlhistory"
id="bm_id3154923" localize="false"/><paragraph role="heading" id="hd_id3156024"
xml-lang="en-US" level="2" l10n="U" oldref="26">Previous commands</paragraph>
+<paragraph role="paragraph" id="par_id3149045" xml-lang="en-US" l10n="U"
oldref="27"><ahelp hid="dbaccess/ui/directsqldialog/sqlhistory">Lists the
previously executed SQL commands. To run a command again, click the command,
and then click <emph>Run</emph>.</ahelp></paragraph>
+<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/directsqldialog/status"
id="bm_id3161656" localize="false"/><paragraph role="heading" id="hd_id3154348"
xml-lang="en-US" level="2" l10n="U" oldref="5">Status</paragraph>
+<paragraph role="paragraph" id="par_id3151054" xml-lang="en-US" l10n="U"
oldref="6"><ahelp hid="dbaccess/ui/directsqldialog/status">Displays the
results, including errors, of the SQL command that you ran.</ahelp></paragraph>
+<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/directsqldialog/execute"
id="bm_id3148798" localize="false"/><paragraph role="heading" id="hd_id3154071"
xml-lang="en-US" level="2" l10n="U" oldref="7">Run</paragraph>
+<paragraph role="paragraph" id="par_id3151210" xml-lang="en-US" l10n="U"
oldref="8"><ahelp hid="dbaccess/ui/directsqldialog/execute">Runs the command
that you entered in the <emph>Command to execute </emph>box.</ahelp></paragraph>
<embed href="text/shared/00/00000001.xhp#schliessen2"/>
</body>
</helpdocument>
--
To view, visit https://gerrit.libreoffice.org/5205
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I04405deaa3af2deb89d41ea032dc95b0fb5f919f
Gerrit-PatchSet: 1
Gerrit-Project: help
Gerrit-Branch: master
Gerrit-Owner: Tamás Csikós <[email protected]>
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice