summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authormatteocam <matteo.campanelli@gmail.com>2015-07-29 08:48:54 +0200
committermatteocam <matteo.campanelli@gmail.com>2015-07-31 12:18:27 +0200
commit7e4096b1a2380ec15f777eba8ef3e47440960adb (patch)
treed8ac4dd9b3910920f393e2e4313e97a862d9f3cd /svx/source
parentd88fe000fdc853ff0fbfc477abbf11013b5502c2 (diff)
Fixed operator
Change-Id: Ib82ad17855654dafc92bdf423691f3e76b54b387
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/svdraw/svdotext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index de5859e57913..66b8a7a973aa 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -1989,7 +1989,7 @@ bool SdrTextObj::IsChainable() const
// Read it as item
const SfxItemSet& rSet = GetObjectItemSet();
OUString aNextName = static_cast<const SfxStringItem&>(rSet.Get(SDRATTR_TEXT_CHAINNEXTNAME)).GetValue();
- return aNextName == "";
+ return aNextName != "";
// XXX
if (!GetName().startsWith("Chainable")) {