summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
diff options
context:
space:
mode:
authorJúlio Hoffimann <julio.hoffimann@gmail.com>2011-04-22 08:01:29 -0300
committerKatarina Machalkova <kmachalkova@suse.cz>2011-04-22 14:37:13 +0200
commitcc43bda7eac95d3030bb7fd9b371e1b3a3e20af7 (patch)
treea23a4061577b93093bbc0b7228c7a8eba5037c8d /sd/source/ui/unoidl
parent63fd9311c6b281fb1d774633128bec443a1b3927 (diff)
left arrow comments removed // <--
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r--sd/source/ui/unoidl/UnoDocumentSettings.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/unoidl/UnoDocumentSettings.cxx b/sd/source/ui/unoidl/UnoDocumentSettings.cxx
index c21b61942f17..8ade950c35a5 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:
{