diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2009-06-12 18:19:30 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2009-06-12 18:19:30 +0000 |
commit | 4dd442010398f4d280ebaa1de3d066185da00daf (patch) | |
tree | 21c432407105663703a62af771d16039cde3ae80 /helpcontent2/source/text/sbasic/shared | |
parent | 2dd63f45787b45ec66c3f1f15edac59c8b4408c1 (diff) |
CWS-TOOLING: integrate CWS hcshared21
2009-05-13 09:49:59 +0200 ufi r271841 : CWS-TOOLING: rebase CWS hcshared21 to trunk@271427 (milestone: DEV300:m47)
2009-04-16 11:01:43 +0200 ufi r270873 : again
2009-03-17 10:19:50 +0100 ufi r269575 : before builds
2009-02-13 16:03:59 +0100 ufi r267726 : CWS-TOOLING: rebase CWS hcshared21 to trunk@267171 (milestone: DEV300:m41)
2009-02-10 10:30:11 +0100 ufi r267539 : vor neuem rebase Versuch
2009-02-03 15:55:58 +0100 ufi r267334 : before rebase
2009-01-06 10:38:41 +0100 ufi r265901 : i97718
Diffstat (limited to 'helpcontent2/source/text/sbasic/shared')
6 files changed, 116 insertions, 120 deletions
diff --git a/helpcontent2/source/text/sbasic/shared/01/makefile.mk b/helpcontent2/source/text/sbasic/shared/01/makefile.mk index 5147038f19..85d604c8ff 100644 --- a/helpcontent2/source/text/sbasic/shared/01/makefile.mk +++ b/helpcontent2/source/text/sbasic/shared/01/makefile.mk @@ -6,9 +6,9 @@ # # OpenOffice.org - a multi-platform office productivity suite # -# $RCSfile: makefile.mk,v $ +# $RCSfile: makefile.template,v $ # -# $Revision: 1.8.4.4 $ +# $Revision: 1.5 $ # # This file is part of OpenOffice.org. # diff --git a/helpcontent2/source/text/sbasic/shared/02/makefile.mk b/helpcontent2/source/text/sbasic/shared/02/makefile.mk index 1acf4753bd..78ab5d206a 100644 --- a/helpcontent2/source/text/sbasic/shared/02/makefile.mk +++ b/helpcontent2/source/text/sbasic/shared/02/makefile.mk @@ -6,9 +6,9 @@ # # OpenOffice.org - a multi-platform office productivity suite # -# $RCSfile: makefile.mk,v $ +# $RCSfile: makefile.template,v $ # -# $Revision: 1.9.4.4 $ +# $Revision: 1.5 $ # # This file is part of OpenOffice.org. # diff --git a/helpcontent2/source/text/sbasic/shared/03030201.xhp b/helpcontent2/source/text/sbasic/shared/03030201.xhp index 4d2506906f..3b5c431580 100755 --- a/helpcontent2/source/text/sbasic/shared/03030201.xhp +++ b/helpcontent2/source/text/sbasic/shared/03030201.xhp @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> - - -<!--*********************************************************************** +<helpdocument version="1.0"> + +<!-- +*********************************************************************** * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -9,8 +10,8 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: 03030201.xhp,v $ - * $Revision: 1.5 $ + * $RCSfile: soffice2xmlhelp.xsl,v $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -29,41 +30,39 @@ * <http://www.openoffice.org/license.html> * for a copy of the LGPLv3 License. * - ************************************************************************--> + ************************************************************************ + --> + -<helpdocument version="1.0"> <meta> -<topic id="textsbasicshared03030201xml" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">Hour Function [Runtime]</title> -<filename>/text/sbasic/shared/03030201.xhp</filename> -</topic> -<history> -<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created> -<lastedited date="2004-08-24T12:46:45">converted from old format - fpe</lastedited> -</history> -</meta> -<body> -<section id="hour"> + <topic id="textsbasicshared03030201xml" indexer="include" status="PUBLISH"> + <title xml-lang="en-US" id="tit">Hour Function [Runtime]</title> + <filename>/text/sbasic/shared/03030201.xhp</filename> + </topic> + </meta> + <body> + <section id="hour"> <bookmark xml-lang="en-US" branch="index" id="bm_id3156042"><bookmark_value>Hour function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3156042" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03030201.xhp" name="Hour Function [Runtime]">Hour Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3149346" xml-lang="en-US" l10n="U" oldref="2">Returns the hour from a time value that is generated by the TimeSerial or the TimeValue function.</paragraph> -</section> -<paragraph role="heading" id="hd_id3147574" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US" l10n="U" oldref="4">Hour (Number)</paragraph> -<paragraph role="heading" id="hd_id3145069" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3149670" xml-lang="en-US" l10n="U" oldref="6">Integer</paragraph> -<paragraph role="heading" id="hd_id3150359" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3154366" xml-lang="en-US" l10n="U" oldref="8"> -<emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the hour value.</paragraph> -<paragraph role="paragraph" id="par_id3154909" xml-lang="en-US" l10n="U" oldref="9">This function is the opposite of the <emph>TimeSerial</emph> function. It returns an integer value that represents the hour from a time value that is generated by the <emph>TimeSerial</emph> or the <emph>TimeValue </emph>function. For example, the expression</paragraph> -<paragraph role="paragraph" id="par_id3163798" xml-lang="en-US" l10n="U" oldref="10">Print Hour(TimeSerial(12:30:41))</paragraph> -<paragraph role="paragraph" id="par_id3155132" xml-lang="en-US" l10n="U" oldref="11">returns the value 12.</paragraph> -<embed href="text/sbasic/shared/00000003.xhp#errorcode"/> -<embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3147348" xml-lang="en-US" level="2" l10n="U" oldref="12">Example:</paragraph> -<paragraph role="paragraph" id="par_id3146985" xml-lang="en-US" l10n="U" oldref="13">Sub ExampleHour</paragraph> -<paragraph role="paragraph" id="par_id3156441" xml-lang="en-US" l10n="U" oldref="14">Print "The current hour is " & Hour( Now )</paragraph> -<paragraph role="paragraph" id="par_id3153145" xml-lang="en-US" l10n="U" oldref="15">End Sub</paragraph> -</body> -</helpdocument> +<paragraph xml-lang="en-US" id="hd_id3156042" role="heading" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03030201.xhp" name="Hour Function [Runtime]">Hour Function [Runtime]</link></paragraph> + <paragraph xml-lang="en-US" id="par_id3149346" role="paragraph" l10n="U" oldref="2">Returns the hour from a time value that is generated by the TimeSerial or the TimeValue function.</paragraph> + </section> + <paragraph xml-lang="en-US" id="hd_id3147574" role="heading" level="2" l10n="U" oldref="3">Syntax:</paragraph> + <paragraph xml-lang="en-US" id="par_id3147264" role="paragraph" l10n="U" oldref="4">Hour (Number)</paragraph> + <paragraph xml-lang="en-US" id="hd_id3145069" role="heading" level="2" l10n="U" oldref="5">Return value:</paragraph> + <paragraph xml-lang="en-US" id="par_id3149670" role="paragraph" l10n="U" oldref="6">Integer</paragraph> + <paragraph xml-lang="en-US" id="hd_id3150359" role="heading" level="2" l10n="U" oldref="7">Parameters:</paragraph> + <paragraph xml-lang="en-US" id="par_id3154366" role="paragraph" l10n="U" oldref="8"> + <emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the hour value.</paragraph> + <paragraph xml-lang="en-US" id="par_id3154909" role="paragraph" l10n="U" oldref="9">This function is the opposite of the <emph>TimeSerial</emph> function. It returns an integer value that represents the hour from a time value that is generated by the <emph>TimeSerial</emph> or the <emph>TimeValue </emph>function. For example, the expression</paragraph> + <paragraph xml-lang="en-US" id="par_id3163798" role="paragraph" l10n="CHG" oldref="10">Print Hour(TimeSerial(12,30,41))</paragraph> + <paragraph xml-lang="en-US" id="par_id3155132" role="paragraph" l10n="U" oldref="11">returns the value 12.</paragraph> + <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> + <embed href="text/sbasic/shared/00000003.xhp#err5"/> + <paragraph xml-lang="en-US" id="hd_id3147348" role="heading" level="2" l10n="U" + oldref="12">Example:</paragraph> + <paragraph xml-lang="en-US" id="par_id3146985" role="paragraph" l10n="U" oldref="13">Sub ExampleHour</paragraph> + <paragraph xml-lang="en-US" id="par_id3156441" role="paragraph" l10n="U" oldref="14">Print "The current hour is " & Hour( Now )</paragraph> + <paragraph xml-lang="en-US" id="par_id3153145" role="paragraph" l10n="U" oldref="15">End Sub</paragraph> + </body> +</helpdocument>
\ No newline at end of file diff --git a/helpcontent2/source/text/sbasic/shared/03030202.xhp b/helpcontent2/source/text/sbasic/shared/03030202.xhp index 2366caa49a..c4071dcc4a 100755 --- a/helpcontent2/source/text/sbasic/shared/03030202.xhp +++ b/helpcontent2/source/text/sbasic/shared/03030202.xhp @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> - - -<!--*********************************************************************** +<helpdocument version="1.0"> + +<!-- +*********************************************************************** * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -9,8 +10,8 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: 03030202.xhp,v $ - * $Revision: 1.5 $ + * $RCSfile: soffice2xmlhelp.xsl,v $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -29,41 +30,39 @@ * <http://www.openoffice.org/license.html> * for a copy of the LGPLv3 License. * - ************************************************************************--> + ************************************************************************ + --> + -<helpdocument version="1.0"> <meta> -<topic id="textsbasicshared03030202xml" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">Minute Function [Runtime]</title> -<filename>/text/sbasic/shared/03030202.xhp</filename> -</topic> -<history> -<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created> -<lastedited date="2004-08-24T13:34:29">converted from old format - fpe</lastedited> -</history> -</meta> -<body> -<section id="minute"> + <topic id="textsbasicshared03030202xml" indexer="include" status="PUBLISH"> + <title xml-lang="en-US" id="tit">Minute Function [Runtime]</title> + <filename>/text/sbasic/shared/03030202.xhp</filename> + </topic> + </meta> + <body> + <section id="minute"> <bookmark xml-lang="en-US" branch="index" id="bm_id3155419"><bookmark_value>Minute function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3155419" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03030202.xhp" name="Minute Function [Runtime]">Minute Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3156344" xml-lang="en-US" l10n="U" oldref="2">Returns the minute of the hour that corresponds to the serial time value that is generated by the TimeSerial or the TimeValue function.</paragraph> -</section> -<paragraph role="heading" id="hd_id3154758" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3149656" xml-lang="en-US" l10n="U" oldref="4">Minute (Number)</paragraph> -<paragraph role="heading" id="hd_id3148798" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3150449" xml-lang="en-US" l10n="U" oldref="6">Integer</paragraph> -<paragraph role="heading" id="hd_id3153193" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3153969" xml-lang="en-US" l10n="U" oldref="8"> -<emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the minute value.</paragraph> -<paragraph role="paragraph" id="par_id3150869" xml-lang="en-US" l10n="U" oldref="9">This function is the opposite of the <emph>TimeSerial </emph>function. It returns the minute of the serial time value that is generated by the <emph>TimeSerial</emph> or the <emph>TimeValue </emph>function. For example, the expression:</paragraph> -<paragraph role="paragraph" id="par_id3149262" xml-lang="en-US" l10n="U" oldref="10">Print Minute(TimeSerial(12:30:41))</paragraph> -<paragraph role="paragraph" id="par_id3148576" xml-lang="en-US" l10n="U" oldref="11">returns the value 30.</paragraph> -<embed href="text/sbasic/shared/00000003.xhp#errorcode"/> -<embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3150010" xml-lang="en-US" level="2" l10n="U" oldref="12">Example:</paragraph> -<paragraph role="paragraph" id="par_id3159154" xml-lang="en-US" l10n="U" oldref="13">Sub ExampleMinute</paragraph> -<paragraph role="paragraph" id="par_id3146119" xml-lang="en-US" l10n="U" oldref="14">MsgBox "The current minute is "& Minute(Now)& "."</paragraph> -<paragraph role="paragraph" id="par_id3153726" xml-lang="en-US" l10n="U" oldref="15">end sub</paragraph> -</body> -</helpdocument> +<paragraph xml-lang="en-US" id="hd_id3155419" role="heading" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03030202.xhp" name="Minute Function [Runtime]">Minute Function [Runtime]</link></paragraph> + <paragraph xml-lang="en-US" id="par_id3156344" role="paragraph" l10n="U" oldref="2">Returns the minute of the hour that corresponds to the serial time value that is generated by the TimeSerial or the TimeValue function.</paragraph> + </section> + <paragraph xml-lang="en-US" id="hd_id3154758" role="heading" level="2" l10n="U" oldref="3">Syntax:</paragraph> + <paragraph xml-lang="en-US" id="par_id3149656" role="paragraph" l10n="U" oldref="4">Minute (Number)</paragraph> + <paragraph xml-lang="en-US" id="hd_id3148798" role="heading" level="2" l10n="U" oldref="5">Return value:</paragraph> + <paragraph xml-lang="en-US" id="par_id3150449" role="paragraph" l10n="U" oldref="6">Integer</paragraph> + <paragraph xml-lang="en-US" id="hd_id3153193" role="heading" level="2" l10n="U" oldref="7">Parameters:</paragraph> + <paragraph xml-lang="en-US" id="par_id3153969" role="paragraph" l10n="U" oldref="8"> + <emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the minute value.</paragraph> + <paragraph xml-lang="en-US" id="par_id3150869" role="paragraph" l10n="U" oldref="9">This function is the opposite of the <emph>TimeSerial </emph>function. It returns the minute of the serial time value that is generated by the <emph>TimeSerial</emph> or the <emph>TimeValue </emph>function. For example, the expression:</paragraph> + <paragraph xml-lang="en-US" id="par_id3149262" role="paragraph" l10n="CHG" oldref="10">Print Minute(TimeSerial(12,30,41))</paragraph> + <paragraph xml-lang="en-US" id="par_id3148576" role="paragraph" l10n="U" oldref="11">returns the value 30.</paragraph> + <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> + <embed href="text/sbasic/shared/00000003.xhp#err5"/> + <paragraph xml-lang="en-US" id="hd_id3150010" role="heading" level="2" l10n="U" + oldref="12">Example:</paragraph> + <paragraph xml-lang="en-US" id="par_id3159154" role="paragraph" l10n="U" oldref="13">Sub ExampleMinute</paragraph> + <paragraph xml-lang="en-US" id="par_id3146119" role="paragraph" l10n="U" oldref="14">MsgBox "The current minute is "& Minute(Now)& "."</paragraph> + <paragraph xml-lang="en-US" id="par_id3153726" role="paragraph" l10n="U" oldref="15">end sub</paragraph> + </body> +</helpdocument>
\ No newline at end of file diff --git a/helpcontent2/source/text/sbasic/shared/03132100.xhp b/helpcontent2/source/text/sbasic/shared/03132100.xhp index 148b5611aa..30ca7b803d 100755 --- a/helpcontent2/source/text/sbasic/shared/03132100.xhp +++ b/helpcontent2/source/text/sbasic/shared/03132100.xhp @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> - - -<!--*********************************************************************** +<helpdocument version="1.0"> + +<!-- +*********************************************************************** * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -9,8 +10,8 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: 03132100.xhp,v $ - * $Revision: 1.5 $ + * $RCSfile: soffice2xmlhelp.xsl,v $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -29,38 +30,35 @@ * <http://www.openoffice.org/license.html> * for a copy of the LGPLv3 License. * - ************************************************************************--> + ************************************************************************ + --> + -<helpdocument version="1.0"> <meta> -<topic id="textsbasicshared03132100xml" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">GetGuiType Function [Runtime]</title> -<filename>/text/sbasic/shared/03132100.xhp</filename> -</topic> -<history> -<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created> -<lastedited date="2004-08-24T12:25:32">converted from old format - fpe</lastedited> -</history> -</meta> -<body> -<section id="getguitype"> + <topic id="textsbasicshared03132100xml" indexer="include" status="PUBLISH"> + <title xml-lang="en-US" id="tit">GetGuiType Function [Runtime]</title> + <filename>/text/sbasic/shared/03132100.xhp</filename> + </topic> + </meta> + <body> + <section id="getguitype"> <bookmark xml-lang="en-US" branch="index" id="bm_id3147143"><bookmark_value>GetGuiType function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3155310" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03132100.xhp" name="GetGuiType Function [Runtime]">GetGuiType Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3152459" xml-lang="en-US" l10n="U" oldref="2">Returns a numerical value that specifies the graphical user interface.</paragraph> -</section> -<paragraph role="paragraph" id="par_id3153323" xml-lang="en-US" l10n="U" oldref="3">This runtime function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments.</paragraph> -<paragraph role="heading" id="hd_id3154894" xml-lang="en-US" level="2" l10n="U" oldref="4">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3147143" xml-lang="en-US" l10n="U" oldref="5">GetGUIType()</paragraph> -<paragraph role="heading" id="hd_id3149346" xml-lang="en-US" level="2" l10n="U" oldref="6">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3153748" xml-lang="en-US" l10n="U" oldref="7">Integer</paragraph> -<paragraph role="heading" id="hd_id3149177" xml-lang="en-US" level="2" l10n="U" oldref="8">Return values:</paragraph> -<paragraph role="paragraph" id="par_id3147242" xml-lang="en-US" l10n="U" oldref="9">1: Windows</paragraph> -<paragraph role="paragraph" id="par_id3154046" xml-lang="en-US" l10n="U" oldref="10">3: Mac OS</paragraph> -<paragraph role="paragraph" id="par_id3156152" xml-lang="en-US" l10n="U" oldref="11">4: UNIX</paragraph> -<paragraph role="heading" id="hd_id3148685" xml-lang="en-US" level="2" l10n="U" oldref="12">Example:</paragraph> -<paragraph role="paragraph" id="par_id3149233" xml-lang="en-US" l10n="U" oldref="13">Sub ExampleEnvironment</paragraph> -<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US" l10n="U" oldref="14">MsgBox GetGUIType</paragraph> -<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US" l10n="U" oldref="15">End Sub</paragraph> -</body> -</helpdocument> +<paragraph xml-lang="en-US" id="hd_id3155310" role="heading" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03132100.xhp" name="GetGuiType Function [Runtime]">GetGuiType Function [Runtime]</link></paragraph> + <paragraph xml-lang="en-US" id="par_id3152459" role="paragraph" l10n="U" oldref="2">Returns a numerical value that specifies the graphical user interface.</paragraph> + </section> + <paragraph xml-lang="en-US" id="par_id3153323" role="paragraph" l10n="U" oldref="3">This runtime function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments.</paragraph> + <paragraph xml-lang="en-US" id="hd_id3154894" role="heading" level="2" l10n="U" oldref="4">Syntax:</paragraph> + <paragraph xml-lang="en-US" id="par_id3147143" role="paragraph" l10n="U" oldref="5">GetGUIType()</paragraph> + <paragraph xml-lang="en-US" id="hd_id3149346" role="heading" level="2" l10n="U" oldref="6">Return value:</paragraph> + <paragraph xml-lang="en-US" id="par_id3153748" role="paragraph" l10n="U" oldref="7">Integer</paragraph> + <paragraph xml-lang="en-US" id="hd_id3149177" role="heading" level="2" l10n="U" oldref="8">Return values:</paragraph> + <paragraph xml-lang="en-US" id="par_id3147242" role="paragraph" l10n="U" oldref="9">1: Windows</paragraph><comment>removed 3: Mac OS, see i95717</comment> +<paragraph xml-lang="en-US" id="par_id3156152" role="paragraph" l10n="U" oldref="11">4: UNIX</paragraph> + <paragraph xml-lang="en-US" id="hd_id3148685" role="heading" level="2" l10n="U" + oldref="12">Example:</paragraph> + <paragraph xml-lang="en-US" id="par_id3149233" role="paragraph" l10n="U" oldref="13">Sub ExampleEnvironment</paragraph> + <paragraph xml-lang="en-US" id="par_id3145609" role="paragraph" l10n="U" oldref="14">MsgBox GetGUIType</paragraph> + <paragraph xml-lang="en-US" id="par_id3145069" role="paragraph" l10n="U" oldref="15">End Sub</paragraph> + </body> +</helpdocument>
\ No newline at end of file diff --git a/helpcontent2/source/text/sbasic/shared/makefile.mk b/helpcontent2/source/text/sbasic/shared/makefile.mk index 1ae2d0bf4d..36c2eabf2b 100644 --- a/helpcontent2/source/text/sbasic/shared/makefile.mk +++ b/helpcontent2/source/text/sbasic/shared/makefile.mk @@ -6,9 +6,9 @@ # # OpenOffice.org - a multi-platform office productivity suite # -# $RCSfile: makefile.mk,v $ +# $RCSfile: makefile.template,v $ # -# $Revision: 1.10.4.4 $ +# $Revision: 1.5 $ # # This file is part of OpenOffice.org. # |