summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/a11y')
-rw-r--r--vcl/unx/gtk/a11y/atkaction.cxx2
-rw-r--r--vcl/unx/gtk/a11y/atkbridge.cxx1
-rw-r--r--vcl/unx/gtk/a11y/atkcomponent.cxx1
-rw-r--r--vcl/unx/gtk/a11y/atkeditabletext.cxx2
-rw-r--r--vcl/unx/gtk/a11y/atkfactory.cxx1
-rw-r--r--vcl/unx/gtk/a11y/atkhypertext.cxx3
-rw-r--r--vcl/unx/gtk/a11y/atkimage.cxx1
-rw-r--r--vcl/unx/gtk/a11y/atklistener.cxx2
-rw-r--r--vcl/unx/gtk/a11y/atkselection.cxx1
-rw-r--r--vcl/unx/gtk/a11y/atktable.cxx3
-rw-r--r--vcl/unx/gtk/a11y/atktext.cxx1
-rw-r--r--vcl/unx/gtk/a11y/atktextattributes.cxx9
-rw-r--r--vcl/unx/gtk/a11y/atkutil.cxx3
-rw-r--r--vcl/unx/gtk/a11y/atkvalue.cxx1
-rw-r--r--vcl/unx/gtk/a11y/atkwindow.cxx1
-rw-r--r--vcl/unx/gtk/a11y/atkwrapper.cxx6
-rw-r--r--vcl/unx/gtk/a11y/atkwrapper.hxx1
17 files changed, 0 insertions, 39 deletions
diff --git a/vcl/unx/gtk/a11y/atkaction.cxx b/vcl/unx/gtk/a11y/atkaction.cxx
index fb613daffc68..01f2365c365c 100644
--- a/vcl/unx/gtk/a11y/atkaction.cxx
+++ b/vcl/unx/gtk/a11y/atkaction.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "atkwrapper.hxx"
#include <com/sun/star/accessibility/XAccessibleAction.hpp>
@@ -209,7 +208,6 @@ appendKeyStrokes(OStringBuffer& rBuffer, const uno::Sequence< awt::KeyStroke >&
}
}
-
static G_CONST_RETURN gchar *
action_wrapper_get_keybinding (AtkAction *action,
gint i)
diff --git a/vcl/unx/gtk/a11y/atkbridge.cxx b/vcl/unx/gtk/a11y/atkbridge.cxx
index c63ef828444b..c82b1e18ddb2 100644
--- a/vcl/unx/gtk/a11y/atkbridge.cxx
+++ b/vcl/unx/gtk/a11y/atkbridge.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <unx/gtk/atkbridge.hxx>
#include <unx/gtk/gtkframe.hxx>
diff --git a/vcl/unx/gtk/a11y/atkcomponent.cxx b/vcl/unx/gtk/a11y/atkcomponent.cxx
index 53797f3350a3..222f4b609e65 100644
--- a/vcl/unx/gtk/a11y/atkcomponent.cxx
+++ b/vcl/unx/gtk/a11y/atkcomponent.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "atkwrapper.hxx"
#include <com/sun/star/accessibility/XAccessibleComponent.hpp>
diff --git a/vcl/unx/gtk/a11y/atkeditabletext.cxx b/vcl/unx/gtk/a11y/atkeditabletext.cxx
index d72988f09f89..2918da6496e6 100644
--- a/vcl/unx/gtk/a11y/atkeditabletext.cxx
+++ b/vcl/unx/gtk/a11y/atkeditabletext.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "atkwrapper.hxx"
#include "atktextattributes.hxx"
@@ -48,7 +47,6 @@ static accessibility::XAccessibleEditableText*
return NULL;
}
-
/*****************************************************************************/
extern "C" {
diff --git a/vcl/unx/gtk/a11y/atkfactory.cxx b/vcl/unx/gtk/a11y/atkfactory.cxx
index 2b05c763a55b..01a55a72ac8f 100644
--- a/vcl/unx/gtk/a11y/atkfactory.cxx
+++ b/vcl/unx/gtk/a11y/atkfactory.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <unx/gtk/gtkframe.hxx>
#include <vcl/window.hxx>
#include "atkwrapper.hxx"
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)
diff --git a/vcl/unx/gtk/a11y/atkimage.cxx b/vcl/unx/gtk/a11y/atkimage.cxx
index d9f93edc4a9d..524a26895c59 100644
--- a/vcl/unx/gtk/a11y/atkimage.cxx
+++ b/vcl/unx/gtk/a11y/atkimage.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "atkwrapper.hxx"
#include <com/sun/star/accessibility/XAccessibleImage.hpp>
diff --git a/vcl/unx/gtk/a11y/atklistener.cxx b/vcl/unx/gtk/a11y/atklistener.cxx
index ebdac0053ed6..3349be84925f 100644
--- a/vcl/unx/gtk/a11y/atklistener.cxx
+++ b/vcl/unx/gtk/a11y/atklistener.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#ifdef AIX
#define _LINUX_SOURCE_COMPAT
#include <sys/timer.h>
@@ -40,7 +39,6 @@
using namespace com::sun::star;
-
AtkListener::AtkListener( AtkObjectWrapper* pWrapper ) : mpWrapper( pWrapper )
{
if( mpWrapper )
diff --git a/vcl/unx/gtk/a11y/atkselection.cxx b/vcl/unx/gtk/a11y/atkselection.cxx
index 1d0994131cef..016cb03447ec 100644
--- a/vcl/unx/gtk/a11y/atkselection.cxx
+++ b/vcl/unx/gtk/a11y/atkselection.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "atkwrapper.hxx"
#include <com/sun/star/accessibility/XAccessibleSelection.hpp>
diff --git a/vcl/unx/gtk/a11y/atktable.cxx b/vcl/unx/gtk/a11y/atktable.cxx
index 7094a7caf4b9..12b598bf9fa3 100644
--- a/vcl/unx/gtk/a11y/atktable.cxx
+++ b/vcl/unx/gtk/a11y/atktable.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "atkwrapper.hxx"
#include <com/sun/star/accessibility/XAccessibleTable.hpp>
@@ -638,7 +637,6 @@ table_wrapper_set_column_description( AtkTable *, gint, const gchar * )
{ // meaningless helper
}
-
/*****************************************************************************/
static void
@@ -646,7 +644,6 @@ table_wrapper_set_column_header( AtkTable *, gint, AtkObject * )
{ // meaningless helper
}
-
/*****************************************************************************/
static void
diff --git a/vcl/unx/gtk/a11y/atktext.cxx b/vcl/unx/gtk/a11y/atktext.cxx
index c90a9447c78d..b3ee4f21c6f8 100644
--- a/vcl/unx/gtk/a11y/atktext.cxx
+++ b/vcl/unx/gtk/a11y/atktext.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "atkwrapper.hxx"
#include "atktextattributes.hxx"
#include <algorithm>
diff --git a/vcl/unx/gtk/a11y/atktextattributes.cxx b/vcl/unx/gtk/a11y/atktextattributes.cxx
index 54e8f8f0a542..0d7cdc0e7785 100644
--- a/vcl/unx/gtk/a11y/atktextattributes.cxx
+++ b/vcl/unx/gtk/a11y/atktextattributes.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "atktextattributes.hxx"
#include <com/sun/star/awt/FontSlant.hpp>
@@ -50,7 +49,6 @@ typedef bool (* TextPropertyValueFunc) ( uno::Any& rAny, const gchar * value )
#define STRNCMP_PARAM( s ) s,sizeof( s )-1
-
/*****************************************************************************/
static AtkTextAttribute atk_text_attribute_paragraph_style = ATK_TEXT_ATTR_INVALID;
@@ -147,7 +145,6 @@ static const char * ExportedTextAttributes[TEXT_ATTRIBUTE_LAST] =
"WritingMode" // TEXT_ATTRIBUTE_WRITING_MODE
};
-
/*****************************************************************************/
static gchar*
@@ -180,7 +177,6 @@ double toPoint(sal_Int16 n)
return (double) (n * 72) / 2540;
}
-
/*****************************************************************************/
static bool
@@ -380,7 +376,6 @@ String2Weight( uno::Any& rAny, const gchar * value )
return true;
}
-
/*****************************************************************************/
static gchar*
@@ -770,7 +765,6 @@ get_font_effect(const uno::Sequence< beans::PropertyValue >& rAttributeList,
// @see http://www.w3.org/TR/REC-CSS2/text.html#lining-striking-props
-
enum
{
DECORATION_NONE = 0,
@@ -779,7 +773,6 @@ enum
DECORATION_LINE_THROUGH
};
-
static const gchar * decorations[] = { "none", "blink", "underline", "line-through" };
static gchar *
@@ -818,7 +811,6 @@ get_text_decoration(const uno::Sequence< beans::PropertyValue >& rAttributeList,
return g_strjoinv(" ", value_list);
}
-
/*****************************************************************************/
// @see http://www.w3.org/TR/REC-CSS2/text.html#propdef-text-shadow
@@ -1219,7 +1211,6 @@ attribute_set_new_from_property_values(
return attribute_set;
}
-
AtkAttributeSet* attribute_set_prepend_misspelled( AtkAttributeSet* attribute_set )
{
if( ATK_TEXT_ATTR_INVALID == atk_text_attribute_misspelled )
diff --git a/vcl/unx/gtk/a11y/atkutil.cxx b/vcl/unx/gtk/a11y/atkutil.cxx
index e9309aa40fc8..f662bbdc7bdd 100644
--- a/vcl/unx/gtk/a11y/atkutil.cxx
+++ b/vcl/unx/gtk/a11y/atkutil.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#ifdef AIX
#define _LINUX_SOURCE_COMPAT
#include <sys/timer.h>
@@ -494,7 +493,6 @@ static void handle_toolbox_buttonchange(VclWindowEvent const *pEvent)
}
}
-
/*****************************************************************************/
static std::set< Window * > g_aWindowList;
@@ -758,5 +756,4 @@ ooo_atk_util_get_type (void)
return type;
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/unx/gtk/a11y/atkvalue.cxx b/vcl/unx/gtk/a11y/atkvalue.cxx
index 44416fa19982..7e1256e334c3 100644
--- a/vcl/unx/gtk/a11y/atkvalue.cxx
+++ b/vcl/unx/gtk/a11y/atkvalue.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "atkwrapper.hxx"
#include <com/sun/star/accessibility/XAccessibleValue.hpp>
diff --git a/vcl/unx/gtk/a11y/atkwindow.cxx b/vcl/unx/gtk/a11y/atkwindow.cxx
index e60ef0bbe491..92b89509ffb6 100644
--- a/vcl/unx/gtk/a11y/atkwindow.cxx
+++ b/vcl/unx/gtk/a11y/atkwindow.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <unx/gtk/gtkframe.hxx>
#include <vcl/svapp.hxx>
#include <vcl/window.hxx>
diff --git a/vcl/unx/gtk/a11y/atkwrapper.cxx b/vcl/unx/gtk/a11y/atkwrapper.cxx
index b01abcdc575e..a4125fa53e9f 100644
--- a/vcl/unx/gtk/a11y/atkwrapper.cxx
+++ b/vcl/unx/gtk/a11y/atkwrapper.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Type.hxx>
#include <com/sun/star/uno/Sequence.hxx>
@@ -121,7 +120,6 @@ static AtkRelationType mapRelationType( sal_Int16 nRelation )
return type;
}
-
AtkStateType mapAtkState( sal_Int16 nState )
{
AtkStateType type = ATK_STATE_INVALID;
@@ -321,7 +319,6 @@ static AtkRole mapToAtkRole( sal_Int16 nRole )
return role;
}
-
/*****************************************************************************/
extern "C" {
@@ -558,7 +555,6 @@ wrapper_ref_state_set( AtkObject *atk_obj )
/*****************************************************************************/
-
static void
atk_object_wrapper_finalize (GObject *obj)
{
@@ -777,7 +773,6 @@ atk_object_wrapper_ref( const uno::Reference< accessibility::XAccessible > &rxAc
return NULL;
}
-
AtkObject *
atk_object_wrapper_new( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& rxAccessible,
AtkObject* parent )
@@ -847,7 +842,6 @@ atk_object_wrapper_new( const ::com::sun::star::uno::Reference< ::com::sun::star
}
}
-
/*****************************************************************************/
void atk_object_wrapper_add_child(AtkObjectWrapper* wrapper, AtkObject *child, gint index)
diff --git a/vcl/unx/gtk/a11y/atkwrapper.hxx b/vcl/unx/gtk/a11y/atkwrapper.hxx
index 02126cbc541f..5886674f1d1d 100644
--- a/vcl/unx/gtk/a11y/atkwrapper.hxx
+++ b/vcl/unx/gtk/a11y/atkwrapper.hxx
@@ -43,7 +43,6 @@ namespace com { namespace sun { namespace star { namespace accessibility {
class XAccessibleValue;
} } } }
-
struct _AtkObjectWrapper
{
AtkObject aParent;