summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/view0.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-27 08:56:50 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-27 08:57:37 +0200
commit95c586d5c034115fd252c5fb0e4637bf9dc68a4d (patch)
tree9bfe13eb04440ca863a13f1f8cf2330a655947d1 /sw/source/ui/uiview/view0.cxx
parent3e786028a31565a05a09b3cc36233f50688c7f8a (diff)
Change the German "Lineal" to "Ruler" in identifiers
Change-Id: I69f80a3a889b2bae148ac502d472d490c71ecb49
Diffstat (limited to 'sw/source/ui/uiview/view0.cxx')
-rw-r--r--sw/source/ui/uiview/view0.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/uiview/view0.cxx b/sw/source/ui/uiview/view0.cxx
index 596ef1f033ca..4a82653125a0 100644
--- a/sw/source/ui/uiview/view0.cxx
+++ b/sw/source/ui/uiview/view0.cxx
@@ -309,7 +309,7 @@ void SwView::StateViewOptions(SfxItemSet &rSet)
case FN_VIEW_SMOOTH_SCROLL:
aBool.SetValue( pOpt->IsSmoothScroll()); break;
case FN_VLINEAL:
- aBool.SetValue( 0 != StatVLineal() ); break;
+ aBool.SetValue( 0 != StatVRuler() ); break;
case FN_HSCROLLBAR:
if( pOpt->getBrowseMode() )
{