You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/07/18 01:00:30 UTC

[Bug 120302] New: Add support for "AOO" and "Apache OpenOffice" in @since tag

https://issues.apache.org/ooo/show_bug.cgi?id=120302

          Priority: P3
            Bug ID: 120302
          Assignee: ooo-issues@incubator.apache.org
           Summary: Add support for "AOO" and "Apache OpenOffice" in
                    @since tag
          Severity: normal
        Issue Type: DEFECT
    Classification: Code
                OS: All
          Reporter: arielch@apache.org
          Hardware: All
            Status: CONFIRMED
           Version: AOO 3.4.0
         Component: autodoc
           Product: tools

With the change in the product name, newly created IDL documentation should not
use @since OOo but @since AOO

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120302] Add support for "AOO" and "Apache OpenOffice" in @since tag

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120302

--- Comment #3 from SVN Robot <sv...@dev.null.org> ---
"arielch" committed SVN revision 1363564 into trunk:
#i120302# - Replace "@since OpenOffice.org" in IDL files

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 120302] Add support for "AOO" and "Apache OpenOffice" in @since tag

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120302

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |ACCEPTED
                 CC|                            |ooo-issues@incubator.apache
                   |                            |.org
           Assignee|ooo-issues@incubator.apache |arielch@apache.org
                   |.org                        |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[Bug 120302] Add support for "AOO" and "Apache OpenOffice" in @since tag

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120302

--- Comment #2 from SVN Robot <sv...@dev.null.org> ---
"arielch" committed SVN revision 1363563 into trunk:
#i120302# - Add support for "AOO" and "Apache OpenOffice" in @since IDL tag

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 120302] Add support for "AOO" and "Apache OpenOffice" in @since tag

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120302

--- Comment #1 from Ariel Constenla-Haile <ar...@apache.org> ---
Created attachment 78672
  --> https://issues.apache.org/ooo/attachment.cgi?id=78672&action=edit
Patch to support both "AOO" and "Apache OpenOffice"

Adding support for "@since AOO" is rather simple, just add 

 SapiDocu_PE::CheckVersionSyntax_OOo(const String & i_versionPart1)
 {
     return      i_versionPart1 == "OOo"
-            OR  i_versionPart1 == "OpenOffice.org";
+            OR  i_versionPart1 == "AOO"
             OR  i_versionPart1 == "OpenOffice.org";
 }

in main/autodoc/source/parser_i/idoc/docu_pe2.cxx

Adding support for "@since Apache OpenOffice" is a bit of a hack, because it
add processing a new token if the first one is "Apache".

With the current patch both

        @since Apache OpenOffice 3.5
        @since AOO 3.5

are supported.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 120302] Add support for "AOO" and "Apache OpenOffice" in @since tag

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120302

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ACCEPTED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Ariel Constenla-Haile <ar...@apache.org> ---
Fixed in trunk

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 120302] Add support for "AOO" and "Apache OpenOffice" in @since tag

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120302

hdu@apache.org <hd...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |AOO 4.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.