summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/viewshe2.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-01 11:30:38 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-10-01 13:23:50 +0300
commita24a6a41c60740e2ebd1df14d055f7c37af8f21b (patch)
tree619b2ec190b783b4876e225c27006841bd72dc1c /sd/source/ui/view/viewshe2.cxx
parent5b14ebdda30a3900537f2bc5f5ec876f7c5d5efa (diff)
Deduplication of aEmptyStr for disable-dynlinking
Change-Id: I9525be3b0f238abb106b1c57549436272e1eb165
Diffstat (limited to 'sd/source/ui/view/viewshe2.cxx')
-rw-r--r--sd/source/ui/view/viewshe2.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx
index c1ce1e5e27f3..4c4a06a86656 100644
--- a/sd/source/ui/view/viewshe2.cxx
+++ b/sd/source/ui/view/viewshe2.cxx
@@ -85,7 +85,9 @@
using namespace com::sun::star;
+#ifndef DISABLE_DYNLOADING // otherwise use the one in sw...
const String aEmptyStr;
+#endif
namespace sd {