[Libreoffice-commits] .: sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Sat Nov 6 08:51:34 PDT 2010


 sc/source/ui/unoobj/confuno.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit a8117accfaab841d22c0d6def5a83709d06b2b47
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Sat Nov 6 11:51:13 2010 -0400

    Forgot to remove this comment.

diff --git a/sc/source/ui/unoobj/confuno.cxx b/sc/source/ui/unoobj/confuno.cxx
index 90fabb1..0b19daa 100644
--- a/sc/source/ui/unoobj/confuno.cxx
+++ b/sc/source/ui/unoobj/confuno.cxx
@@ -419,7 +419,6 @@ uno::Any SAL_CALL ScDocumentConfiguration::getPropertyValue( const rtl::OUString
                 aRet <<= pDocShell->IsQueryLoadTemplate();
             else if ( aPropertyName.compareToAscii( SC_UNO_LOADREADONLY ) == 0 )
                 aRet <<= pDocShell->IsLoadReadonly();
-            // <--
             else if ( aPropertyName.compareToAscii( SC_UNO_SHAREDOC ) == 0 )
             {
                 ScUnoHelpFunctions::SetBoolInAny( aRet, pDocShell->HasSharedXMLFlagSet() );


More information about the Libreoffice-commits mailing list