summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-09-23 00:09:51 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-09-28 17:06:35 +0200
commitc46dfb8ba633ae79e8dfbedaaa7d4b5e406623f7 (patch)
tree22df85dc088901aafc3d229e4882b7ec03861bad /sw/source/uibase/shells
parent64ed833ccad5c692f4d92259c546bc22a9f061e5 (diff)
Fix DI_TITEL -> DI_TITLE
It passed "make check" on Linux. Change-Id: I3239622286c07914f88727ffdbb0be8d2ca724ea Reviewed-on: https://gerrit.libreoffice.org/61084 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/uibase/shells')
-rw-r--r--sw/source/uibase/shells/textfld.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/textfld.cxx b/sw/source/uibase/shells/textfld.cxx
index a33b9a8b10fe..d0861d7ab6ae 100644
--- a/sw/source/uibase/shells/textfld.cxx
+++ b/sw/source/uibase/shells/textfld.cxx
@@ -696,7 +696,7 @@ void SwTextShell::ExecField(SfxRequest &rReq)
goto FIELD_INSERT;
case FN_INSERT_FLD_TITLE :
nInsertType = TYP_DOCINFOFLD;
- nInsertSubType = DI_TITEL;
+ nInsertSubType = DI_TITLE;
goto FIELD_INSERT;
case FN_INSERT_FLD_AUTHOR :
nInsertType = TYP_DOCINFOFLD;