summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/roadmapentry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/controls/roadmapentry.cxx')
-rw-r--r--toolkit/source/controls/roadmapentry.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/controls/roadmapentry.cxx b/toolkit/source/controls/roadmapentry.cxx
index c5d2ff6a1fa6..3dd1467436b5 100644
--- a/toolkit/source/controls/roadmapentry.cxx
+++ b/toolkit/source/controls/roadmapentry.cxx
@@ -49,12 +49,12 @@ ORoadmapEntry::ORoadmapEntry() : ORoadmapEntry_Base( )
& m_bInteractive, ::getCppuType( &m_bInteractive ) );
- // ...
+
// Note that the list of registered properties has to be fixed: Different
// instances of this class have to register the same set of properties with
// the same attributes.
- //
+
// This is because all instances of the class share the same PropertySetInfo
// which has been built from the registered property of _one_ instance.
}