summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-03-30 09:35:06 +0000
committerMichael Stahl <mst@openoffice.org>2011-03-30 09:35:06 +0000
commit974277f08602cb445c8fe5b7daa7662ff703a7e0 (patch)
treeb2ccdf9ed16d465e6c749c648767a9defc432d1f /sw/source
parent81b6e47acf8549f865f7bb365976d192e07abfb8 (diff)
solaris11: #i117597#: undobj.cxx: inconsistent parameter constness
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/undo/undobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/undo/undobj.cxx b/sw/source/core/undo/undobj.cxx
index a5d54b82bfa6..eaf548d31d04 100644
--- a/sw/source/core/undo/undobj.cxx
+++ b/sw/source/core/undo/undobj.cxx
@@ -134,7 +134,7 @@ void SwUndRng::SetPaM( SwPaM & rPam, sal_Bool bCorrToCntnt ) const
}
SwPaM & SwUndRng::AddUndoRedoPaM(
- ::sw::UndoRedoContext & rContext, bool bCorrToCntnt) const
+ ::sw::UndoRedoContext & rContext, bool const bCorrToCntnt) const
{
SwPaM & rPaM( rContext.GetCursorSupplier().CreateNewShellCursor() );
SetPaM( rPaM, bCorrToCntnt );