summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y/atkhypertext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/a11y/atkhypertext.cxx')
-rw-r--r--vcl/unx/gtk/a11y/atkhypertext.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/unx/gtk/a11y/atkhypertext.cxx b/vcl/unx/gtk/a11y/atkhypertext.cxx
index f1fac6be1889..c4c5a5383bed 100644
--- a/vcl/unx/gtk/a11y/atkhypertext.cxx
+++ b/vcl/unx/gtk/a11y/atkhypertext.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "atkwrapper.hxx"
#include <com/sun/star/accessibility/XAccessibleHypertext.hpp>
@@ -26,7 +25,6 @@
using namespace ::com::sun::star;
-
// ---------------------- AtkHyperlink ----------------------
typedef struct {
@@ -212,7 +210,6 @@ static accessibility::XAccessibleHypertext*
return NULL;
}
-
static AtkHyperlink *
hypertext_get_link( AtkHypertext *hypertext,
gint link_index)