Bug 120916 - kword errors in docummentation, patch
Summary: kword errors in docummentation, patch
Status: RESOLVED FIXED
Alias: None
Product: docs.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Documentation Editorial Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-28 16:04 UTC by Burkhard Lück
Modified: 2006-01-30 02:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch for kword docs (14.42 KB, patch)
2006-01-28 16:05 UTC, Burkhard Lück
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Burkhard Lück 2006-01-28 16:04:45 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

found errors in kword documentation, svn diff follows
Comment 1 Burkhard Lück 2006-01-28 16:05:55 UTC
Created attachment 14414 [details]
patch for kword docs
Comment 2 Anne-Marie Mahfouf 2006-01-30 02:01:18 UTC
SVN commit 503716 by annma:

apply Burkhard's patch. Mike applied part of it already a few days ago it seems, hope it's all in there. 
BUG=120916


 M  +1 -1      docstruct.docbook  
 M  +30 -3     docvariables.docbook  


--- trunk/koffice/doc/kword/docstruct.docbook #503715:503716
@@ -41,7 +41,7 @@
 <imagedata fileref="docstruct.png" format="PNG"/></imageobject>
 </mediaobject>
 </screenshot>
-<para>As you can see, there are 4 groups of frames categorized (<guilabel>Text
+<para>As you can see, there are five groups of frames categorized (<guilabel>Text
 Frames/Frame Sets</guilabel>
 <guilabel>Pictures</guilabel>, <guilabel>Tables</guilabel>, <guilabel>Formula
 Frames</guilabel>, 
--- trunk/koffice/doc/kword/docvariables.docbook #503715:503716
@@ -164,6 +164,34 @@
 A small menu will appear.  Select <guilabel>Change Variable To</guilabel> and a submenu will appear.  Select your new
 variable or new layout from the menu and the variable is immediately updated. </para></tip>
 
+<!-- -->
+<para> There are three additional dates you can insert into your document:</para>
+<variablelist>
+<varlistentry>
+<term><guimenuitem>Date of Last Printing</guimenuitem></term>
+<listitem><para>Selecting this option will insert the date this document was last printed into the current cursor position.
+</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<term><guimenuitem>Date of File Creation</guimenuitem></term>
+<listitem><para>Selecting this option will insert the date this document created into the current cursor position.
+</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<term><guimenuitem>Date of File Modification</guimenuitem></term>
+<listitem><para>Selecting this option will insert the date this document was last edited into the current cursor position.
+</para></listitem>
+</varlistentry>
+
+</variablelist>
+
+<!--row><entry>Date of Last Printing</entry><entry>Any date format</entry><entry>The date this document was last printed.</entry></row>
+<row><entry>Date of File Creation</entry><entry>Any date format</entry><entry>The date this document was created.</entry></row>
+<row><entry>Date of File Modification</entry><entry>Any date format</entry><entry>The date this document was edited.</entry></row>
+-->
+
 </sect3>
 <sect3 id="insert-time"><title>Insert Time</title>
 <indexterm><primary>variables</primary><secondary>insert time</secondary></indexterm>
@@ -302,6 +330,8 @@
 variable or new layout from the menu and the variable is immediately updated. </para></tip>
 
 </sect3>
+
+
 </sect2>
 <sect2 id="page-number"><title>Page Numbering </title>
 <indexterm><primary>variables</primary><secondary>insert page numbers</secondary></indexterm>
@@ -370,9 +400,6 @@
 <row><entry>City</entry><entry>Philadelphia</entry><entry>The city specified in the <link linkend="documentinfo">Document information</link> box.</entry></row>
 <row><entry>Company</entry><entry>&kde;</entry><entry>The company name specified in the <link linkend="documentinfo">Document information</link> box.</entry></row>
 <row><entry>Country</entry><entry>United States</entry><entry>The country name specified in the <link linkend="documentinfo">Document information</link> box.</entry></row>
-<row><entry>Date of File Creation</entry><entry>Any date format</entry><entry>The date this document was created.</entry></row>
-<row><entry>Date of File Modification</entry><entry>Any date format</entry><entry>The date this document was edited.</entry></row>
-<row><entry>Date of Last Printing</entry><entry>Any date format</entry><entry>The date this document was last printed.</entry></row>
 <row><entry>Directory Name</entry><entry>/home/juser/kword</entry><entry>This is the folder name for the document. The filename is not included in the folder name variable.</entry></row>
 <row><entry>Directory &amp; Filename</entry><entry>/home/juser/kword/Resume.kwd</entry><entry>The folder and filename of the current file.</entry></row>
 <row><entry>Document Abstract</entry><entry>This is a current resume.</entry> <entry>The document abstract specified in the <link linkend="documentinfo">Document information</link> box.</entry></row>