summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y/atkutil.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/a11y/atkutil.cxx')
-rw-r--r--vcl/unx/gtk/a11y/atkutil.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/vcl/unx/gtk/a11y/atkutil.cxx b/vcl/unx/gtk/a11y/atkutil.cxx
index ee7fb6e959d3..e1cb134fd5bd 100644
--- a/vcl/unx/gtk/a11y/atkutil.cxx
+++ b/vcl/unx/gtk/a11y/atkutil.cxx
@@ -43,6 +43,7 @@
#include "atkutil.hxx"
#include <gtk/gtk.h>
+#include <config_version.h>
#include <set>
@@ -689,11 +690,7 @@ ooo_atk_util_get_toolkit_name (void)
static G_CONST_RETURN gchar *
ooo_atk_util_get_toolkit_version (void)
{
- /*
- * Version is passed in as a -D flag when this file is
- * compiled.
- */
- return LIBO_VERSION;
+ return LIBO_VERSION_DOTTED;
}
/*****************************************************************************/