summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-20 11:31:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-20 16:47:25 +0200
commit11a229c0094979b4980d8e3be8a8a7db60d01be7 (patch)
tree2d8f84835f1d6f027070861a5503d2f157a9963d /sw/source/uibase/inc
parent6520afe69286e46fa50aceb30cffbf6f9a4a1709 (diff)
weld SwBackgroundDlg
Change-Id: Ia470058b1bb42d0a9bd6a40e8af4c5aac33df3a8 Reviewed-on: https://gerrit.libreoffice.org/60811 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/pattern.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/uibase/inc/pattern.hxx b/sw/source/uibase/inc/pattern.hxx
index 68a673dff751..4be18c6342a8 100644
--- a/sw/source/uibase/inc/pattern.hxx
+++ b/sw/source/uibase/inc/pattern.hxx
@@ -22,13 +22,10 @@
#include <sfx2/basedlgs.hxx>
-namespace vcl { class Window; }
-class SfxItemSet;
-
-class SwBackgroundDlg : public SfxSingleTabDialog
+class SwBackgroundDlg : public SfxSingleTabDialogController
{
public:
- SwBackgroundDlg(vcl::Window* pParent, const SfxItemSet& rSet);
+ SwBackgroundDlg(weld::Window* pParent, const SfxItemSet& rSet);
};
#endif