[Libreoffice-commits] core.git: accessibility/inc solenv/bin solenv/inc

Chris Sherlock chris.sherlock79 at gmail.com
Thu Feb 4 08:51:57 UTC 2016


 accessibility/inc/accessibility/extended/AccessibleBrowseBox.hxx            |    2 
 accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx        |  101 ++++------
 accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderBar.hxx   |    8 
 accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableBase.hxx   |   13 -
 accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx      |   14 -
 accessibility/inc/accessibility/extended/AccessibleGridControlHeader.hxx    |   13 -
 accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx |   17 -
 accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx  |    9 
 solenv/bin/mkdocs.sh                                                        |    2 
 solenv/inc/doxygen.cfg                                                      |    6 
 10 files changed, 90 insertions(+), 95 deletions(-)

New commits:
commit e2a6b1378f04e6349eae678028022dd48e6959de
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Thu Feb 4 19:50:15 2016 +1100

    accessibility: fix rest of doxygen errors
    
    I've changed the doxygen generation script to generate an xhtml
    page, and it uses SVG diagrams now.
    
    Change-Id: I876795675ae9ebcfec6f7fe5edc43c9d2e4964d3

diff --git a/accessibility/inc/accessibility/extended/AccessibleBrowseBox.hxx b/accessibility/inc/accessibility/extended/AccessibleBrowseBox.hxx
index 08a4d74..9593977 100644
--- a/accessibility/inc/accessibility/extended/AccessibleBrowseBox.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleBrowseBox.hxx
@@ -105,6 +105,8 @@ public:
             the new value
         @param rOldValue
             the old value
+        @param _bColumnHeaderBar
+            true if a column based header bar, false if a row based header bar
     */
     void commitHeaderBarEvent(sal_Int16 nEventId,
             const css::uno::Any& rNewValue,
diff --git a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx
index fe30065..bd04ef4 100644
--- a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx
@@ -57,12 +57,8 @@ namespace svt {
     class IAccessibleTableProvider;
 }
 
-
-
 namespace accessibility {
 
-
-
 typedef ::cppu::WeakAggComponentImplHelper5<
             css::accessibility::XAccessibleContext,
             css::accessibility::XAccessibleComponent,
@@ -84,30 +80,31 @@ public:
         implSetName() (in Ctor) or later via
         setAccessibleName() and setAccessibleDescription() (these methods
         notify the listeners about the change).
-        @param rxParent  XAccessible interface of the parent object.
-        @param rBrowseBox  The BrowseBox control.
-        @param eNameText  The constant for the name text.
-        @param eDescrText  The constant for the description text. */
+
+        @param rxParent         XAccessible interface of the parent object.
+        @param rBrowseBox       The BrowseBox control.
+        @param _xFocusWindow    The window that gets all the focus events.
+        @param eObjType         Object type */
     AccessibleBrowseBoxBase(
-        const css::uno::Reference<
-                  css::accessibility::XAccessible >& rxParent,
-        ::svt::IAccessibleTableProvider&                  rBrowseBox,
+        const css::uno::Reference< css::accessibility::XAccessible >& rxParent,
+        ::svt::IAccessibleTableProvider& rBrowseBox,
         const css::uno::Reference< css::awt::XWindow >& _xFocusWindow,
-        ::svt::AccessibleBrowseBoxObjType  eObjType );
+        ::svt::AccessibleBrowseBoxObjType eObjType );
 
     /** Constructor sets specified name and description.
-        @param rxParent  XAccessible interface of the parent object.
-        @param rBrowseBox  The BrowseBox control.
-        @param rName  The name of this object.
-        @param rDescription  The description text of this object. */
+        @param rxParent         XAccessible interface of the parent object.
+        @param rBrowseBox       The BrowseBox control.
+        @param _xFocusWindow    The window that gets all the focus events.
+        @param eObjType         Object type
+        @param rName            The name of this object.
+        @param rDescription     The description text of this object. */
     AccessibleBrowseBoxBase(
-        const css::uno::Reference<
-                  css::accessibility::XAccessible >& rxParent,
-        ::svt::IAccessibleTableProvider&                  rBrowseBox,
+        const css::uno::Reference< css::accessibility::XAccessible >& rxParent,
+        ::svt::IAccessibleTableProvider& rBrowseBox,
         const css::uno::Reference< css::awt::XWindow >& _xFocusWindow,
-        ::svt::AccessibleBrowseBoxObjType  eObjType,
-        const OUString&      rName,
-        const OUString&      rDescription );
+        ::svt::AccessibleBrowseBoxObjType eObjType,
+        const OUString& rName,
+        const OUString& rDescription );
 
 protected:
     virtual ~AccessibleBrowseBoxBase();
@@ -116,7 +113,7 @@ protected:
     virtual void SAL_CALL disposing() override;
 
 public:
-    // XAccessibleContext -----------------------------------------------------
+    // XAccessibleContext
 
     /** @return  A reference to the parent accessible object. */
     virtual css::uno::Reference<css::accessibility::XAccessible > SAL_CALL getAccessibleParent()
@@ -166,7 +163,7 @@ public:
         Derived classes may overwrite getAccessibleIndexInParent to increase
         performance. */
 
-    // XAccessibleComponent ---------------------------------------------------
+    // XAccessibleComponent
 
     /** @return
         TRUE, if the point lies within the bounding box of this object. */
@@ -209,7 +206,7 @@ public:
     virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL getAccessibleAtPoint( const css::awt::Point& rPoint )
         throw ( css::uno::RuntimeException, std::exception ) override;
 
-    // XAccessibleEventBroadcaster --------------------------------------------
+    // XAccessibleEventBroadcaster
 
     /** Adds a new event listener */
     virtual void SAL_CALL addAccessibleEventListener(
@@ -221,13 +218,13 @@ public:
             const css::uno::Reference< css::accessibility::XAccessibleEventListener>& rxListener )
         throw ( css::uno::RuntimeException, std::exception ) override;
 
-    // XTypeProvider ----------------------------------------------------------
+    // XTypeProvider
 
     /** @return  An unique implementation ID. */
     virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
         throw ( css::uno::RuntimeException, std::exception ) override;
 
-    // XServiceInfo -----------------------------------------------------------
+    // XServiceInfo
 
     /** @return  Whether the specified service is supported by this class. */
     virtual sal_Bool SAL_CALL supportsService( const OUString& rServiceName )
@@ -240,7 +237,7 @@ public:
     /*  Derived classes have to implement:
         -   getImplementationName. */
 
-    // helper methods ---------------------------------------------------------
+    // helper methods
 
     /** @return  The BrowseBox object type. */
     inline ::svt::AccessibleBrowseBoxObjType getType() const;
@@ -259,7 +256,7 @@ public:
     bool isAlive() const;
 
 protected:
-    // internal virtual methods -----------------------------------------------
+    // internal virtual methods
 
     /** Determines whether the BrowseBox control is really showing inside of
         its parent accessible window. Derived classes may implement different
@@ -285,13 +282,13 @@ protected:
         @return  A filled AccessibleStateSetHelper. */
     virtual ::utl::AccessibleStateSetHelper* implCreateStateSetHelper();
 
-    // internal helper methods ------------------------------------------------
+    // internal helper methods
 
     /** @throws <type>DisposedException</type>  If the object is not alive. */
     void ensureIsAlive() const
         throw ( css::lang::DisposedException );
 
-    /** @return  The ::osl::Mutex member provided by the class OBaseMutex. */
+    /** @return  The osl::Mutex member provided by the class OBaseMutex. */
     inline ::osl::Mutex& getOslMutex();
 
     /** Changes the name of the object (flat assignment, no notify).
@@ -320,7 +317,7 @@ public:
     inline void             ensureIsAlive( const AccessControl& ) { ensureIsAlive(); }
 
 protected:
-    // members ----------------------------------------------------------------
+    // members
 
     /** The parent accessible object. */
     css::uno::Reference< css::accessibility::XAccessible > mxParent;
@@ -362,33 +359,33 @@ protected:
         setAccessibleName() and setAccessibleDescription() (these methods
         notify the listeners about the change).
 
-        @param rxParent  XAccessible interface of the parent object.
-        @param rBrowseBox  The BrowseBox control.
-        @param eNameText  The constant for the name text.
-        @param eDescrText  The constant for the description text.
+        @param rxParent         XAccessible interface of the parent object.
+        @param rBrowseBox       The BrowseBox control.
+        @param _xFocusWindow    The window that gets all the focus events.
+        @param eObjType         Object type
     */
     BrowseBoxAccessibleElement(
-        const css::uno::Reference<
-                  css::accessibility::XAccessible >& rxParent,
-        ::svt::IAccessibleTableProvider&                  rBrowseBox,
+        const css::uno::Reference< css::accessibility::XAccessible >& rxParent,
+        ::svt::IAccessibleTableProvider& rBrowseBox,
         const css::uno::Reference< css::awt::XWindow >& _xFocusWindow,
-        ::svt::AccessibleBrowseBoxObjType  eObjType );
+        ::svt::AccessibleBrowseBoxObjType eObjType );
 
     /** Constructor sets specified name and description.
 
-        @param rxParent  XAccessible interface of the parent object.
-        @param rBrowseBox  The BrowseBox control.
-        @param rName  The name of this object.
-        @param rDescription  The description text of this object.
+        @param rxParent         XAccessible interface of the parent object.
+        @param rBrowseBox       The BrowseBox control.
+        @param _xFocusWindow    The window that gets all the focus events.
+        @param eObjType         Object type
+        @param rName            The name of this object.
+        @param rDescription     The description text of this object.
     */
     BrowseBoxAccessibleElement(
-        const css::uno::Reference<
-                  css::accessibility::XAccessible >& rxParent,
-        ::svt::IAccessibleTableProvider&                  rBrowseBox,
+        const css::uno::Reference< css::accessibility::XAccessible >& rxParent,
+        ::svt::IAccessibleTableProvider& rBrowseBox,
         const css::uno::Reference< css::awt::XWindow >& _xFocusWindow,
-        ::svt::AccessibleBrowseBoxObjType  eObjType,
-        const OUString&      rName,
-        const OUString&      rDescription );
+        ::svt::AccessibleBrowseBoxObjType eObjType,
+        const OUString& rName,
+        const OUString& rDescription );
 
 public:
     // XInterface
@@ -400,7 +397,7 @@ protected:
     virtual ~BrowseBoxAccessibleElement();
 
 protected:
-    // XAccessible ------------------------------------------------------------
+    // XAccessible
 
     /** @return  The XAccessibleContext interface of this object. */
     virtual css::uno::Reference< css::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext()
@@ -424,7 +421,7 @@ public:
     }
 };
 
-// inlines --------------------------------------------------------------------
+// inlines
 
 inline ::svt::AccessibleBrowseBoxObjType AccessibleBrowseBoxBase::getType() const
 {
diff --git a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderBar.hxx b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderBar.hxx
index 3b1260c..237f079 100644
--- a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderBar.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderBar.hxx
@@ -43,12 +43,14 @@ class AccessibleBrowseBoxHeaderBar :
     public AccessibleBrowseBoxHeaderBarImplHelper
 {
 public:
-    /** @param eObjType  One of the two allowed types BBTYPE_ROWHEADERBAR or
+    /** @param rxParent         Parent that holds the browsebox headerbar control
+        @param rBrowseBox       The BrowseBox control.
+        @param eObjType  One of the two allowed types BBTYPE_ROWHEADERBAR or
                          BBTYPE_COLUMNHEADERBAR. */
     AccessibleBrowseBoxHeaderBar(
         const css::uno::Reference< css::accessibility::XAccessible >& rxParent,
-        ::svt::IAccessibleTableProvider&                  rBrowseBox,
-        ::svt::AccessibleBrowseBoxObjType  eObjType );
+        ::svt::IAccessibleTableProvider& rBrowseBox,
+        ::svt::AccessibleBrowseBoxObjType eObjType );
 
 protected:
     virtual ~AccessibleBrowseBoxHeaderBar();
diff --git a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableBase.hxx b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableBase.hxx
index bdbf4b4..9846ee1 100644
--- a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableBase.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableBase.hxx
@@ -46,14 +46,13 @@ public:
         implSetName() and implSetDescription() (in Ctor) or later via
         setAccessibleName() and setAccessibleDescription() (these methods
         notify the listeners about the change).
-        @param rxParent  XAccessible interface of the parent object.
-        @param rBrowseBox  The BrowseBox control.
-        @param eNameText  The constant for the name text.
-        @param eDescrText  The constant for the description text. */
+        @param rxParent         XAccessible interface of the parent object.
+        @param rBrowseBox       The BrowseBox control.
+        @param eObjType         Type of BrowseBox object. */
     AccessibleBrowseBoxTableBase(
         const css::uno::Reference< css::accessibility::XAccessible >& rxParent,
-        ::svt::IAccessibleTableProvider&                  rBrowseBox,
-        ::svt::AccessibleBrowseBoxObjType  eObjType );
+        ::svt::IAccessibleTableProvider& rBrowseBox,
+        ::svt::AccessibleBrowseBoxObjType eObjType );
 
 protected:
     virtual ~AccessibleBrowseBoxTableBase();
@@ -213,10 +212,12 @@ protected:
 
     /** Selects/deselects a row (tries to expand selection).
         @attention  This method requires locked mutex's and a living object.
+        @param nRow     Row to select
         @param bSelect  TRUE = select, FALSE = deselect */
     void implSelectRow( sal_Int32 nRow, bool bSelect );
     /** Selects/deselects a column (tries to expand selection).
         @attention  This method requires locked mutex's and a living object.
+        @param nColumnPos column number to select
         @param bSelect  TRUE = select, FALSE = deselect */
     void implSelectColumn( sal_Int32 nColumnPos, bool bSelect );
 
diff --git a/accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx b/accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx
index 5835662..620d409 100644
--- a/accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx
@@ -61,7 +61,7 @@ typedef ::cppu::WeakAggComponentImplHelper4<
 
 /** The GridControl accessible objects inherit from this base class. It
     implements basic functionality for various Accessibility interfaces and
-    the event broadcaster and contains the ::osl::Mutex. */
+    the event broadcaster and contains the osl::Mutex. */
 class AccessibleGridControlBase :
     public ::comphelper::OBaseMutex,
     public AccessibleGridControlImplHelper
@@ -69,9 +69,8 @@ class AccessibleGridControlBase :
 public:
     /** Constructor sets specified name and description.
         @param rxParent  XAccessible interface of the parent object.
-        @param rTable  The Table control.
-        @param eNameText  The constant for the name text.
-        @param eDescrText  The constant for the description text. */
+        @param rTable    The Table control.
+        @param eObjType  Type of accessible table control. */
     AccessibleGridControlBase(
         const css::uno::Reference< css::accessibility::XAccessible >& rxParent,
         ::svt::table::IAccessibleTable& rTable,
@@ -305,10 +304,9 @@ class GridControlAccessibleElement
 protected:
     /** Constructor sets specified name and description.
 
-        @param rxParent  XAccessible interface of the parent object.
-        @param rTable  The Table control.
-        @param eNameText  The constant for the name text.
-        @param eDescrText  The constant for the description text.
+        @param rxParent    XAccessible interface of the parent object.
+        @param rTable      The Table control.
+        @param eObjType    Type of table control
     */
     GridControlAccessibleElement(
         const css::uno::Reference< css::accessibility::XAccessible >& rxParent,
diff --git a/accessibility/inc/accessibility/extended/AccessibleGridControlHeader.hxx b/accessibility/inc/accessibility/extended/AccessibleGridControlHeader.hxx
index 8d47736..432fbb3 100644
--- a/accessibility/inc/accessibility/extended/AccessibleGridControlHeader.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleGridControlHeader.hxx
@@ -21,16 +21,11 @@
 #ifndef INCLUDED_ACCESSIBILITY_INC_ACCESSIBILITY_EXTENDED_ACCESSIBLEGRIDCONTROLHEADER_HXX
 #define INCLUDED_ACCESSIBILITY_INC_ACCESSIBILITY_EXTENDED_ACCESSIBLEGRIDCONTROLHEADER_HXX
 
-
-#include "accessibility/extended/AccessibleGridControlHeaderCell.hxx"
-#include "accessibility/extended/AccessibleGridControlTableBase.hxx"
-
-
+#include <accessibility/extended/AccessibleGridControlHeaderCell.hxx>
+#include <accessibility/extended/AccessibleGridControlTableBase.hxx>
 
 namespace accessibility {
 
-
-
 /** This class represents the accessible object of a header bar of a Grid Control
    (row or column header bar). This object supports the
     XAccessibleSelection interface. Selecting a child of this object selects
@@ -38,7 +33,9 @@ namespace accessibility {
 class AccessibleGridControlHeader : public AccessibleGridControlTableBase
 {
 public:
-    /** @param eObjType  One of the two allowed types TCTYPE_ROWHEADERBAR or
+    /**  @param rxParent  accessible parent control
+         @param rTable    accessible table
+         @param eObjType  One of the two allowed types TCTYPE_ROWHEADERBAR or
                          TCTYPE_COLUMNHEADERBAR. */
     AccessibleGridControlHeader(
         const css::uno::Reference<
diff --git a/accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx b/accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx
index 91b1687..079afc7 100644
--- a/accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx
@@ -43,9 +43,8 @@ class AccessibleGridControlTableBase :
 public:
     /** Constructor sets specified name and description.
         @param rxParent  XAccessible interface of the parent object.
-        @param rTable  The Table control.
-        @param eNameText  The constant for the name text.
-        @param eDescrText  The constant for the description text. */
+        @param rTable    The Table control.
+        @param eObjType  Type of table control object */
     AccessibleGridControlTableBase(
         const css::uno::Reference< css::accessibility::XAccessible >& rxParent,
         ::svt::table::IAccessibleTable& rTable,
@@ -55,7 +54,7 @@ protected:
     virtual ~AccessibleGridControlTableBase();
 
 public:
-    // XAccessibleContext -----------------------------------------------------
+    // XAccessibleContext
 
     /** @return  The count of visible children. */
     virtual sal_Int32 SAL_CALL getAccessibleChildCount()
@@ -69,13 +68,13 @@ public:
         -   getAccessibleChild,
         -   getAccessibleIndexInParent. */
 
-    // XAccessibleComponent ---------------------------------------------------
+    // XAccessibleComponent
 
     /*  Derived classes have to implement:
         -   getAccessibleAt,
         -   grabFocus. */
 
-    // XAccessibleTable -------------------------------------------------------
+    // XAccessibleTable
 
     /** @return  The number of used rows in the table (0 = empty table). */
     virtual sal_Int32 SAL_CALL getAccessibleRowCount()
@@ -134,7 +133,7 @@ public:
         -   getAccessibleCellAt,
         -   isAccessibleSelected. */
 
-    // XInterface -------------------------------------------------------------
+    // XInterface
 
     /** Queries for a new interface. */
     css::uno::Any SAL_CALL queryInterface( const css::uno::Type& rType )
@@ -146,7 +145,7 @@ public:
     /** Releases the object (calls release() on base class). */
     virtual void SAL_CALL release() throw () override;
 
-    // XTypeProvider ----------------------------------------------------------
+    // XTypeProvider
 
     /** @return  A sequence of possible types (received from base classes). */
     virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes()
@@ -157,7 +156,7 @@ public:
         throw ( css::uno::RuntimeException, std::exception ) override;
 
 protected:
-    // internal helper methods ------------------------------------------------
+    // internal helper methods
 
     /** @attention  This method requires locked mutex's and a living object.
         @return  The number of cells of the table. */
diff --git a/accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx b/accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx
index 5f37090..180aedf 100644
--- a/accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx
+++ b/accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx
@@ -42,7 +42,6 @@
 class SvxIconChoiceCtrlEntry;
 class SvtIconChoiceCtrl;
 
-
 namespace accessibility
 {
 
@@ -100,10 +99,10 @@ namespace accessibility
 
     public:
         /** Ctor()
-            @param  _rListBox
-                the view control
-            @param  _pEntry
-                the entry
+            @param  _rIconCtrl
+                the icon control
+            @param  _nPos
+                the entry number
             @param  _xParent
                 is our parent accessible object
         */
diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh
index c5231fe..54741fe 100755
--- a/solenv/bin/mkdocs.sh
+++ b/solenv/bin/mkdocs.sh
@@ -221,7 +221,7 @@ for module_name in *; do
       text="<p><b>View module in:</b>"
 	  text="${text}   <a href=\"http://cgit.freedesktop.org/libreoffice/core/tree/${module_name}\">cgit</a>"
       if $(echo $INPUT_PROJECTS | grep -q $module_name); then
-        text="${text}   <a href=\"${module_name}/html/classes.html\">Doxygen</a>"
+        text="${text}   <a href=\"${module_name}/html/classes.xhtml\">Doxygen</a>"
       fi
       text="${text} </p><p> </p>"
 	  echo -e $text >> "$BASE_OUTPUT/${module_name}.html"
diff --git a/solenv/inc/doxygen.cfg b/solenv/inc/doxygen.cfg
index 4468e59..11fbf2a 100644
--- a/solenv/inc/doxygen.cfg
+++ b/solenv/inc/doxygen.cfg
@@ -1052,7 +1052,7 @@ HTML_OUTPUT            =
 # The default value is: .html.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_FILE_EXTENSION    = .html
+HTML_FILE_EXTENSION    = .xhtml
 
 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
 # each generated HTML page. If the tag is left blank doxygen will generate a
@@ -2292,7 +2292,7 @@ DIRECTORY_GRAPH        = YES
 # The default value is: png.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
-DOT_IMAGE_FORMAT       = gif
+DOT_IMAGE_FORMAT       = svg
 
 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
 # enable generation of interactive SVG images that allow zooming and panning.
@@ -2304,7 +2304,7 @@ DOT_IMAGE_FORMAT       = gif
 # The default value is: NO.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
-INTERACTIVE_SVG        = NO
+INTERACTIVE_SVG        = YES 
 
 # The DOT_PATH tag can be used to specify the path where the dot tool can be
 # found. If left blank, it is assumed the dot tool can be found in the path.


More information about the Libreoffice-commits mailing list