summaryrefslogtreecommitdiffstats
path: root/framework/inc/helper/titlebarupdate.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:54:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 14:41:41 -0600
commitfcbefea01766e0888f7813672d9eddbdec5a9046 (patch)
tree8861652061bb2189350824217c98a259a9a9d2ec /framework/inc/helper/titlebarupdate.hxx
parentloplugin:literaltoboolconversion (diff)
downloadcore-fcbefea01766e0888f7813672d9eddbdec5a9046.tar.gz
core-fcbefea01766e0888f7813672d9eddbdec5a9046.zip
Remove visual noise from framework
Conflicts: framework/inc/dispatch/oxt_handler.hxx framework/inc/services/layoutmanager.hxx framework/inc/tabwin/tabwindow.hxx framework/source/dispatch/menudispatcher.cxx framework/source/helper/dockingareadefaultacceptor.cxx framework/source/helper/ocomponentaccess.cxx framework/source/helper/ocomponentenumeration.cxx framework/source/helper/oframes.cxx framework/source/layoutmanager/toolbarlayoutmanager.hxx framework/source/recording/dispatchrecorder.cxx framework/source/services/desktop.cxx framework/source/services/frame.cxx framework/source/services/urltransformer.cxx Change-Id: Ibb04e3f6f0796e7f2be16dcce38542f8b90708d4 Reviewed-on: https://gerrit.libreoffice.org/8265 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'framework/inc/helper/titlebarupdate.hxx')
-rw-r--r--framework/inc/helper/titlebarupdate.hxx30
1 files changed, 15 insertions, 15 deletions
diff --git a/framework/inc/helper/titlebarupdate.hxx b/framework/inc/helper/titlebarupdate.hxx
index bfc0dbf6101d..75e01193b697 100644
--- a/framework/inc/helper/titlebarupdate.hxx
+++ b/framework/inc/helper/titlebarupdate.hxx
@@ -37,7 +37,7 @@
namespace framework{
-/*-************************************************************************************************************//**
+/*-************************************************************************************************************
@short helps our frame on setting title/icon on the titlebar (including updates)
@devstatus draft
@@ -51,7 +51,7 @@ class TitleBarUpdate : // baseclasses (order necessary for right initialization!
, css::frame::XTitleChangeListener // => XEventListener
, css::frame::XFrameActionListener > // => XEventListener
{
- //________________________________
+
// structs, types
private:
@@ -66,7 +66,7 @@ class TitleBarUpdate : // baseclasses (order necessary for right initialization!
::sal_Int32 nIcon;
};
- //________________________________
+
// member
private:
@@ -77,46 +77,46 @@ class TitleBarUpdate : // baseclasses (order necessary for right initialization!
/// reference to the frame which was created by the office himself
css::uno::WeakReference< css::frame::XFrame > m_xFrame;
- //________________________________
+
// interface
public:
- //____________________________
+
// ctor/dtor
TitleBarUpdate(const css::uno::Reference< css::uno::XComponentContext >& xContext);
virtual ~TitleBarUpdate( );
- //____________________________
+
// XInterface, XTypeProvider
- //____________________________
+
// XInitialization
virtual void SAL_CALL initialize(const css::uno::Sequence< css::uno::Any >& lArguments)
throw(css::uno::Exception ,
css::uno::RuntimeException, std::exception);
- //____________________________
+
// XFrameActionListener
virtual void SAL_CALL frameAction(const css::frame::FrameActionEvent& aEvent)
throw(css::uno::RuntimeException, std::exception);
- //____________________________
+
// XTitleChangeListener
virtual void SAL_CALL titleChanged(const css::frame::TitleChangedEvent& aEvent)
throw (css::uno::RuntimeException, std::exception);
- //____________________________
+
// XEventListener
virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent)
throw(css::uno::RuntimeException, std::exception);
- //________________________________
+
// helper
private:
- //____________________________
+
/** @short identify the application module, which is used behind the component
of our frame.
@@ -134,7 +134,7 @@ class TitleBarUpdate : // baseclasses (order necessary for right initialization!
::sal_Bool implst_getModuleInfo(const css::uno::Reference< css::frame::XFrame >& xFrame,
TModuleInfo& rInfo );
- //____________________________
+
/** @short set a new icon and title on the title bar of our connected frame window.
@descr It does not check if an update is really needed. That has to be done outside.
@@ -143,7 +143,7 @@ class TitleBarUpdate : // baseclasses (order necessary for right initialization!
*/
void impl_forceUpdate();
- //____________________________
+
/** @short identify the current component (inside the connected frame)
and set the right module icon on the title bar.
@@ -153,7 +153,7 @@ class TitleBarUpdate : // baseclasses (order necessary for right initialization!
*/
void impl_updateIcon(const css::uno::Reference< css::frame::XFrame >& xFrame);
- //____________________________
+
/** @short gets the current title from the frame and set it on the window.
@param xFrame