#i110653# - use ooo base version supplied by build env.
This commit is contained in:
parent
34dd33af79
commit
32b60d0777
1 changed files with 2 additions and 4 deletions
|
@ -33,11 +33,9 @@ ENABLE_EXCEPTIONS = TRUE
|
|||
|
||||
.INCLUDE: settings.mk
|
||||
.INCLUDE: rtlbootstrap.mk
|
||||
.INCLUDE: versionlist.mk
|
||||
|
||||
#TODO: The underlying OOo base version needed here is currently only available
|
||||
# as instsetoo_native/util/openoffice.lst OOOBASEVERSION, so hard-coding it here
|
||||
# for now (see issue 110653):
|
||||
my_version = 3.3
|
||||
my_version = $(OOOBASEVERSIONMAJOR).$(OOOBASEVERSIONMINOR)
|
||||
|
||||
DLLPRE =
|
||||
|
||||
|
|
Loading…
Reference in a new issue