summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/syncbtn.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-30 21:14:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-09-02 12:14:43 +0100
commit20df064c7d0efd653bb0c3a7c5174485ed9f2176 (patch)
tree2783dc413c5904bae91561086c0aaaa6ffb7cf36 /sw/source/uibase/inc/syncbtn.hxx
parent724b48d877fc157affb2b935f1bbeb37745bc683 (diff)
convert DLG_SYNC_BTN FloatingWindow to .ui
not much of a test, its just a single button Change-Id: I42f73ad0ad00e2af392bc6ab8bc827c3719b0304
Diffstat (limited to 'sw/source/uibase/inc/syncbtn.hxx')
-rw-r--r--sw/source/uibase/inc/syncbtn.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/source/uibase/inc/syncbtn.hxx b/sw/source/uibase/inc/syncbtn.hxx
index 451e6afa9614..ed0a4e9774f9 100644
--- a/sw/source/uibase/inc/syncbtn.hxx
+++ b/sw/source/uibase/inc/syncbtn.hxx
@@ -18,24 +18,20 @@
*/
#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_SYNCBTN_HXX
#define INCLUDED_SW_SOURCE_UIBASE_INC_SYNCBTN_HXX
-#include <sfx2/childwin.hxx>
-#ifdef _SYNCDLG
#include <sfx2/basedlgs.hxx>
-
+#include <sfx2/childwin.hxx>
#include <vcl/button.hxx>
class SwSyncBtnDlg : public SfxFloatingWindow
{
- PushButton aSyncBtn;
+ PushButton* m_pSyncBtn;
DECL_LINK( BtnHdl, void* );
public:
SwSyncBtnDlg(SfxBindings*, SfxChildWindow*, Window *pParent);
- virtual ~SwSyncBtnDlg();
};
-#endif
class SwSyncChildWin : public SfxChildWindow
{