summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unobkm.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-12-20 13:39:22 +0100
committerMathias Bauer <mba@openoffice.org>2010-12-20 13:39:22 +0100
commitfd7f0b96955054e687e3e833a6560046b44967f2 (patch)
treec9c4983ce55bcdac3678a6e402ea6cb9ebb6849b /sw/source/core/unocore/unobkm.cxx
parentde60fd06b84bc1aa080ef209b0eeb36914bd8b32 (diff)
CWS swlayoutrefactoring: #i81480#: some bug fixes found in testing
Diffstat (limited to 'sw/source/core/unocore/unobkm.cxx')
-rw-r--r--sw/source/core/unocore/unobkm.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unobkm.cxx b/sw/source/core/unocore/unobkm.cxx
index b02ebbb16324..13339582181d 100644
--- a/sw/source/core/unocore/unobkm.cxx
+++ b/sw/source/core/unocore/unobkm.cxx
@@ -93,11 +93,11 @@ public:
void registerInMark(SwXBookmark & rThis, ::sw::mark::IMark *const pBkmk);
protected:
// SwClient
- virtual void Modify(SfxPoolItem *pOld, SfxPoolItem *pNew);
+ virtual void Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew);
};
-void SwXBookmark::Impl::Modify(SfxPoolItem *pOld, SfxPoolItem *pNew)
+void SwXBookmark::Impl::Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew)
{
ClientModify(this, pOld, pNew);
if (!GetRegisteredIn())