summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-23 20:06:04 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-23 20:08:36 +0100
commit41c99ab6308029c6eaae589efd4386e52ccb67e9 (patch)
tree7536fd79aa28b926414dea0b1af06d61d8cb0d6c /sc
parent603c8845728cb96908388ab26db934735825bf10 (diff)
Typos
Change-Id: Ie08a26a569b83bfe3ef4351dbb7b6e928745b95d
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/pagedlg/scuitphfedit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/pagedlg/scuitphfedit.cxx b/sc/source/ui/pagedlg/scuitphfedit.cxx
index 8ab48212ac61..7c5e01c15403 100644
--- a/sc/source/ui/pagedlg/scuitphfedit.cxx
+++ b/sc/source/ui/pagedlg/scuitphfedit.cxx
@@ -111,7 +111,7 @@ ScHFEditPage::ScHFEditPage( vcl::Window* pParent,
m_pFtDefinedHF->Show();
m_pFtCustomHF->Show();
- //swap left/right areas and their lables in RTL mode
+ //swap left/right areas and their labels in RTL mode
if( Application::GetSettings().GetLayoutRTL() )
{
vcl::Window *pLeft = get<vcl::Window>("labelFT_LEFT");