[Libreoffice-commits] .: sw/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Mon Feb 21 14:10:39 PST 2011


 sw/source/ui/app/docsh2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bf0ebc5d09dcc1787bb5c64816d59259c2ea19e6
Author: Martin Kepplinger <martinkepplinger at eml.cc>
Date:   Mon Feb 21 23:10:41 2011 +0100

    Comment fix

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


More information about the Libreoffice-commits mailing list