summaryrefslogtreecommitdiff
path: root/helpcontent2
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-08-27 13:05:14 +0200
committerGerrit Code Review <gerrit@vm2.documentfoundation.org>2013-08-27 11:59:14 +0000
commit0fdc9a07e97fedcefb6de4b97f0b23321e83565d (patch)
tree4d243642a98f3662eacf39f6db3334e326968063 /helpcontent2
parent212b225da7e4817fb7a090deba3cd3513c034526 (diff)
Updated core
Project: help 39a7e6c2242bbe9050f4b7a408d95f06dcfd7a02
Diffstat (limited to 'helpcontent2')
m---------helpcontent20
1 files changed, 0 insertions, 0 deletions
diff --git a/helpcontent2 b/helpcontent2
-Subproject 3bb6a44f94e5fa896748085a54f91f4ecffacc3
+Subproject 39a7e6c2242bbe9050f4b7a408d95f06dcfd7a0
/core/tree/sw/source/core/unocore/unostyle.cxx?h=distro/collabora/lov-6.1&id=972d71dafda82f227149cb2e4fc6eb3a84886d89'>sw/source/core/unocore/unostyle.cxx
@@ -75,6 +75,7 @@
#include "ccoll.hxx"
#include "unocore.hrc"
+#include <cassert>
#include <set>
#define STYLE_FAMILY_COUNT 5 // we have 5 style families
@@ -1638,6 +1639,7 @@ const SwPageDesc& SwStyleBase_Impl::GetOldPageDesc()
}
}
}
+ assert(pOldPageDesc != 0);
return *pOldPageDesc;
}