summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/roadmapentry.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 22:29:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 05:51:48 -0600
commite90c27f5e180f58997026c69aa746498aa995823 (patch)
treeb1cd5ba050f91e4791cb177eb1712baab16ad4d3 /toolkit/source/controls/roadmapentry.cxx
parentde2beb35985c9112777d0ca4f5e953a5d494e6d2 (diff)
Remove visual noise from toolkit
Change-Id: I1704d6ac497f2e47a813813640ead14c5fa480d9 Reviewed-on: https://gerrit.libreoffice.org/8326 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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.
}