summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/sortdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/dbgui/sortdlg.cxx')
-rw-r--r--sc/source/ui/dbgui/sortdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/dbgui/sortdlg.cxx b/sc/source/ui/dbgui/sortdlg.cxx
index 8129dc42cd0d..97c6b98641c8 100644
--- a/sc/source/ui/dbgui/sortdlg.cxx
+++ b/sc/source/ui/dbgui/sortdlg.cxx
@@ -24,7 +24,7 @@
#include "sortdlg.hxx"
#include "scresid.hxx"
-ScSortDlg::ScSortDlg(Window* pParent, const SfxItemSet* pArgSet)
+ScSortDlg::ScSortDlg(vcl::Window* pParent, const SfxItemSet* pArgSet)
: SfxTabDialog(pParent, "SortDialog", "modules/scalc/ui/sortdialog.ui", pArgSet)
, bIsHeaders(false)
, bIsByRows(false)
@@ -33,7 +33,7 @@ ScSortDlg::ScSortDlg(Window* pParent, const SfxItemSet* pArgSet)
AddTabPage("options", ScTabPageSortOptions::Create, 0);
}
-ScSortWarningDlg::ScSortWarningDlg(Window* pParent,
+ScSortWarningDlg::ScSortWarningDlg(vcl::Window* pParent,
const OUString& rExtendText, const OUString& rCurrentText)
: ModalDialog(pParent, "SortWarning", "modules/scalc/ui/sortwarning.ui")
{