[Libreoffice] [PATCH] Comment fix

Martin Kepplinger martinkepplinger at eml.cc
Mon Feb 21 13:03:47 PST 2011


This fixes a typo that occured during translation. thanks.

This is contributed under the terms of the LGPLv3+/MPL dual license.
---
 sw/source/ui/app/docsh2.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sw/source/ui/app/docsh2.cxx b/sw/source/ui/app/docsh2.cxx
index cac1857..e614d89 100644
--- a/sw/source/ui/app/docsh2.cxx
+++ b/sw/source/ui/app/docsh2.cxx
@@ -393,7 +393,7 @@ BOOL SwDocShell::Insert( SfxObjectShell &rSource,
         // SwDocStyleSheetPool::aStyleSheet that uses same members of
         // SwDocStyleSheetPool::Find. Therefore a copy has to be used
         // here. Attention: SfxStylessheetBase::SetFollow calls itself
-        // a SwDocStyleSheetBase::Find, so that it's not sufficiant to
+        // a SwDocStyleSheetPool::Find, so that it's not sufficiant to
         // to eliminate the Find-calls in this method.
 
         rtl::Reference< SwDocStyleSheet > xNewSheet( new SwDocStyleSheet( (SwDocStyleSheet&)pMyPool
-- 
1.7.1



More information about the LibreOffice mailing list