[Libreoffice-commits] core.git: offapi/com

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Tue Oct 29 12:51:15 CET 2013


 offapi/com/sun/star/inspection/XPropertyHandler.idl            |    2 +-
 offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl         |    4 ++--
 offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl |    4 ++--
 offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl          |    2 +-
 offapi/com/sun/star/ui/XUIConfigurationManager.idl             |    8 ++++----
 offapi/com/sun/star/xml/dom/XNode.idl                          |    2 +-
 6 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit 511bbec1c5b6111f17ef5357ca7a6041555e571b
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Mon Oct 28 11:08:10 2013 +0100

    doxygen warnings: "explicit link request to ´foo´ could not be resolved
    
    as #foo doesn't work to link to parameters described in the block, use
    "\p foo" instead to format it.
    
    Change-Id: Ic9bd59936f872c8f87aba50e87ba788265149832
    Reviewed-on: https://gerrit.libreoffice.org/6459
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/offapi/com/sun/star/inspection/XPropertyHandler.idl b/offapi/com/sun/star/inspection/XPropertyHandler.idl
index ffc4656..c942bf5 100644
--- a/offapi/com/sun/star/inspection/XPropertyHandler.idl
+++ b/offapi/com/sun/star/inspection/XPropertyHandler.idl
@@ -137,7 +137,7 @@ interface XPropertyHandler
             The name of the conversion's target property.
         @param ControlValue
             The to-be-converted control value. This value has been obtained from an XPropertyControl,
-            using its #Value attribute.
+            using its XPropertyControl::Value attribute.
 
         @throws com::sun::star::beans::UnknownPropertyException
             if the given property is not supported by the property handler
diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
index 18a47c0..e566f33 100644
--- a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
+++ b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
@@ -194,8 +194,8 @@ interface XSingleSelectQueryAnalyzer : com::sun::star::uno::XInterface
             is the command which should be executed, the type of command depends
             on the CommandType.
 
-            <p>In case of a #CommandType of com::sun::star::sdb::CommandType::COMMAND,
-            means in case the #Command specifies an SQL statement, the inherited
+            <p>In case of a \p CommandType of com::sun::star::sdb::CommandType::COMMAND,
+            means in case the \p Command specifies an SQL statement, the inherited
             com::sun::star::sdbc::RowSet::EscapeProcessing
             becomes relevant:<br/>
             It then can be to used to specify whether the SQL statement should be analyzed on the
diff --git a/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl b/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl
index 5517c95..ab31a08 100644
--- a/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl
+++ b/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl
@@ -80,10 +80,10 @@ published interface XCachedDynamicResultSetStubFactory: com::sun::star::uno::XIn
         properties that are involved in sorting.
 
         @throws ListenerAlreadySetException
-        if #Source is already in use.
+        if \p Source is already in use.
 
         @throws AlreadyInitializedException
-        if #TargetCache already has been initialized.
+        if \p TargetCache already has been initialized.
     */
     void connectToCache(
                   [in] com::sun::star::ucb::XDynamicResultSet Source
diff --git a/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl b/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl
index 8c04e25..7134e6c 100644
--- a/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl
+++ b/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl
@@ -38,7 +38,7 @@ interface XWebDAVCommandEnvironment : XCommandEnvironment
     @param aURI
     The request URI.
 
-    @param aMethod
+    @param eMethod
     The WebDAV/HTTP method ("GET","PUT","MKCOL",...) as defined in WebDAVHTTPMethod.
 
     @return
diff --git a/offapi/com/sun/star/ui/XUIConfigurationManager.idl b/offapi/com/sun/star/ui/XUIConfigurationManager.idl
index b963dc4..cf18387 100644
--- a/offapi/com/sun/star/ui/XUIConfigurationManager.idl
+++ b/offapi/com/sun/star/ui/XUIConfigurationManager.idl
@@ -123,7 +123,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
             implements UIElementSettings. If the settings data
             cannot be found a
             com::sun::star::container::NoSuchElementException
-            is thrown.  If the #ResourceURL is not valid or
+            is thrown.  If the \p ResourceURL is not valid or
             describes an unknown type a
             com::sun::star::lang::IllegalArgumentException
             is thrown.
@@ -145,7 +145,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
         <p>
         If the settings data cannot be found a
         com::sun::star::container::NoSuchElementException
-        is thrown. If the #ResourceURL is not valid or describes
+        is thrown. If the \p ResourceURL is not valid or describes
         an unknown type a
         com::sun::star::lang::IllegalArgumentException
         is thrown. If the configuration manager is read-only a
@@ -164,7 +164,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
         <p>
         If the settings data cannot be found a
         com::sun::star::container::NoSuchElementException is
-        thrown. If the #ResourceURL is not valid or describes an
+        thrown. If the \p ResourceURL is not valid or describes an
         unknown type a com::sun::star::lang::IllegalArgumentException
         is thrown. If the configuration manager is read-only a
         com::sun::star::lang::IllegalAccessException is thrown.
@@ -184,7 +184,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
         <p>
         If the settings data is already present a
         com::sun::star::container::ElementExistException
-        is thrown. If the #ResourceURL is not valid or describes
+        is thrown. If the \p NewResourceURL is not valid or describes
         an unknown type a com::sun::star::lang::IllegalArgumentException
         is thrown. If the configuration manager is read-only a
         com::sun::star::lang::IllegalAccessException is thrown.
diff --git a/offapi/com/sun/star/xml/dom/XNode.idl b/offapi/com/sun/star/xml/dom/XNode.idl
index fd6aed9..b5ff896 100644
--- a/offapi/com/sun/star/xml/dom/XNode.idl
+++ b/offapi/com/sun/star/xml/dom/XNode.idl
@@ -35,7 +35,7 @@ interface XDocument;
 <p>The Node interface is the primary datatype for the entire Document Object Model.
 It represents a single node in the document tree. While all objects implementing
 the Node interface expose methods for dealing with children, not all objects
-#implementing the Node interface may have children. For example, Text nodes may not
+implementing the Node interface may have children. For example, Text nodes may not
 have children, and adding children to such nodes results in a DOMException being raised.</p>
 
 <p>The attributes nodeName, nodeValue and attributes are included as a mechanism to get at


More information about the Libreoffice-commits mailing list