diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-06-13 00:48:03 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-06-13 06:04:07 +0000 |
commit | d3c96c9f82f086b828f955f7dac030a942fc631d (patch) | |
tree | c1a0efb6f79c93538f2b0d7891ab9124812b4cc9 /sc | |
parent | 76d4cda6170eedef3596ff6b5b9ef89b9c8d7c83 (diff) |
Fix typos
Change-Id: Ic3efae53430fbb2c1eb7962c3cf69bf99315e55b
Reviewed-on: https://gerrit.libreoffice.org/26202
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/docshell/docsh6.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh6.cxx b/sc/source/ui/docshell/docsh6.cxx index 382900a031dc..d182b664995b 100644 --- a/sc/source/ui/docshell/docsh6.cxx +++ b/sc/source/ui/docshell/docsh6.cxx @@ -193,7 +193,7 @@ SfxStyleSheetBasePool* ScDocShell::GetStyleSheetPool() return static_cast<SfxStyleSheetBasePool*>(aDocument.GetStyleSheetPool()); } -// nach dem Laden von Vorlagen aus einem anderen Dokment (LoadStyles, Insert) +// nach dem Laden von Vorlagen aus einem anderen Dokument (LoadStyles, Insert) // muessen die SetItems (ATTR_PAGE_HEADERSET, ATTR_PAGE_FOOTERSET) auf den richtigen // Pool umgesetzt werden, bevor der Quell-Pool geloescht wird. |