summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-01-10 17:38:18 +0000
committerNoel Power <noel.power@suse.com>2013-01-14 11:32:14 +0000
commit6f047915018e286b6f05d0e87866d5f18c9901cd (patch)
tree2ad8b353e31b5cfde51c934c8d9825ba65f22d0f /vcl/inc
parent621b7451cf9cf16e29ff19f2cd11a06f6abbacc5 (diff)
export cleaned up dotted version in environment and GtkWindow user-data.
Change-Id: If865127a9a5560f4b3636fb870699e2f3bac0e83 Signed-off-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/svdata.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx
index f7dcbd674782..5c4ea0cfe0c7 100644
--- a/vcl/inc/svdata.hxx
+++ b/vcl/inc/svdata.hxx
@@ -44,6 +44,11 @@
#include <boost/unordered_map.hpp>
+#include <config_version.h>
+
+#define LIBO_VERSION_DOTTED (LIBO_VERSION_MAJOR "." LIBO_VERSION_MINOR "." \
+ LIBO_VERSION_MICRO "." LIBO_VERSION_PATCH)
+
struct ImplTimerData;
struct ImplConfigData;
class ImplDirectFontSubstitution;