diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-09-02 16:49:21 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-09-02 22:09:04 +0200 |
commit | 3c48673ff7f9fe93e31c11604258f50db26986b3 (patch) | |
tree | d589ee977fccdcfdb36810573aca464a8c0fe542 /framework | |
parent | fef9a991d4cf76dd3e1881bd42b45e6e013581b7 (diff) |
Delete wrong comment
This indicates that there should follow the private methods in this class.
However, the visibility constraint "private" was never in this code since it
was added in 2009. So I delete it.
See:
$> git log -u -- framework/source/uiconfiguration/imagemanagerimpl.hxx
ca00697e3dae9a03573d11281fc8d9a4ee391d3d (Sep 8th 2009)
Change-Id: Iac82b79d8cf6cc0c796a5ee97be25d2d24f4fa48
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uiconfiguration/imagemanagerimpl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/source/uiconfiguration/imagemanagerimpl.hxx b/framework/source/uiconfiguration/imagemanagerimpl.hxx index 1892d9c6fe07..a0cd5a018eed 100644 --- a/framework/source/uiconfiguration/imagemanagerimpl.hxx +++ b/framework/source/uiconfiguration/imagemanagerimpl.hxx @@ -159,7 +159,6 @@ namespace framework typedef ::std::vector< ::com::sun::star::ui::ConfigurationEvent > ConfigEventNotifyContainer; - // private methods void implts_initialize(); void implts_notifyContainerListener( const ::com::sun::star::ui::ConfigurationEvent& aEvent, NotifyOp eOp ); ImageList* implts_getUserImageList( ImageType nImageType ); |