summaryrefslogtreecommitdiff
path: root/include/framework/titlehelper.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:06:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-01 09:51:32 -0600
commit8792ec7b2129650777b7b4bfacaa7c13d923279b (patch)
treef181e37b61533b460397cc68625fd21f46bb6393 /include/framework/titlehelper.hxx
parentdff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff)
Remove visual noise from include
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/framework/titlehelper.hxx')
-rw-r--r--include/framework/titlehelper.hxx30
1 files changed, 15 insertions, 15 deletions
diff --git a/include/framework/titlehelper.hxx b/include/framework/titlehelper.hxx
index 2980f40b5b6d..361c83e83971 100644
--- a/include/framework/titlehelper.hxx
+++ b/include/framework/titlehelper.hxx
@@ -58,21 +58,21 @@ class FWE_DLLPUBLIC TitleHelper : private ::cppu::BaseMutex
css::frame::XFrameActionListener ,
css::document::XEventListener >
{
- //-------------------------------------------
+
// interface
public:
- //---------------------------------------
+
/** @short lightweight constructor.
*/
TitleHelper(const css::uno::Reference< css::uno::XComponentContext >& rxContext);
- //---------------------------------------
+
/** @short free all internally used resources.
*/
virtual ~TitleHelper();
- //---------------------------------------
+
/** set an outside component which uses this container and must be set
as source of all broadcasted messages, exceptions.
@@ -86,7 +86,7 @@ class FWE_DLLPUBLIC TitleHelper : private ::cppu::BaseMutex
*/
void setOwner (const css::uno::Reference< css::uno::XInterface >& xOwner);
- //---------------------------------------
+
/** set an outside component which provides the righht string and number for
an untitled component.
@@ -100,47 +100,47 @@ class FWE_DLLPUBLIC TitleHelper : private ::cppu::BaseMutex
*/
void connectWithUntitledNumbers (const css::uno::Reference< css::frame::XUntitledNumbers >& xNumbers);
- //---------------------------------------
+
/** @see XTitle */
virtual OUString SAL_CALL getTitle()
throw (css::uno::RuntimeException, std::exception);
- //---------------------------------------
+
/** @see XTitle */
virtual void SAL_CALL setTitle(const OUString& sTitle)
throw (css::uno::RuntimeException, std::exception);
- //---------------------------------------
+
/** @see XTitleChangeBroadcaster */
virtual void SAL_CALL addTitleChangeListener(const css::uno::Reference< css::frame::XTitleChangeListener >& xListener)
throw (css::uno::RuntimeException, std::exception);
- //---------------------------------------
+
/** @see XTitleChangeBroadcaster */
virtual void SAL_CALL removeTitleChangeListener(const css::uno::Reference< css::frame::XTitleChangeListener >& xListener)
throw (css::uno::RuntimeException, std::exception);
- //---------------------------------------
+
/** @see XTitleChangeListener */
virtual void SAL_CALL titleChanged(const css::frame::TitleChangedEvent& aEvent)
throw (css::uno::RuntimeException, std::exception);
- //---------------------------------------
+
/** @see css.document.XEventListener */
virtual void SAL_CALL notifyEvent(const css::document::EventObject& aEvent)
throw (css::uno::RuntimeException, std::exception);
- //---------------------------------------
+
/** @see css.lang.XEventListener */
virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent)
throw (css::uno::RuntimeException, std::exception);
- //---------------------------------------
+
/** @see css.frame.XFrameActionListener */
virtual void SAL_CALL frameAction(const css::frame::FrameActionEvent& aEvent)
throw(css::uno::RuntimeException, std::exception);
- //-------------------------------------------
+
// internal
private:
@@ -167,7 +167,7 @@ class FWE_DLLPUBLIC TitleHelper : private ::cppu::BaseMutex
OUString impl_convertURL2Title(const OUString& sURL);
- //-------------------------------------------
+
// member
private: