From bcfcd0eb564e7d5d706f47dab30b074fd6233d97 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 31 May 2013 00:06:50 +0200 Subject: *api: fix up merge conflict damage Change-Id: I3a1281c756305f16d193210839ca6b826662698e --- offapi/com/sun/star/text/ViewSettings.idl | 2 +- offapi/com/sun/star/text/XAutoTextContainer.idl | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) (limited to 'offapi/com/sun/star/text') diff --git a/offapi/com/sun/star/text/ViewSettings.idl b/offapi/com/sun/star/text/ViewSettings.idl index e2f5db497c09..4b626a9d5161 100644 --- a/offapi/com/sun/star/text/ViewSettings.idl +++ b/offapi/com/sun/star/text/ViewSettings.idl @@ -248,7 +248,7 @@ published service ViewSettings */ [optional, property] long VerticalRulerMetric; //------------------------------------------------------------------------- - /** If this property is , tips for document content are shown, + /** If this property is `TRUE`, tips for document content are shown, typically in a help balloon when the mouse is over the content. @since LibreOffice 4.1 diff --git a/offapi/com/sun/star/text/XAutoTextContainer.idl b/offapi/com/sun/star/text/XAutoTextContainer.idl index 06fd171e2201..a44fba34c54d 100644 --- a/offapi/com/sun/star/text/XAutoTextContainer.idl +++ b/offapi/com/sun/star/text/XAutoTextContainer.idl @@ -27,14 +27,14 @@ module com { module sun { module star { module text { -/** handles blocks of AutoTextEntry. +/** handles blocks of AutoTextEntry. @see AutoTextContainer */ published interface XAutoTextContainer: com::sun::star::container::XNameAccess { /** creates a new AutoText group. - @param aGroupName the name of the AutoTextContainer + @param aGroupName the name of the AutoTextContainer

The name must follow the pattern groupname*pathid, where:

@@ -46,7 +46,7 @@ published interface XAutoTextContainer: com::sun::star::container::XNameAccess
  • pathid is a number (0 or 1) identifying the directory where the AutoText file is stored. Paths are stored in the Office configuration and accessed through - PathSettings::AutoText. + com::sun::star::util::PathSettings::AutoText.
    • 0 indicates the path of the Office Basis layer
    • 1 indicates the path of the user directory
    • @@ -54,15 +54,15 @@ published interface XAutoTextContainer: com::sun::star::container::XNameAccess
    If only groupname is specified, the path defaults to 0, the - Office Basis layer.
    Note that in some systems the user may lack of + Office Basis layer.
    Note that in some systems the user may lack of write access to the Office Basis directory. - @example + Example:
      -
    • standard*0
      the "standard" AutoTextGroup in the Office Basis layer
    • -
    • template
      the "template" AutoTextGroup in the Office Basis layer
    • -
    • mytexts*1
      the "mytexts" AutoTextGroup in the user directory
    • +
    • standard*0
      the "standard" AutoTextGroup in the Office Basis layer
    • +
    • template
      the "template" AutoTextGroup in the Office Basis layer
    • +
    • mytexts*1
      the "mytexts" AutoTextGroup in the user directory
    */ @@ -71,7 +71,8 @@ published interface XAutoTextContainer: com::sun::star::container::XNameAccess com::sun::star::container::ElementExistException ); /** deletes the specified AutoText group. - @param aGroupName see the documentation for XAutoTextContainer::insertNewByName() + @param aGroupName + see the documentation for XAutoTextContainer::insertNewByName() */ void removeByName( [in] string aGroupName ) raises( com::sun::star::container::NoSuchElementException ); -- cgit