diff options
Diffstat (limited to 'sfx2/source/sidebar/Sidebar.cxx')
-rw-r--r-- | sfx2/source/sidebar/Sidebar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/Sidebar.cxx b/sfx2/source/sidebar/Sidebar.cxx index 17ff2a2e1bc6..ae903455a6a9 100644 --- a/sfx2/source/sidebar/Sidebar.cxx +++ b/sfx2/source/sidebar/Sidebar.cxx @@ -40,7 +40,7 @@ void Sidebar::ShowPanel ( // - Make sure that the panel is visible and expanded after // the switch. // - Make sure to use a context that really shows the panel - // + // All that is not necessary for the current use cases so lets // keep it simple for the time being. pController->RequestSwitchToDeck(pPanelDescriptor->msDeckId); |