add fwl, scui, sdui, swui to Library_merged

Change-Id: I2aaa67fef4350d60497b891bc93b43a698c12660
This commit is contained in:
Peter Foley
2013-03-26 21:19:56 -04:00
parent 8042b521fd
commit 6c8c54ee90
5 changed files with 8 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ namespace scui
} }
} }
#ifdef DISABLE_DYNLOADING #if defined(DISABLE_DYNLOADING) || defined (LIBO_MERGELIBS)
#define CreateDialogFactory ScCreateDialogFactory #define CreateDialogFactory ScCreateDialogFactory
#endif #endif

View File

@@ -20,7 +20,7 @@
#include "sddlgfact.hxx" #include "sddlgfact.hxx"
#include "sal/types.h" #include "sal/types.h"
#ifdef DISABLE_DYNLOADING #if defined(DISABLE_DYNLOADING) || defined (LIBO_MERGELIBS)
#define CreateDialogFactory SdCreateDialogFactory #define CreateDialogFactory SdCreateDialogFactory
#endif #endif

View File

@@ -55,6 +55,7 @@ gb_MERGEDLIBS := \
fwe \ fwe \
fwi \ fwi \
fwk \ fwk \
fwl \
i18npool \ i18npool \
i18nutil \ i18nutil \
lng \ lng \
@@ -69,8 +70,10 @@ gb_MERGEDLIBS := \
sax \ sax \
sb \ sb \
sc \ sc \
scui \
scfilt \ scfilt \
sd \ sd \
sdui \
sfx \ sfx \
sofficeapp \ sofficeapp \
sot \ sot \
@@ -81,6 +84,7 @@ gb_MERGEDLIBS := \
svx \ svx \
svxcore \ svxcore \
sw \ sw \
swui \
swd \ swd \
test \ test \
tk \ tk \

View File

@@ -21,7 +21,7 @@
#include "tools/string.hxx" #include "tools/string.hxx"
#include <sfx2/app.hxx> #include <sfx2/app.hxx>
#ifndef DISABLE_DYNLOADING #if !defined(DISABLE_DYNLOADING) && !defined (LIBO_MERGELIBS)
//copy from core\bastyp\swtypes.cxx //copy from core\bastyp\swtypes.cxx
String aEmptyStr; // constant strings String aEmptyStr; // constant strings

View File

@@ -33,7 +33,7 @@ namespace swui
} }
} }
#ifdef DISABLE_DYNLOADING #if defined(DISABLE_DYNLOADING) || defined (LIBO_MERGELIBS)
#define CreateDialogFactory SwCreateDialogFactory #define CreateDialogFactory SwCreateDialogFactory
#endif #endif