summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/a11y/gtk3atktable.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-10-02 13:26:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-10-02 14:37:14 +0200
commit094d8dd4615c1a5a5e8d1e8abf672d9b8f235eb9 (patch)
treef413cd463137220e260b0694e268b6a8ee72b5af /vcl/unx/gtk3/a11y/gtk3atktable.cxx
parent1db70eadd41048da0d421bcc5eba1fc0443f253a (diff)
Reinstate "Clean up uses of deprecated G_CONST_RETURN"
(f5bbb2db98fe420174328e6c8e2f3d160a9b7758), which had erroneously been dropped by 1ae450504cf57457f9702684b1517fda1dd3c481 "drop gtk2 support" Change-Id: Ib7e2fc5bfa394dd6c49d5c9710e1c415fdfe2186 Reviewed-on: https://gerrit.libreoffice.org/80026 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/unx/gtk3/a11y/gtk3atktable.cxx')
-rw-r--r--vcl/unx/gtk3/a11y/gtk3atktable.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/gtk3/a11y/gtk3atktable.cxx b/vcl/unx/gtk3/a11y/gtk3atktable.cxx
index 29ffa48d5b9d..221e55d2b287 100644
--- a/vcl/unx/gtk3/a11y/gtk3atktable.cxx
+++ b/vcl/unx/gtk3/a11y/gtk3atktable.cxx
@@ -36,7 +36,7 @@ atk_object_wrapper_conditional_ref( const uno::Reference< accessibility::XAccess
/*****************************************************************************/
// FIXME
-static G_CONST_RETURN gchar *
+static const gchar *
getAsConst( const OUString& rString )
{
static const int nMax = 10;
@@ -244,7 +244,7 @@ table_wrapper_get_caption( AtkTable *table )
/*****************************************************************************/
-static G_CONST_RETURN gchar *
+static const gchar *
table_wrapper_get_row_description( AtkTable *table,
gint row )
{
@@ -263,7 +263,7 @@ table_wrapper_get_row_description( AtkTable *table,
/*****************************************************************************/
-static G_CONST_RETURN gchar *
+static const gchar *
table_wrapper_get_column_description( AtkTable *table,
gint column )
{