summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2011-02-22 15:23:41 +0100
committerIvo Hinkelmann <ihi@openoffice.org>2011-02-22 15:23:41 +0100
commit1c298e7288a22afb44ef7059131a26154b2257dc (patch)
tree1a977207a56603567d737610e57ab4a1e3552d50
parent3a74c90ca8a7befe0dc812a92c4d482ae99c3d26 (diff)
masterfix DEV300: #i10000# added missing const
-rw-r--r--sw/source/core/frmedt/fews.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/frmedt/fews.cxx b/sw/source/core/frmedt/fews.cxx
index 1f7fa08ad242..7ea3d079cc4b 100644
--- a/sw/source/core/frmedt/fews.cxx
+++ b/sw/source/core/frmedt/fews.cxx
@@ -1328,7 +1328,7 @@ Size SwFEShell::GetGraphicDefaultSize() const
---------------------------------------------------------------------------*/
// --> OD 2009-08-31 #mongolianlayou#
// add output parameter <bVertL2R>
-sal_Bool SwFEShell::IsFrmVertical(sal_Bool bEnvironment, sal_Bool& bRTL, sal_Bool& bVertL2R) const
+sal_Bool SwFEShell::IsFrmVertical(const sal_Bool bEnvironment, sal_Bool& bRTL, sal_Bool& bVertL2R) const
{
sal_Bool bVert = sal_False;
bRTL = sal_False;