summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-09-18 12:40:04 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-09-18 12:40:04 +0000
commitdb6151f0038b7ce8a05f56be29b0a4f9e6123af3 (patch)
tree3afccfe7ceddc13eb20b8fa56692cf43e56dfcba /sw
parent2b1de74fe84fc5e847c9386cccbefc8d6310e75e (diff)
CWS-TOOLING: integrate CWS cmcfixes63
2009-09-16 11:24:47 +0200 cmc r276193 : #i105118# remove overly const warnings for -Wall 2009-09-15 18:04:24 +0200 cmc r276183 : #i105089# fix include 2009-09-15 14:30:55 +0200 cmc r276176 : #i105090# fix includes for s390x bridge
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/docdde.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/docdde.cxx b/sw/source/core/doc/docdde.cxx
index 0c577c408c22..93bb61dc04bc 100644
--- a/sw/source/core/doc/docdde.cxx
+++ b/sw/source/core/doc/docdde.cxx
@@ -62,7 +62,7 @@ using namespace ::com::sun::star;
namespace
{
- static ::sw::mark::DdeBookmark* const lcl_FindDdeBookmark(const IDocumentMarkAccess& rMarkAccess, const String& rName, bool bCaseSensitive)
+ static ::sw::mark::DdeBookmark* lcl_FindDdeBookmark(const IDocumentMarkAccess& rMarkAccess, const String& rName, bool bCaseSensitive)
{
//Iterating over all bookmarks, checking DdeBookmarks
const ::rtl::OUString sNameLc = bCaseSensitive ? rName : GetAppCharClass().lower(rName);