summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/view.hxx
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/inc/view.hxx
parentpostgresql-sdbc-impl: does not need these externals for MSVC (diff)
downloadcore-95c586d5c034115fd252c5fb0e4637bf9dc68a4d.tar.gz
core-95c586d5c034115fd252c5fb0e4637bf9dc68a4d.zip
Change the German "Lineal" to "Ruler" in identifiers
Change-Id: I69f80a3a889b2bae148ac502d472d490c71ecb49
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rw-r--r--sw/source/ui/inc/view.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index 3c06d7ddbb07..62bbf1f52b9f 100644
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -508,21 +508,21 @@ public:
void EnableHScrollbar(bool bEnable);
void EnableVScrollbar(bool bEnable);
- int CreateVLineal();
- int KillVLineal();
+ int CreateVRuler();
+ int KillVRuler();
int CreateTab();
int KillTab();
- int StatVLineal() const { return ((Window*)m_pVRuler)->IsVisible(); }
- void ChangeVLinealMetric(FieldUnit eUnit);
- void GetVLinealMetric(FieldUnit& rToFill) const;
+ int StatVRuler() const { return ((Window*)m_pVRuler)->IsVisible(); }
+ void ChangeVRulerMetric(FieldUnit eUnit);
+ void GetVRulerMetric(FieldUnit& rToFill) const;
int StatTab() const { return ((Window*)m_pHRuler)->IsVisible(); }
- SvxRuler& GetHLineal() { return *m_pHRuler; }
- SvxRuler& GetVLineal() { return *m_pVRuler; }
+ SvxRuler& GetHRuler() { return *m_pHRuler; }
+ SvxRuler& GetVRuler() { return *m_pVRuler; }
void InvalidateRulerPos();
void ChangeTabMetric(FieldUnit eUnit);
- void GetHLinealMetric(FieldUnit& rToFill) const;
+ void GetHRulerMetric(FieldUnit& rToFill) const;
// Handler
void Execute(SfxRequest&);