diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-04-09 13:07:46 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-04-09 15:32:32 +0200 |
commit | caceb6fa3cf288e0a66bb547647b5d496e10f4ee (patch) | |
tree | 8d502d5cb3e8dea412311fbefce9d928d9fcc6b8 /sd | |
parent | 57cbe8d485a0245abbfb868070261af405f9d9dd (diff) |
sd: fix linking of aEmptyStr; not in libmerged
Change-Id: Ie8d832755a124544e08c09d2e5200511783513e7
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 6f88cf1b73d6..16410c0e6af6 100644 --- a/sd/source/ui/view/viewshe2.cxx +++ b/sd/source/ui/view/viewshe2.cxx @@ -72,7 +72,7 @@ using namespace com::sun::star; -#if !defined(DISABLE_DYNLOADING) && !defined(LIBO_MERGELIBS) // otherwise use the one in sw... +#if !defined(DISABLE_DYNLOADING) // otherwise use the one in sw... const String aEmptyStr; #endif |