AllLangHelp_shared.mk                                 |    1 
 AllLangHelp_swriter.mk                                |    1 
 source/auxiliary/shared.tree                          |    4 
 source/auxiliary/swriter.tree                         |    4 
 source/text/sdraw/guide/graphic_insert.xhp            |    7 -
 source/text/sdraw/guide/main.xhp                      |    1 
 source/text/shared/00/00000010.xhp                    |    8 -
 source/text/shared/01/gallery.xhp                     |   95 +++++++++------
 source/text/shared/guide/dragdrop.xhp                 |    2 
 source/text/shared/guide/dragdrop_beamer.xhp          |    2 
 source/text/shared/guide/dragdrop_fromgallery.xhp     |   65 ----------
 source/text/shared/guide/dragdrop_gallery.xhp         |    6 
 source/text/shared/guide/dragdrop_graphic.xhp         |    2 
 source/text/shared/guide/dragdrop_table.xhp           |    2 
 source/text/shared/guide/gallery_insert.xhp           |  112 ++++++++++--------
 source/text/shared/guide/insert_bitmap.xhp            |    2 
 source/text/shared/guide/insert_graphic_drawit.xhp    |    2 
 source/text/shared/guide/main.xhp                     |    1 
 source/text/swriter/guide/dragdroptext.xhp            |    2 
 source/text/swriter/guide/insert_graphic.xhp          |    2 
 source/text/swriter/guide/insert_graphic_dialog.xhp   |    2 
 source/text/swriter/guide/insert_graphic_fromdraw.xhp |    2 
 source/text/swriter/guide/insert_graphic_gallery.xhp  |   53 --------
 source/text/swriter/guide/insert_graphic_scan.xhp     |    2 
 source/text/swriter/guide/main.xhp                    |    2 
 25 files changed, 154 insertions(+), 228 deletions(-)

New commits:
commit 6d4d158dee9ef0d47e25b756df24150c7de42773
Author:     Dione Maddern <dionemadd...@gmail.com>
AuthorDate: Mon Apr 1 14:25:06 2024 +0100
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Wed Apr 3 01:14:27 2024 +0200

    tdf#107081 Update instructions for inserting objects from the Gallery
    
    Updated text/shared/guide/gallery_insert.xhp to remove references to 
obsolete features and update instructions that no longer work. Expanded 
"Related Topics" section.
    
    Deleted:
      text/shared/guide/dragdrop_fromgallery.xhp
      text/swriter/guide/insert_graphic_gallery.xhp
    - because they cover the same subject matter as 
text/shared/guide/gallery_insert.xhp.
    
    Updated AllLangHelp_shared.mk to remove reference to 
text/shared/guide/dragdrop_fromgallery.xhp.
    
    Updated AllLangHelp_swriter.mk to remove reference to 
text/swriter/guide/insert_graphic_gallery.xhp.
    
    Updated auxilliary/shared.tree to redirect any references to 
text/shared/guide/dragdrop_fromgallery.xhp to 
text/shared/guide/gallery_insert.xhp.
    
    Updated auxilliary/writer.tree to redirect any references to 
text/swriter/guide/insert_graphic_gallery.xhp 
text/shared/guide/gallery_insert.xhp.
    
    Changed any links to text/shared/guide/dragdrop_fromgallery.xhp in the 
following files to links to to text/shared/guide/gallery_insert.xhp:
      text/sdraw/guide/graphic_insert.xhp
      text/sdraw/guide/main.xhp
      text/shared/01/gallery.xhp
      text/shared/guide/dragdrop.xhp
      text/shared/guide/dragdrop_beamer.xhp
      text/shared/guide/dragdrop_gallery.xhp
      text/shared/guide/dragdrop_graphic.xhp
      text/shared/guide/dragdrop_table.xhp
      text/shared/guide/main.xhp
      text/swriter/guide/dragdroptext.xhp
    
    Changed any links to text/swriter/guide/insert_graphic_gallery.xhp in the 
following files to links to to text/shared/guide/gallery_insert.xhp:
      text/sdraw/guide/graphic_insert.xhp
      text/shared/guide/insert_bitmap.xhp
      text/shared/guide/insert_graphic_drawit.xhp
      text/swriter/guide/insert_graphic.xhp
      text/swriter/guide/insert_graphic_dialog.xhp
      text/swriter/guide/insert_graphic_fromchart.xhp
      text/swriter/guide/insert_graphic_fromdraw.xhp
      text/swriter/guide/insert_graphic_scan.xhp
      text/swriter/guide/main.xhp
    
    Updated text/shared/01/gallery.xhp to update obsolete instructions.
      Added "How to Get" instructions for accessing the Gallery with a keyboard 
shortcut.
      Added additional keywords to make the page easier to find.
      Added additional HID bookmarks so that pressing F1 will now open the 
relevant help page for context menu items in the Gallery.
      Reorganinzed the article to improve clarity including adding additional 
headings.
      Added embed links for additional menu options to provide a more thorough 
explanation of the Gallery feature.
      Added an explanation of the "Title" option in the context menu.
      Removed the "hidden" tag from the description of the "Detailed view" and 
"Icon view" options.
    
    Updated the description of the Insert function in 
text/shared/00/00000010.xhp to reflect how inserting an object from the Gallery 
currently works. Changed "Background" to "Insert as Background" to better 
reflect current menu options.
    
    Change-Id: Ib510289436a449a1581b2f9b6deacea3f5cfe37c
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/165620
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index 1ccd600c33..f2085103e0 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -739,7 +739,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
     helpcontent2/source/text/shared/guide/doc_save \
     helpcontent2/source/text/shared/guide/dragdrop \
     helpcontent2/source/text/shared/guide/dragdrop_beamer \
-    helpcontent2/source/text/shared/guide/dragdrop_fromgallery \
     helpcontent2/source/text/shared/guide/dragdrop_gallery \
     helpcontent2/source/text/shared/guide/dragdrop_graphic \
     helpcontent2/source/text/shared/guide/dragdrop_table \
diff --git a/AllLangHelp_swriter.mk b/AllLangHelp_swriter.mk
index cbd647014e..8cac07177f 100644
--- a/AllLangHelp_swriter.mk
+++ b/AllLangHelp_swriter.mk
@@ -338,7 +338,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
     helpcontent2/source/text/swriter/guide/insert_graphic_dialog \
     helpcontent2/source/text/swriter/guide/insert_graphic_fromchart \
     helpcontent2/source/text/swriter/guide/insert_graphic_fromdraw \
-    helpcontent2/source/text/swriter/guide/insert_graphic_gallery \
     helpcontent2/source/text/swriter/guide/insert_graphic_scan \
     helpcontent2/source/text/swriter/guide/insert_tab_innumbering \
     helpcontent2/source/text/swriter/guide/join_numbered_lists \
diff --git a/source/auxiliary/shared.tree b/source/auxiliary/shared.tree
index 3d33ff922d..d96471f4f0 100644
--- a/source/auxiliary/shared.tree
+++ b/source/auxiliary/shared.tree
@@ -123,13 +123,13 @@
       <topic id="swriter/text/swriter/guide/dragdroptext.xhp">Moving and 
Copying Text in Documents</topic>
       <topic id="shared/text/shared/guide/dragdrop_table.xhp">Copying 
Spreadsheet Areas to Text Documents</topic>
       <topic id="shared/text/shared/guide/dragdrop_graphic.xhp">Copying 
Graphics Between Documents</topic>
-      <topic id="shared/text/shared/guide/dragdrop_fromgallery.xhp">Copying 
Graphics From the Gallery</topic>
+      <topic id="shared/text/shared/guide/gallery_insert.xhp">Copying Graphics 
From the Gallery</topic>
       <topic id="shared/text/shared/guide/dragdrop_beamer.xhp">Drag-and-Drop 
With the Data Source View</topic>
     </node>
     <node id="1010" title="Copy and Paste">
       <topic id="shared/text/shared/guide/copy_drawfunctions.xhp">Copying 
Drawing Objects Into Other Documents</topic>
       <topic id="shared/text/shared/guide/dragdrop_graphic.xhp">Copying 
Graphics Between Documents</topic>
-      <topic id="shared/text/shared/guide/dragdrop_fromgallery.xhp">Copying 
Graphics From the Gallery</topic>
+      <topic id="text/shared/guide/gallery_insert.xhp">Copying Graphics From 
the Gallery</topic>
       <topic id="shared/text/shared/guide/dragdrop_table.xhp">Copying 
Spreadsheet Areas to Text Documents</topic>
     </node>
     <node id="1012" title="Charts and Diagrams">
diff --git a/source/auxiliary/swriter.tree b/source/auxiliary/swriter.tree
index bbe836d865..a614a763f1 100644
--- a/source/auxiliary/swriter.tree
+++ b/source/auxiliary/swriter.tree
@@ -35,7 +35,7 @@
         <topic id="swriter/text/swriter/main0103.xhp">View</topic>
         <topic id="swriter/text/swriter/main0104.xhp">Insert</topic>
         <topic id="swriter/text/swriter/main0105.xhp">Format</topic>
-        <topic id="shared/text/shared/menu/style_menu.xhp">Styles</topic>
+        <topic id="swriter/text/swriter/main0115.xhp">Styles</topic>
         <topic id="swriter/text/swriter/main0110.xhp">Table</topic>
         <topic id="swriter/text/swriter/main0120.xhp">Form</topic>
         <topic id="swriter/text/shared/main_tools.xhp">Tools</topic>
@@ -111,7 +111,7 @@
     <node id="0204" title="Graphics in Text Documents">
       <topic id="swriter/text/swriter/guide/insert_graphic.xhp">Inserting 
Graphics</topic>
       <topic 
id="swriter/text/swriter/guide/insert_graphic_dialog.xhp">Inserting a Graphic 
From a File</topic>
-      <topic 
id="swriter/text/swriter/guide/insert_graphic_gallery.xhp">Inserting Graphics 
From the Gallery With Drag-and-Drop</topic>
+      <topic id="swriter/text/shared/guide/gallery_insert.xhp">Inserting 
Graphics From the Gallery</topic>
       <topic id="swriter/text/swriter/guide/insert_graphic_scan.xhp">Inserting 
a Scanned Image</topic>
       <topic 
id="swriter/text/swriter/guide/insert_graphic_fromchart.xhp">Inserting a Calc 
Chart into a Text Document</topic>
       <topic 
id="swriter/text/swriter/guide/insert_graphic_fromdraw.xhp">Inserting Graphics 
From %PRODUCTNAME Draw or Impress</topic>
diff --git a/source/text/sdraw/guide/graphic_insert.xhp 
b/source/text/sdraw/guide/graphic_insert.xhp
index ea0f921f6a..6d9486ce36 100644
--- a/source/text/sdraw/guide/graphic_insert.xhp
+++ b/source/text/sdraw/guide/graphic_insert.xhp
@@ -50,14 +50,11 @@
 </list>
 <section id="relatedtopics">
 <embed href="text/shared/guide/dragdrop_graphic.xhp#dragdrop_graphic"/>
-<embed href="text/shared/guide/dragdrop_fromgallery.xhp#dragdrop_fromgallery"/>
+<embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/>
 <switch select="appl">
 <case select="WRITER"><embed 
href="text/swriter/guide/insert_graphic.xhp#insert_graphic"/>
 </case>
 </switch>
-<switch select="appl">
-<case select="WRITER"><embed 
href="text/swriter/guide/insert_graphic_gallery.xhp#insert_graphic_gallery"/>
-</case>
-</switch></section>
+</section>
 </body>
 </helpdocument>
diff --git a/source/text/sdraw/guide/main.xhp b/source/text/sdraw/guide/main.xhp
index 56679df00e..bb4103d773 100644
--- a/source/text/sdraw/guide/main.xhp
+++ b/source/text/sdraw/guide/main.xhp
@@ -63,7 +63,6 @@
 <embed href="text/sdraw/guide/keyboard.xhp#keyboard"/>
 <embed href="text/sdraw/guide/graphic_insert.xhp#graphic_insert"/>
 <embed href="text/shared/guide/insert_bitmap.xhp#insert_bitmap"/>
-<embed href="text/shared/guide/dragdrop_fromgallery.xhp#dragdrop_fromgallery"/>
 <embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/>
 <embed href="text/shared/guide/linestyles.xhp#linestyles"/>
 <embed href="text/shared/guide/lineend_define.xhp#lineend_define"/>
diff --git a/source/text/shared/00/00000010.xhp 
b/source/text/shared/00/00000010.xhp
index 47887d5828..f914484f9d 100644
--- a/source/text/shared/00/00000010.xhp
+++ b/source/text/shared/00/00000010.xhp
@@ -40,11 +40,13 @@
   </section>
   <section id="insert">
   <h2 id="hd_id3149948">Insert</h2>
-  <paragraph xml-lang="en-US" role="paragraph" id="par_id3147588">Opens a 
submenu in the Gallery where you can choose between <emph>Copy</emph> and 
<emph>Link</emph>. The selected Gallery object is either copied into the 
current document or a link is created.</paragraph>
-  <warning id="par_id3146130">If you have selected an object in your document, 
then a new insertion will replace the selected object.</warning>
+  <paragraph xml-lang="en-US" role="paragraph" id="par_id3147588">Inserts the 
selected object into the current document.</paragraph>
   </section>
-  <bookmark branch="hid/SVX_HID_GALLERY_MN_BACKGROUND" xml-lang="en-US" 
id="bm_id3156302" localize="false"/><h2 id="hd_id3145829">Background</h2>
+  <section id="insert_as_background"><bookmark 
branch="hid/SVX_HID_GALLERY_MN_BACKGROUND" xml-lang="en-US" id="bm_id3156302" 
localize="false"/><h2 id="hd_id3145829">Insert as Background</h2>
   <paragraph xml-lang="en-US" role="paragraph" id="par_id3149180"><ahelp 
hid="HID_GALLERY_MN_BACKGROUND" visibility="visible">Inserts the selected 
picture as a background graphic.</ahelp> Use the submenu commands 
<emph>Page</emph> or <emph>Paragraph</emph> to define whether the graphic 
should cover the entire page or only the current paragraph.</paragraph>
+   
+</section>
+
   <section id="copy">
   <bookmark branch="hid/SID_EXPLORERCONTENT_COPY" xml-lang="en-US" 
id="bm_id3154751" localize="false"/><h2 id="hd_id3153049">Copy</h2>
   <paragraph role="paragraph" id="par_id3150774" xml-lang="en-US"><ahelp 
hid="SID_EXPLORERCONTENT_COPY" visibility="visible">Copies the selected element 
to the clipboard.</ahelp></paragraph>
diff --git a/source/text/shared/01/gallery.xhp 
b/source/text/shared/01/gallery.xhp
index 34ace37727..06d7099db3 100644
--- a/source/text/shared/01/gallery.xhp
+++ b/source/text/shared/01/gallery.xhp
@@ -26,11 +26,13 @@
 </meta>
 
 <body>
+<bookmark branch="index" id="bm_id621711721620413">
+  <bookmark_value>Gallery; opening</bookmark_value>
+  <bookmark_value>Gallery; context menu</bookmark_value>
+  <bookmark_value>Gallery; themes</bookmark_value>
+  <bookmark_value>Gallery; new theme</bookmark_value>
+</bookmark>
 
-<bookmark branch="hid/svx/ui/sidebargallery/icon" id="bm_id3146946" 
localize="false"/>
-<paragraph id="par_id3149783" role="paragraph"><ahelp hid="." 
visibility="hidden">Displays the contents of the <emph>Gallery </emph>as 
icons.</ahelp></paragraph>
-<bookmark branch="hid/svx/ui/sidebargallery/list" id="bm_id3152821" 
localize="false"/>
-<paragraph id="par_id3148983" role="paragraph"><ahelp hid="." 
visibility="hidden">Displays the contents of the <emph>Gallery </emph>as small 
icons, with title and path information.</ahelp></paragraph>
 
 <section id="media_gallery">
 
@@ -38,13 +40,10 @@
 <bookmark branch="hid/.uno:Gallery" id="bm_id2975847" localize="false"/>
 <bookmark branch="hid/SIDEBAR_GALLERYDECK" id="bm_id331702908948474" 
localize="false"/>
 
-<h1 id="hd_id3153894"><link 
href="text/shared/01/gallery.xhp">Gallery</link></h1>
+<h1 id="hd_id3153894"><variable id="media_gallery_h1"><link 
href="text/shared/01/gallery.xhp">Gallery</link></variable></h1>
 <paragraph id="par_id3150789" role="paragraph"><variable 
id="media_gallery_text"><ahelp hid=".">Opens the Gallery deck of the Sidebar, 
where you can select images and audio clips to insert into your 
document.</ahelp></variable></paragraph>
 </section>
 </section>
-<paragraph id="par_id3155555" role="paragraph">You can display the contents of 
the <emph>Gallery </emph>as icons, or icons with titles and path 
information.</paragraph>
-<paragraph id="par_id3153394" role="paragraph">To zoom in or zoom out on a 
single object in the <emph>Gallery</emph>, double-click the object, or select 
the object, and then press the Spacebar.</paragraph>
-
 <section id="howtoget">
   <switch select="appl">
     <case select="MATH"/>
@@ -54,6 +53,8 @@
       <paragraph role="paragraph" id="par_id3146765" xml-lang="en-US">Choose 
<menuitem>View - Gallery</menuitem>.</paragraph>
       <embed href="text/shared/00/00000004.xhp#from_tabUI"/>
       <paragraph role="paragraph" id="par_id561687042574900">Choose 
<menuitem>Insert - Gallery</menuitem>.</paragraph>
+      <embed href="text/shared/00/00000004.xhp#from_keyboard"/>
+      <paragraph role="paragraph" 
id="par_id581711550086281"><input>Alt+3</input></paragraph>
       <embed href="text/shared/00/00000004.xhp#from_toolbars"/>
       <section id="sygallery">
         <table id="tbl_id3147273">
@@ -70,36 +71,62 @@
     </default>
   </switch>
 </section>
+<paragraph id="par_id3155555" role="paragraph">You can display the contents of 
the <emph>Gallery </emph>as icons, or icons with titles and path 
information.</paragraph>
+<paragraph id="par_id3153394" role="paragraph">To zoom in or zoom out on a 
single object in the <emph>Gallery</emph>, double-click the object, or select 
the object, and then press the Spacebar.</paragraph>
+<bookmark branch="hid/SVX_HID_GALLERY_THEMELIST" id="bm_id3150774" 
localize="false"/>
+<paragraph id="par_id3145346" role="paragraph">Themes are listed on the left 
side of the <emph>Gallery</emph>. <ahelp hid="SVX_HID_GALLERY_THEMELIST">Click 
a theme to view the objects associated with the theme.</ahelp></paragraph>
+<bookmark branch="hid/SVX_HID_GALLERY_WINDOW" id="bm_id3157958" 
localize="false"/>
+<paragraph id="par_id3155355" role="paragraph"><ahelp 
hid="SVX_HID_GALLERY_WINDOW">To insert a <emph>Gallery </emph>object, select 
the object, and then drag it into the document.</ahelp></paragraph>
+  <h2 id="hd_id41711735303911">Themes context menu</h2>
+  <paragraph id="par_id3159167" role="paragraph">To access the following 
commands, right-click a theme in the <emph>Gallery</emph>:</paragraph>
+  <embed href="text/shared/00/00000010.xhp#update"/>
+  <embed href="text/shared/00/00000010.xhp#delete"/>
+  <bookmark  branch="hid/svx/ui/gallerymenu1/rename" id="bm_id411711738593390" 
localize="false"/>
 
-<bookmark branch="hid/svx/ui/sidebargallery/themelist" id="bm_id3150774" 
localize="false"/>
-<paragraph id="par_id3145346" role="paragraph">Themes are listed on the left 
side of the <emph>Gallery</emph>.<ahelp hid=".">Click a theme to view the 
objects associated with the theme.</ahelp></paragraph>
-<bookmark branch="hid/svx/ui/sidebargallery/galleryscroll" id="bm_id3157958" 
localize="false"/>
-<bookmark branch="hid/svx/ui/sidebargallery/gallerylist" id="bm_id3157959" 
localize="false"/>
-<paragraph id="par_id3155355" role="paragraph"><ahelp hid=".">To insert a 
<emph>Gallery </emph>object, select the object, and then drag it into the 
document.</ahelp></paragraph>
-<embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/>
-<embed href="text/shared/guide/dragdrop_fromgallery.xhp#dragdrop_fromgallery"/>
-<embed href="text/shared/guide/dragdrop_gallery.xhp#dragdrop_gallery"/>
-
-<h3 id="hd_id3156113">Adding a New File to the Gallery</h3>
-<paragraph id="par_id3153032" role="paragraph">To add a file to the 
<emph>Gallery</emph>, right-click a theme, choose <emph>Properties</emph>, 
click the <emph>Files</emph> tab, and then click <emph>Add</emph>. You can also 
click an object in the current document, hold, and then drag it to the 
<emph>Gallery</emph> window.</paragraph>
+  <embed href="text/shared/00/00000010.xhp#rename"/>
+<h3 id="hd_id3154142">Properties</h3>
+<paragraph id="par_id3148990" role="paragraph">The <emph>Properties</emph> 
dialog contains the following tabs:</paragraph>
+  <h4 id="hd_id901711736039528"><link 
href="text/shared/00/01050000.xhp">General</link></h4>
+<embed href="text/shared/00/01050000.xhp#par_id3159242"/>
+<h4 id="hd_id3151384"><link 
href="text/shared/01/gallery_files.xhp">Files</link></h4>
+<embed href="text/shared/01/gallery_files.xhp#stargallerymanager"/>
+  <h2 id="hd_id741711735329999">Object context menu</h2>
+  <paragraph role="paragraph" id="par_id221711737517487">To access the 
following commands, right-click an object in the 
<emph>Gallery</emph>:</paragraph>
+  <embed href="text/shared/00/00000010.xhp#insert"/>
+  <switch select="appl">
+    <case select="WRITER">
+  <embed href="text/shared/00/00000010.xhp#insert_as_background"/>
+      </case>
+</switch>
+  <bookmark  branch="hid/svx/ui/gallerymenu2/preview)" 
id="bm_id751711738097220" localize="false"/>
+  <embed href="text/shared/00/00000010.xhp#preview"/>
+   <bookmark  branch="svx/ui/gallerymenu2/title" id="bm_id581711738217617" 
localize="false"/>
+  <h3 id="hd_id241711736368130">Title</h3>
+  <paragraph role="paragraph" id="par_id801711736385660">Changes the title of 
the selected object. After selecting <menuitem>Title</menuitem> the name is 
selected and a new one can be entered directly. Use the arrow keys to set the 
cursor at the beginning or end of the name to delete or add to part of the name 
or to reposition the cursor.</paragraph>
+  <bookmark  branch="hid/svx/ui/gallerymenu2/delete" id="bm_id841711738460660" 
localize="false"/>
 
-<h2 id="hd_id3145315">New theme</h2>
-<bookmark branch="hid/svx/ui/sidebargallery/insert" id="bm_id3154381" 
localize="false"/>
-<paragraph id="par_id3150275" role="paragraph"><ahelp hid=".">Adds a new theme 
to the <emph>Gallery</emph> and lets you choose the files to include in the 
theme.</ahelp></paragraph>
-<paragraph id="par_id3159167" role="paragraph">To access the following 
commands, right-click a theme in the <emph>Gallery</emph>:</paragraph>
-<embed href="text/shared/00/00000010.xhp#delete"/>
-<embed href="text/shared/00/00000010.xhp#delete2"/>
-<embed href="text/shared/00/00000010.xhp#rename"/>
-<embed href="text/shared/00/00000010.xhp#update"/>
+  <embed href="text/shared/00/00000010.xhp#delete"/>
+  <embed href="text/shared/00/00000010.xhp#delete2"/>
+  <bookmark  branch="svx/ui/gallerymenu2/copy" id="bm_id101711738287627" 
localize="false"/>
+  <embed href="text/shared/00/00000010.xhp#copy"/>
+  <bookmark  branch="hid/CHANGE ME(path/to/dialog/widget)" 
id="bm_id261711738304848" localize="false"/>
+<bookmark  branch="hid/svx/ui/gallerymenu2/paste" id="bm_id911711738319047" 
localize="false"/>
+  <embed href="text/shared/00/00000010.xhp#paste"/> 
+  <bookmark branch="hid/SVX_HID_GALLERY_ICONVIEW" id="bm_id3146946" 
localize="false"/>
+  <h2 id="hd_id621711984540725">Icon View</h2>
+  <paragraph id="par_id3149783" role="paragraph"><ahelp 
hid="SVX_HID_GALLERY_ICONVIEW">Displays the contents of the <emph>Gallery 
</emph>as icons.</ahelp></paragraph>
+  <bookmark branch="hid/SVX_HID_GALLERY_LISTVIEW" id="bm_id3152821" 
localize="false"/>
+  <h2 id="hd_id961711984651481">Detailed View</h2>
+  <paragraph id="par_id3148983" role="paragraph"><ahelp 
hid="SVX_HID_GALLERY_LISTVIEW">Displays the contents of the <emph>Gallery 
</emph>as small icons, with title and path information.</ahelp></paragraph>
 
-<h2 id="hd_id3154142">Properties</h2>
-<paragraph id="par_id3148990" role="paragraph">The <emph>Properties of 
(Theme)</emph> dialog contains the following tabs:</paragraph>
-<embed href="text/shared/00/01050000.xhp#general"/>
+  <h2 id="hd_id3145315">New</h2>
+<paragraph id="par_id3150275" role="paragraph"><ahelp 
hid="SVX_HID_GALLERY_NEWTHEME">Adds a new theme to the <emph>Gallery</emph> and 
lets you choose the files to include in the theme.</ahelp></paragraph>
+  
+<section id="relatedtopics">
+  <embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/>
+  <embed href="text/shared/guide/dragdrop_gallery.xhp#dragdrop_gallery"/>
+</section>
 
-<h2 id="hd_id3151384"><link 
href="text/shared/01/gallery_files.xhp">Files</link></h2>
-<embed href="text/shared/01/gallery_files.xhp#stargallerymanager"/>
-<embed href="text/shared/00/00000010.xhp#insert"/>
-<embed href="text/shared/00/00000010.xhp#preview"/>
 </body>
 
 </helpdocument>
diff --git a/source/text/shared/guide/dragdrop.xhp 
b/source/text/shared/guide/dragdrop.xhp
index a50b01ba75..401323b6f7 100644
--- a/source/text/shared/guide/dragdrop.xhp
+++ b/source/text/shared/guide/dragdrop.xhp
@@ -88,7 +88,7 @@
 <section id="relatedtopics">
 <embed href="text/shared/guide/dragdrop_graphic.xhp#dragdrop_graphic"/>
 <embed href="text/shared/guide/dragdrop_table.xhp#dragdrop_table"/>
-<embed href="text/shared/guide/dragdrop_fromgallery.xhp#dragdrop_fromgallery"/>
+<embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/>
 <embed href="text/shared/guide/dragdrop_gallery.xhp#dragdrop_gallery"/>
 <switch select="appl">
 <case select="WRITER"><embed 
href="text/swriter/guide/dragdroptext.xhp#dragdroptext"/>
diff --git a/source/text/shared/guide/dragdrop_beamer.xhp 
b/source/text/shared/guide/dragdrop_beamer.xhp
index 6f5de7b5b1..4194a6e548 100644
--- a/source/text/shared/guide/dragdrop_beamer.xhp
+++ b/source/text/shared/guide/dragdrop_beamer.xhp
@@ -63,7 +63,7 @@
 <embed href="text/shared/guide/dragdrop.xhp#dragdrop"/>
 <embed href="text/shared/guide/dragdrop_graphic.xhp#dragdrop_graphic"/>
 <embed href="text/shared/guide/dragdrop_table.xhp#dragdrop_table"/>
-<embed href="text/shared/guide/dragdrop_fromgallery.xhp#dragdrop_fromgallery"/>
+<embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/>
 <embed href="text/shared/guide/dragdrop_gallery.xhp#dragdrop_gallery"/>
 <switch select="appl">
 <case select="WRITER"><embed 
href="text/swriter/guide/dragdroptext.xhp#dragdroptext"/>
diff --git a/source/text/shared/guide/dragdrop_fromgallery.xhp 
b/source/text/shared/guide/dragdrop_fromgallery.xhp
deleted file mode 100644
index a728af6715..0000000000
--- a/source/text/shared/guide/dragdrop_fromgallery.xhp
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the "License"); you may not use this file
- *   except in compliance with the License. You may obtain a copy of
- *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- -->
-<helpdocument version="1.0">
-<meta>
-<topic id="textsharedguidedragdrop_fromgalleryxml" indexer="include" 
status="PUBLISH">
-<title id="tit">Copying Graphics From the Gallery</title>
-<filename>/text/shared/guide/dragdrop_fromgallery.xhp</filename>
-</topic>
-<history>
-<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
-</history>
-</meta>
-<body>
-<section id="dndfromgallery01">
-<bookmark branch="index" id="bm_id3145345"><bookmark_value>Gallery;dragging 
pictures to draw objects</bookmark_value>
-<bookmark_value>draw objects;dropping Gallery pictures</bookmark_value>
-<bookmark_value>drag and drop;from Gallery to draw objects</bookmark_value>
-</bookmark><comment>mw deleted "Gallery;copying..." and copied "copying;..." 
to Shared guide gallery_insert.xhp.</comment>
-<h1 id="hd_id3145345"><variable id="dragdrop_fromgallery"><link 
href="text/shared/guide/dragdrop_fromgallery.xhp">Copying Graphics From the 
Gallery</link>
-</variable></h1>
-<paragraph role="paragraph" id="par_id3155535">If you drag a graphic from the 
Gallery into a text, spreadsheet or presentation document, the graphic will be 
inserted there.</paragraph>
-</section>
-<section id="dndfromgallery02">
-<paragraph role="paragraph" id="par_id3149762">If you release the graphic 
<emph>directly on a draw object</emph>, please note the following:</paragraph>
-<list type="unordered">
-<listitem>
-<paragraph role="listitem" id="par_id3153825">If you move the graphic (drag it 
without pressing any key, in which case no additional symbol appears next to 
the mouse pointer), only the attributes are copied from the graphic and applied 
to the draw object on which you release the mouse button.</paragraph>
-</listitem>
-<listitem>
-<paragraph role="listitem" id="par_id3153665">If you copy the graphic (drag it 
while holding down the <switchinline select="sys"><caseinline 
select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>
 key, in which case a plus sign appears next to the mouse pointer), the graphic 
will be inserted as an object.</paragraph>
-</listitem>
-<listitem>
-<paragraph role="listitem" id="par_id3154514">If you create a hyperlink (drag 
while holding down Shift and <switchinline select="sys"><caseinline 
select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>,
 in which case a linking arrow appears next to the mouse pointer), the drawing 
object is replaced by the graphic from the Gallery, but the position and size 
of the replaced draw object are retained.</paragraph>
-</listitem>
-</list>
-</section>
-<section id="relatedtopics">
-<embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/>
-<embed href="text/shared/guide/dragdrop.xhp#dragdrop"/>
-<embed href="text/shared/guide/dragdrop_graphic.xhp#dragdrop_graphic"/>
-<embed href="text/shared/guide/dragdrop_table.xhp#dragdrop_table"/>
-<embed href="text/shared/guide/dragdrop_gallery.xhp#dragdrop_gallery"/>
-<switch select="appl">
-<case select="WRITER"><embed 
href="text/swriter/guide/dragdroptext.xhp#dragdroptext"/>
-</case>
-</switch>
-</section>
-</body>
-</helpdocument>
diff --git a/source/text/shared/guide/dragdrop_gallery.xhp 
b/source/text/shared/guide/dragdrop_gallery.xhp
index 1e16725a98..c4316576af 100644
--- a/source/text/shared/guide/dragdrop_gallery.xhp
+++ b/source/text/shared/guide/dragdrop_gallery.xhp
@@ -32,9 +32,12 @@
 <bookmark_value>pasting;to Gallery</bookmark_value>
 </bookmark>
   <comment>mw changed "adding;" to "inserting;"</comment>
-  <h1 id="hd_id3154927"><variable id="dragdrop_gallery"><link 
href="text/shared/guide/dragdrop_gallery.xhp">Adding Graphics to the 
Gallery</link>
+  <section id="dragdrop_gallery_head"><h1 id="hd_id3154927"><variable 
id="dragdrop_gallery"><link 
href="text/shared/guide/dragdrop_gallery.xhp">Adding Graphics to the 
Gallery</link>
 </variable></h1>
   <paragraph id="par_id3143267" role="paragraph">You can place a graphic from 
a document such as an HTML page in the Gallery by drag-and-drop.</paragraph>
+   
+</section>
+
   <list type="ordered">
    <listitem>
     <paragraph id="par_id3154823" role="listitem">Display the Gallery theme to 
which you want to add the graphic.</paragraph>
@@ -58,7 +61,6 @@
   <embed href="text/shared/guide/dragdrop.xhp#dragdrop"/>
   <embed href="text/shared/guide/dragdrop_graphic.xhp#dragdrop_graphic"/>
   <embed href="text/shared/guide/dragdrop_table.xhp#dragdrop_table"/>
-  <embed 
href="text/shared/guide/dragdrop_fromgallery.xhp#dragdrop_fromgallery"/>
 <switch select="appl">
 <case select="WRITER">
   <embed href="text/swriter/guide/dragdroptext.xhp#dragdroptext"/>
diff --git a/source/text/shared/guide/dragdrop_graphic.xhp 
b/source/text/shared/guide/dragdrop_graphic.xhp
index 0485b00563..26321f1774 100644
--- a/source/text/shared/guide/dragdrop_graphic.xhp
+++ b/source/text/shared/guide/dragdrop_graphic.xhp
@@ -62,7 +62,7 @@
 <section id="relatedtopics">
 <embed href="text/shared/guide/dragdrop.xhp#dragdrop"/>
 <embed href="text/shared/guide/dragdrop_table.xhp#dragdrop_table"/>
-<embed href="text/shared/guide/dragdrop_fromgallery.xhp#dragdrop_fromgallery"/>
+<embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/>
 <embed href="text/shared/guide/dragdrop_gallery.xhp#dragdrop_gallery"/>
 <switch select="appl">
 <case select="WRITER"><embed 
href="text/swriter/guide/dragdroptext.xhp#dragdroptext"/>
diff --git a/source/text/shared/guide/dragdrop_table.xhp 
b/source/text/shared/guide/dragdrop_table.xhp
index 6bae7ec183..a6bfa771a5 100644
--- a/source/text/shared/guide/dragdrop_table.xhp
+++ b/source/text/shared/guide/dragdrop_table.xhp
@@ -62,7 +62,7 @@
 <section id="relatedtopics">
 <embed href="text/shared/guide/dragdrop.xhp#dragdrop"/>
 <embed href="text/shared/guide/dragdrop_graphic.xhp#dragdrop_graphic"/>
-<embed href="text/shared/guide/dragdrop_fromgallery.xhp#dragdrop_fromgallery"/>
+<embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/>
 <embed href="text/shared/guide/dragdrop_gallery.xhp#dragdrop_gallery"/>
 <switch select="appl">
 <case select="WRITER"><embed 
href="text/swriter/guide/dragdroptext.xhp#dragdroptext"/></case>
diff --git a/source/text/shared/guide/gallery_insert.xhp 
b/source/text/shared/guide/gallery_insert.xhp
index c800ff267d..d2f9278970 100644
--- a/source/text/shared/guide/gallery_insert.xhp
+++ b/source/text/shared/guide/gallery_insert.xhp
@@ -30,25 +30,32 @@
 </meta>
 <body>
   
-  
-  
-<bookmark xml-lang="en-US" branch="index" 
id="bm_id3145136"><bookmark_value>Gallery; inserting pictures 
from</bookmark_value>
-<bookmark_value>pictures; inserting from Gallery</bookmark_value>
-<bookmark_value>objects; inserting from Gallery</bookmark_value>
-<bookmark_value>patterns for objects</bookmark_value>
-<bookmark_value>textures;inserting from Gallery</bookmark_value>
-<bookmark_value>backgrounds;inserting from Gallery</bookmark_value>
-<bookmark_value>inserting;objects from Gallery</bookmark_value>
-<bookmark_value>copying;from Gallery</bookmark_value>
+<bookmark xml-lang="en-US" branch="index" id="bm_id3145136">
+  <bookmark_value>Gallery; inserting pictures from</bookmark_value>
+  <bookmark_value>pictures; inserting from Gallery</bookmark_value>
+  <bookmark_value>inserting; from Gallery into text</bookmark_value>
+  <bookmark_value>objects; inserting from Gallery</bookmark_value>
+  <bookmark_value>textures;inserting from Gallery</bookmark_value>
+  <bookmark_value>backgrounds;inserting from Gallery</bookmark_value>
+  <bookmark_value>inserting;objects from Gallery</bookmark_value>
+  <bookmark_value>copying;from Gallery</bookmark_value>
+  <bookmark_value>replacing;objects from Gallery</bookmark_value>
+  <bookmark_value>Gallery;dragging pictures to draw objects</bookmark_value>
+  <bookmark_value>draw objects;dropping Gallery pictures</bookmark_value>
+  <bookmark_value>drag and drop;from Gallery to draw objects</bookmark_value>
 </bookmark>
   <comment>mw deleted "adding;"</comment>
-  <paragraph xml-lang="en-US" id="hd_id3145136" role="heading" 
level="1"><variable id="gallery_insert"><link 
href="text/shared/guide/gallery_insert.xhp">Inserting Objects From the 
Gallery</link> 
-</variable></paragraph>
-  <paragraph xml-lang="en-US" id="par_id3145345" role="paragraph">You can 
insert an object in a document either as a <emph>copy</emph> or as a 
<emph>link</emph>. A copy of an object is independent of the original object. 
Changes to the original object have no effect on the copy. A link remains 
dependent on the original object. Changes to the original object are also 
reflected in the link.</paragraph>
-  <h2 id="hd_id3145313">Inserting an object as a copy</h2>
+<section id="gallery_insert_head">  
+  <paragraph xml-lang="en-US" id="hd_id3145136" role="heading" level="1">
+    <variable id="gallery_insert"><link 
href="text/shared/guide/gallery_insert.xhp">Inserting Objects From the 
Gallery</link></variable>
+  </paragraph>
+  <paragraph xml-lang="en-US" id="par_id3145345" role="paragraph">You can 
insert an object from the <link 
href="text/shared/01/gallery.xhp)"><menuitem>Gallery</menuitem></link> into a 
text, spreadsheet, drawing or presentation document by dragging and dropping or 
using the Context Menu. Inserting an object creates a copy of the object so any 
changes to the object in your document will not affect the object in the 
Gallery.</paragraph>
+</section>
+  <bookmark  branch="hid/svx/ui/gallerymenu2/add" id="bm_id841711560216791" 
localize="false"/>
+  <h2 id="hd_id3145313">Inserting an object into a document</h2>
   <list type="ordered">
    <listitem>
-    <paragraph xml-lang="en-US" id="par_id3145382" role="listitem">Open the 
Gallery by clicking the <emph>Gallery</emph> icon on the <emph>Standard</emph> 
bar, or by selecting <emph>Tools - Gallery</emph>.</paragraph>
+    <paragraph xml-lang="en-US" id="par_id3145382" role="listitem">Open the 
<menuitem>Gallery</menuitem>.</paragraph>
    </listitem>
    <listitem>
     <paragraph xml-lang="en-US" id="par_id3154306" role="listitem">Select a 
theme.</paragraph>
@@ -57,28 +64,47 @@
     <paragraph xml-lang="en-US" id="par_id3154516" role="listitem">Select an 
object using a single click.</paragraph>
    </listitem>
    <listitem>
-    <paragraph xml-lang="en-US" id="par_id3153561" role="listitem">Drag the 
object into the document, or right-click to open the context menu and select 
<emph>Insert</emph> and <emph>Copy</emph>.</paragraph>
+    <paragraph xml-lang="en-US" id="par_id3153561" role="listitem">Drag the 
object into the document, or right-click to open the context menu and select 
<emph>Insert</emph>.</paragraph>
    </listitem>
   </list>
-  <h2 id="hd_id3153061">Inserting an object as a link</h2>
+  <h2 id="hd_id561711644566506">Replacing an object in a document</h2>
+  <h3 id="hd_id511711975545500">By dragging and dropping</h3>
   <list type="ordered">
    <listitem>
-    <paragraph xml-lang="en-US" id="par_id3145068" role="listitem">Open the 
Gallery by clicking the <emph>Gallery</emph> icon on the <emph>Standard</emph> 
bar, or by choosing <emph>Insert - Media - Gallery</emph>.</paragraph>
+    <paragraph xml-lang="en-US" id="par_id741711644406741" 
role="listitem">Open the <menuitem>Gallery</menuitem>.</paragraph>
    </listitem>
    <listitem>
-    <paragraph xml-lang="en-US" id="par_id3148663" role="listitem">Select a 
theme.</paragraph>
+     <paragraph role="paragraph" id="par_id111711644455162">Select a 
theme.</paragraph>
    </listitem>
    <listitem>
-    <paragraph xml-lang="en-US" id="par_id3150543" role="listitem">Select an 
object by a single click.</paragraph>
-   </listitem>
+     <paragraph role="paragraph" id="par_id831711644480884">Select an object 
using a single click.</paragraph>
+     </listitem>
    <listitem>
-    <paragraph xml-lang="en-US" id="par_id3154140" role="listitem">Drag the 
object into the document while pressing the Shift and <switchinline 
select="sys"><caseinline 
select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>
 keys, or right-click to open the context menu and select <emph>Insert</emph> 
and <emph>Link</emph>.</paragraph>
-   </listitem>
+     <paragraph role="paragraph" id="par_id991711644510397">Drag the object 
over the one you want to replace while holding down the <switchinline 
select="sys"><caseinline 
select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>
 key.</paragraph>
+     </listitem>
   </list>
-  <h2 id="hd_id3156282">Inserting an object as a background graphic</h2>
+  <h3 id="hd_id711711975589781">Using the context menu</h3>
+  <list type="ordered">
+    <listitem>
+        <paragraph id="par_id121711975624165" role="listitem">Open the 
<menuitem>Gallery</menuitem></paragraph>
+    </listitem>
+    <listitem>
+        <paragraph id="par_id771711975652268" role="listitem">Select a 
theme.</paragraph>
+    </listitem>
+    <listitem>
+        <paragraph id="par_id101711975737933" role="listitem">Left-click on 
the object you want to replace.</paragraph>
+    </listitem>
+    <listitem>
+        <paragraph id="par_id381711975764271" role="listitem">Right-click on 
the object you want to replace it with and select 
<menuitem>Insert</menuitem>.</paragraph>
+    </listitem>
+</list>
+
+<switch select="appl">
+<case select="WRITER">
+   <h2 id="hd_id3156282">Inserting an object as a background graphic</h2>
   <list type="ordered">
    <listitem>
-    <paragraph xml-lang="en-US" id="par_id3152920" role="listitem">Open the 
Gallery by clicking the <emph>Gallery</emph> icon on the <emph>Standard</emph> 
bar, or by selecting <emph>Tools - Gallery</emph>.</paragraph>
+    <paragraph xml-lang="en-US" id="par_id3152920" role="listitem">Open the 
<menuitem>Gallery</menuitem>.</paragraph>
    </listitem>
    <listitem>
     <paragraph xml-lang="en-US" id="par_id3151041" role="listitem">Select a 
theme.</paragraph>
@@ -87,29 +113,23 @@
     <paragraph xml-lang="en-US" id="par_id3145607" role="listitem">Select an 
object by a single click.</paragraph>
    </listitem>
    <listitem>
-    <paragraph xml-lang="en-US" id="par_id3147289" role="listitem">Open the 
context menu and choose <emph>Insert - Background - Page</emph> or 
<emph>Paragraph</emph>.</paragraph>
-   </listitem>
-  </list>
-  <h2 id="hd_id3145787">Inserting an object as a texture (pattern) for another 
object</h2>
-  <list type="ordered">
-   <listitem>
-    <paragraph xml-lang="en-US" id="par_id3159196" role="listitem">Open the 
Gallery by clicking the <emph>Gallery</emph> icon on the <emph>Standard</emph> 
bar, or by selecting <emph>Tools - Gallery</emph>.</paragraph>
-   </listitem>
-   <listitem>
-    <paragraph xml-lang="en-US" id="par_id3152596" role="listitem">Select a 
theme.</paragraph>
-   </listitem>
-   <listitem>
-    <paragraph xml-lang="en-US" id="par_id3148617" role="listitem">Select an 
object by a single click.</paragraph>
-   </listitem>
-   <listitem>
-    <paragraph xml-lang="en-US" id="par_id3147443" role="listitem">Drag the 
object on to the other object in the document while pressing <switchinline 
select="sys"><caseinline 
select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>.</paragraph>
+    <paragraph xml-lang="en-US" id="par_id3147289" role="listitem">Open the 
context menu and choose <emph>Insert - Background - Page</emph> or <emph>Insert 
- Background - Paragraph</emph>.</paragraph>
    </listitem>
   </list>
-  <section id="relatedtopics">
-   
-   <embed 
href="text/shared/guide/dragdrop_fromgallery.xhp#dragdrop_fromgallery"/>
-   <embed href="text/shared/guide/dragdrop_gallery.xhp#dragdrop_gallery"/>
-   
+  <note id="par_id171711643080652">The option to insert an object as a 
background image is only available in %PRODUCTNAME Writer.</note>
+</case>
+  </switch>
+<section id="relatedtopics">
+  <embed href="text/shared/01/gallery.xhp#media_gallery_h1"/>
+  <embed href="text/shared/guide/dragdrop_gallery.xhp#dragdrop_gallery"/>
+  <embed href="text/shared/guide/dragdrop.xhp#dragdrop"/>
+  <embed href="text/shared/guide/dragdrop_graphic.xhp#dragdrop_graphic"/>
+  <embed href="text/shared/guide/dragdrop_table.xhp#dragdrop_table"/>
+  <switch select="appl">
+    <case select="WRITER">
+      <embed href="text/swriter/guide/dragdroptext.xhp#dragdroptext"/>
+      </case>
+    </switch>
   </section>
  </body>
 </helpdocument>
diff --git a/source/text/shared/guide/insert_bitmap.xhp 
b/source/text/shared/guide/insert_bitmap.xhp
index a94af37f34..64c425ed0e 100644
--- a/source/text/shared/guide/insert_bitmap.xhp
+++ b/source/text/shared/guide/insert_bitmap.xhp
@@ -124,7 +124,7 @@
 <switch select="appl">
 <case select="WRITER">
 <embed 
href="text/swriter/guide/insert_graphic_dialog.xhp#insert_graphic_dialog"/>
-<embed 
href="text/swriter/guide/insert_graphic_gallery.xhp#insert_graphic_gallery"/>
+<embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/>
 <embed href="text/swriter/guide/insert_graphic_scan.xhp#insert_graphic_scan"/>
 <embed 
href="text/swriter/guide/insert_graphic_fromdraw.xhp#insert_graphic_fromdraw"/>
 <embed 
href="text/swriter/guide/insert_graphic_fromchart.xhp#insert_graphic_fromchart"/>
diff --git a/source/text/shared/guide/insert_graphic_drawit.xhp 
b/source/text/shared/guide/insert_graphic_drawit.xhp
index 661ce24077..50dd94b2fd 100644
--- a/source/text/shared/guide/insert_graphic_drawit.xhp
+++ b/source/text/shared/guide/insert_graphic_drawit.xhp
@@ -84,7 +84,7 @@
 <case select="WRITER">
    <embed href="text/swriter/guide/insert_graphic.xhp#insert_graphic"/>
    <embed 
href="text/swriter/guide/insert_graphic_dialog.xhp#insert_graphic_dialog"/>
-   <embed 
href="text/swriter/guide/insert_graphic_gallery.xhp#insert_graphic_gallery"/>
+   <embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/>
    <embed 
href="text/swriter/guide/insert_graphic_scan.xhp#insert_graphic_scan"/>
    <embed 
href="text/swriter/guide/insert_graphic_fromdraw.xhp#insert_graphic_fromdraw"/>
    <embed 
href="text/swriter/guide/insert_graphic_fromchart.xhp#insert_graphic_fromchart"/>
diff --git a/source/text/shared/guide/main.xhp 
b/source/text/shared/guide/main.xhp
index e74fda9a6f..f3d914b47b 100644
--- a/source/text/shared/guide/main.xhp
+++ b/source/text/shared/guide/main.xhp
@@ -103,7 +103,6 @@
 <embed href="text/shared/guide/dragdrop.xhp#dragdrop"/>
 <embed href="text/shared/guide/dragdrop_beamer.xhp#dragdrop_beamer"/>
 <embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/>
-<embed href="text/shared/guide/dragdrop_fromgallery.xhp#dragdrop_fromgallery"/>
 <embed href="text/shared/guide/dragdrop_gallery.xhp#dragdrop_gallery"/>
 <embed href="text/shared/guide/dragdrop_graphic.xhp#dragdrop_graphic"/>
 <embed href="text/shared/guide/copy_drawfunctions.xhp#copy_drawfunctions"/>
diff --git a/source/text/swriter/guide/dragdroptext.xhp 
b/source/text/swriter/guide/dragdroptext.xhp
index b19ebb995a..37712916ce 100644
--- a/source/text/swriter/guide/dragdroptext.xhp
+++ b/source/text/swriter/guide/dragdroptext.xhp
@@ -54,7 +54,7 @@
          <embed href="text/shared/guide/dragdrop.xhp#dragdrop"/>
          <embed 
href="text/shared/guide/dragdrop_graphic.xhp#dragdrop_graphic"/>
          <embed href="text/shared/guide/dragdrop_table.xhp#dragdrop_table"/>
-         <embed 
href="text/shared/guide/dragdrop_fromgallery.xhp#dragdrop_fromgallery"/>
+         <embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/>
          <embed 
href="text/shared/guide/dragdrop_gallery.xhp#dragdrop_gallery"/>
       </section>
    </body>
diff --git a/source/text/swriter/guide/insert_graphic.xhp 
b/source/text/swriter/guide/insert_graphic.xhp
index 54aeac21b2..2271ece0a7 100644
--- a/source/text/swriter/guide/insert_graphic.xhp
+++ b/source/text/swriter/guide/insert_graphic.xhp
@@ -39,7 +39,7 @@
 </variable></paragraph>
 <paragraph role="paragraph" id="par_id3149695" xml-lang="en-US">There are 
several ways to insert a graphic object in a text document.</paragraph>
 <embed 
href="text/swriter/guide/insert_graphic_dialog.xhp#insert_graphic_dialog"/>
-<embed 
href="text/swriter/guide/insert_graphic_gallery.xhp#insert_graphic_gallery"/>
+<embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/>
 <embed href="text/swriter/guide/insert_graphic_scan.xhp#insert_graphic_scan"/>
 <embed 
href="text/swriter/guide/insert_graphic_fromdraw.xhp#insert_graphic_fromdraw"/>
 <embed 
href="text/swriter/guide/insert_graphic_fromchart.xhp#insert_graphic_fromchart"/>
diff --git a/source/text/swriter/guide/insert_graphic_dialog.xhp 
b/source/text/swriter/guide/insert_graphic_dialog.xhp
index 2bb8a2eb81..c8d04a9d7e 100644
--- a/source/text/swriter/guide/insert_graphic_dialog.xhp
+++ b/source/text/swriter/guide/insert_graphic_dialog.xhp
@@ -37,7 +37,7 @@
 <paragraph xml-lang="en-US" id="par_id3153396" role="paragraph">By default, 
the inserted graphic is centered above the paragraph that you clicked 
in.</paragraph>
 <section id="relatedtopics">
 <embed href="text/swriter/guide/insert_graphic.xhp#insert_graphic"/>
-<embed 
href="text/swriter/guide/insert_graphic_gallery.xhp#insert_graphic_gallery"/>
+<embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/>
 <embed href="text/swriter/guide/insert_graphic_scan.xhp#insert_graphic_scan"/>
 <embed 
href="text/swriter/guide/insert_graphic_fromdraw.xhp#insert_graphic_fromdraw"/>
 <embed 
href="text/swriter/guide/insert_graphic_fromchart.xhp#insert_graphic_fromchart"/>
diff --git a/source/text/swriter/guide/insert_graphic_fromdraw.xhp 
b/source/text/swriter/guide/insert_graphic_fromdraw.xhp
index 8751fa0ddc..3106e4b6cb 100644
--- a/source/text/swriter/guide/insert_graphic_fromdraw.xhp
+++ b/source/text/swriter/guide/insert_graphic_fromdraw.xhp
@@ -53,7 +53,7 @@
 <section id="relatedtopics">
 <embed href="text/swriter/guide/insert_graphic.xhp#insert_graphic"/>
 <embed 
href="text/swriter/guide/insert_graphic_dialog.xhp#insert_graphic_dialog"/>
-<embed 
href="text/swriter/guide/insert_graphic_gallery.xhp#insert_graphic_gallery"/>
+<embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/>
 <embed href="text/swriter/guide/insert_graphic_scan.xhp#insert_graphic_scan"/>
 <embed 
href="text/swriter/guide/insert_graphic_fromchart.xhp#insert_graphic_fromchart"/>
 <embed 
href="text/shared/guide/insert_graphic_drawit.xhp#insert_graphic_drawit"/>
diff --git a/source/text/swriter/guide/insert_graphic_gallery.xhp 
b/source/text/swriter/guide/insert_graphic_gallery.xhp
deleted file mode 100644
index 072762b4c0..0000000000
--- a/source/text/swriter/guide/insert_graphic_gallery.xhp
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the "License"); you may not use this file
- *   except in compliance with the License. You may obtain a copy of
- *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- -->
-
-
-
-<helpdocument version="1.0">
-<meta>
-<topic id="textswriterguideinsert_graphic_galleryxml" indexer="include" 
status="PUBLISH">
-<title id="tit" xml-lang="en-US">Inserting Graphics From the Gallery With 
Drag-and-Drop</title>
-<filename>/text/swriter/guide/insert_graphic_gallery.xhp</filename>
-</topic>
-<history>
-<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
-</history>
-</meta>
-<body>
-<bookmark xml-lang="en-US" branch="index" 
id="bm_id3145083"><bookmark_value>inserting; from Gallery into 
text</bookmark_value>
-<bookmark_value>pictures; inserting from Gallery into text</bookmark_value>
-<bookmark_value>replacing;objects from Gallery</bookmark_value>
-</bookmark>
-<paragraph role="heading" id="hd_id3145083" xml-lang="en-US" 
level="1"><variable id="insert_graphic_gallery"><link 
href="text/swriter/guide/insert_graphic_gallery.xhp">Inserting Graphics From 
the Gallery With Drag-and-Drop</link>
-</variable></paragraph>
-<paragraph role="paragraph" id="par_id3155907" xml-lang="en-US">You can 
drag-and-drop an object from the gallery into a text document, spreadsheet, 
drawing, or presentation.</paragraph>
-<paragraph role="paragraph" id="par_id3155923" xml-lang="en-US">To replace a 
gallery object that you inserted in a document, hold down Shift+Ctrl, and then 
drag a different gallery object onto the object.</paragraph>
-
-<section id="relatedtopics">
-<embed href="text/swriter/guide/insert_graphic.xhp#insert_graphic"/>
-<embed 
href="text/swriter/guide/insert_graphic_dialog.xhp#insert_graphic_dialog"/>
-<embed href="text/swriter/guide/insert_graphic_scan.xhp#insert_graphic_scan"/>
-<embed 
href="text/swriter/guide/insert_graphic_fromdraw.xhp#insert_graphic_fromdraw"/>
-<embed 
href="text/swriter/guide/insert_graphic_fromchart.xhp#insert_graphic_fromchart"/>
-<embed 
href="text/shared/guide/insert_graphic_drawit.xhp#insert_graphic_drawit"/>
-</section>
-</body>
-</helpdocument>
diff --git a/source/text/swriter/guide/insert_graphic_scan.xhp 
b/source/text/swriter/guide/insert_graphic_scan.xhp
index b481806975..0def0818b8 100644
--- a/source/text/swriter/guide/insert_graphic_scan.xhp
+++ b/source/text/swriter/guide/insert_graphic_scan.xhp
@@ -52,7 +52,7 @@
 <section id="relatedtopics">
       <embed href="text/swriter/guide/insert_graphic.xhp#insert_graphic"/>
       <embed 
href="text/swriter/guide/insert_graphic_dialog.xhp#insert_graphic_dialog"/>
-      <embed 
href="text/swriter/guide/insert_graphic_gallery.xhp#insert_graphic_gallery"/>
+      <embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/>
       <embed 
href="text/swriter/guide/insert_graphic_fromdraw.xhp#insert_graphic_fromdraw"/>
       <embed 
href="text/swriter/guide/insert_graphic_fromchart.xhp#insert_graphic_fromchart"/>
       <embed 
href="text/shared/guide/insert_graphic_drawit.xhp#insert_graphic_drawit"/>
diff --git a/source/text/swriter/guide/main.xhp 
b/source/text/swriter/guide/main.xhp
index 4db3b836b0..333c83ec91 100644
--- a/source/text/swriter/guide/main.xhp
+++ b/source/text/swriter/guide/main.xhp
@@ -120,7 +120,7 @@
 <embed href="text/shared/guide/insert_bitmap.xhp#insert_bitmap"/>
 <embed 
href="text/swriter/guide/insert_graphic_dialog.xhp#insert_graphic_dialog"/>
 <embed 
href="text/swriter/guide/insert_graphic_fromdraw.xhp#insert_graphic_fromdraw"/>
-<embed 
href="text/swriter/guide/insert_graphic_gallery.xhp#insert_graphic_gallery"/>
+<embed href="text/shared/guide/gallery_insert.xhp#gallery_insert"/>
 <embed href="text/swriter/guide/insert_graphic_scan.xhp#insert_graphic_scan"/>
 <embed 
href="text/swriter/guide/insert_graphic_fromchart.xhp#insert_graphic_fromchart"/>
 <embed href="text/swriter/guide/text_animation.xhp#text_animation"/>

Reply via email to