diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/viewshe2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx index 90b81798ad8f..69cc2be872a2 100644 --- a/sd/source/ui/view/viewshe2.cxx +++ b/sd/source/ui/view/viewshe2.cxx @@ -72,7 +72,7 @@ using namespace com::sun::star; -#ifndef DISABLE_DYNLOADING // otherwise use the one in sw... +#if !defined(DISABLE_DYNLOADING) && !defined(LIBO_MERGELIBS) // otherwise use the one in sw... const String aEmptyStr; #endif |