summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2013-08-10 14:40:33 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2013-08-10 14:40:33 +0400
commit38c1a22d50b3ff4102683f0fbd90a62574c2e08e (patch)
treecb45fa40b5a34ac6149d515e5a51708764a589ce /sd
parentea4fc480c7317b16f4abbafacda3872bb7413357 (diff)
typo
Change-Id: Ib608d05fc76466f67f2172541f96ca77c571f341
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/tabtempl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/tabtempl.cxx b/sd/source/ui/dlg/tabtempl.cxx
index 7077321ccc26..70782416ea29 100644
--- a/sd/source/ui/dlg/tabtempl.cxx
+++ b/sd/source/ui/dlg/tabtempl.cxx
@@ -94,7 +94,7 @@ SdTabTemplateDlg::SdTabTemplateDlg( Window* pParent,
m_nTabId = AddTabPage("tabs", RID_SVXPAGE_TABULATOR);
SvtCJKOptions aCJKOptions;
if( aCJKOptions.IsAsianTypographyEnabled() )
- m_nAsianTypoId = AddTabPage("asiantype", RID_SVXPAGE_PARA_ASIAN);
+ m_nAsianTypoId = AddTabPage("asiantypo", RID_SVXPAGE_PARA_ASIAN);
else
RemoveTabPage("asiantypo");