[Libreoffice-commits] .: sd/source
Katarina Machalkova
bubli at kemper.freedesktop.org
Fri Apr 22 05:43:42 PDT 2011
sd/source/ui/unoidl/UnoDocumentSettings.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 4a895f3ebf7d24856ab95c6fbe7f70714fe32c3d
Author: Júlio Hoffimann <julio.hoffimann at gmail.com>
Date: Fri Apr 22 08:01:29 2011 -0300
left arrow comments removed // <--
diff --git a/sd/source/ui/unoidl/UnoDocumentSettings.cxx b/sd/source/ui/unoidl/UnoDocumentSettings.cxx
index 7880bff..c915773 100644
--- a/sd/source/ui/unoidl/UnoDocumentSettings.cxx
+++ b/sd/source/ui/unoidl/UnoDocumentSettings.cxx
@@ -198,7 +198,6 @@ enum SdDocumentSettingsPropertyHandles
// --> #i33095#
{ MAP_LEN("LoadReadonly"), HANDLE_LOAD_READONLY, &::getBooleanCppuType(), 0, 0 },
{ MAP_LEN("SaveVersionOnClose"), HANDLE_SAVE_VERSION, &::getBooleanCppuType(), 0, 0 },
- // <--
{ NULL, 0, 0, NULL, 0, 0 }
};
@@ -832,7 +831,6 @@ void DocumentSettings::_setPropertyValues( const PropertyMapEntry** ppEntries, c
}
}
break;
- // <--
case HANDLE_SAVE_VERSION:
{
@@ -1097,7 +1095,6 @@ void DocumentSettings::_getPropertyValues( const PropertyMapEntry** ppEntries, A
*pValue <<= pDocSh->IsLoadReadonly();
}
break;
- // <--
case HANDLE_SAVE_VERSION:
{
More information about the Libreoffice-commits
mailing list