kofficeversion.cc
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #include "kofficeversion.h"
00021
00022 unsigned int KOffice::version()
00023 {
00024 return KOFFICE_VERSION;
00025 }
00026
00027 unsigned int KOffice::versionMajor()
00028 {
00029 return KOFFICE_VERSION_MAJOR;
00030 }
00031
00032 unsigned int KOffice::versionMinor()
00033 {
00034 return KOFFICE_VERSION_MINOR;
00035 }
00036
00037 unsigned int KOffice::versionRelease()
00038 {
00039 return KOFFICE_VERSION_RELEASE;
00040 }
00041
00042 const char *KOffice::versionString()
00043 {
00044 return KOFFICE_VERSION_STRING;
00045 }
00046
This file is part of the documentation for lib Library Version 1.3.5.