summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-09-02 16:49:21 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-09-02 22:09:04 +0200
commit3c48673ff7f9fe93e31c11604258f50db26986b3 (patch)
treed589ee977fccdcfdb36810573aca464a8c0fe542 /framework
parentMath: fix focus in Elements Dock (diff)
downloadcore-3c48673ff7f9fe93e31c11604258f50db26986b3.tar.gz
core-3c48673ff7f9fe93e31c11604258f50db26986b3.zip
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.hxx1
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 );