summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-11-04 13:13:04 +0000
committerMichael Meeks <michael.meeks@suse.com>2011-11-07 14:19:33 +0000
commit7a47e0ead3471f8f6e737a79704ad8ad2978418a (patch)
treee81d7e3885eac9b9daba10ce1793ea2ca1ea9395 /vcl/unx
parent60ea258057b0f11bbd511c19ee2832d7f039e169 (diff)
gtk: use a more sensibly unique version define
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/gtk/a11y/atkutil.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/unx/gtk/a11y/atkutil.cxx b/vcl/unx/gtk/a11y/atkutil.cxx
index d3d9824dcc82..026a6d9c917c 100644
--- a/vcl/unx/gtk/a11y/atkutil.cxx
+++ b/vcl/unx/gtk/a11y/atkutil.cxx
@@ -704,8 +704,7 @@ ooo_atk_util_get_toolkit_version (void)
* Version is passed in as a -D flag when this file is
* compiled.
*/
-
- return VERSION;
+ return LIBO_VERSION;
}
/*****************************************************************************/