summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/syncbtn.cxx
diff options
context:
space:
mode:
authorJacek Wolszczak <shutdownrunner@gmail.com>2010-10-20 15:36:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-20 15:36:15 +0100
commit6031a9e618344f8e32f0502db6c0e6ecd6a4de38 (patch)
tree37f0af5c58482d8ca0dca644c257c81890f17903 /sw/source/ui/envelp/syncbtn.cxx
parent76ca32af52e801725855a09815c078f331aa292d (diff)
convert to new OSL family of asserts
Diffstat (limited to 'sw/source/ui/envelp/syncbtn.cxx')
-rw-r--r--sw/source/ui/envelp/syncbtn.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/sw/source/ui/envelp/syncbtn.cxx b/sw/source/ui/envelp/syncbtn.cxx
index 128563267d6a..c0e7d2965943 100644
--- a/sw/source/ui/envelp/syncbtn.cxx
+++ b/sw/source/ui/envelp/syncbtn.cxx
@@ -47,10 +47,6 @@
SFX_IMPL_FLOATINGWINDOW( SwSyncChildWin, FN_SYNC_LABELS )
-/*------------------------------------------------------------------------
- Beschreibung:
-------------------------------------------------------------------------*/
-
SwSyncChildWin::SwSyncChildWin( Window* _pParent,
USHORT nId,
SfxBindings* pBindings,
@@ -78,10 +74,6 @@ SwSyncChildWin::SwSyncChildWin( Window* _pParent,
pWindow->Show();
}
-/*------------------------------------------------------------------------
- Beschreibung:
-------------------------------------------------------------------------*/
-
SwSyncBtnDlg::SwSyncBtnDlg( SfxBindings* _pBindings,
SfxChildWindow* pChild,
Window *pParent) :
@@ -92,18 +84,10 @@ SwSyncBtnDlg::SwSyncBtnDlg( SfxBindings* _pBindings,
aSyncBtn.SetClickHdl(LINK(this, SwSyncBtnDlg, BtnHdl));
}
-/*------------------------------------------------------------------------
- Beschreibung:
-------------------------------------------------------------------------*/
-
__EXPORT SwSyncBtnDlg::~SwSyncBtnDlg()
{
}
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
IMPL_LINK( SwSyncBtnDlg, BtnHdl, PushButton *, EMPTYARG )
{
SfxViewFrame::Current()->GetDispatcher()->Execute(FN_UPDATE_ALL_LINKS, SFX_CALLMODE_ASYNCHRON);