summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/subtdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/subtdlg.hxx')
-rw-r--r--sc/source/ui/inc/subtdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/subtdlg.hxx b/sc/source/ui/inc/subtdlg.hxx
index 4c08dad42737..6496689d3a75 100644
--- a/sc/source/ui/inc/subtdlg.hxx
+++ b/sc/source/ui/inc/subtdlg.hxx
@@ -27,7 +27,7 @@
class ScSubTotalDlg : public SfxTabDialog
{
public:
- ScSubTotalDlg(Window* pParent, const SfxItemSet* pArgSet);
+ ScSubTotalDlg(vcl::Window* pParent, const SfxItemSet* pArgSet);
private:
PushButton* m_pBtnRemove;
DECL_LINK( RemoveHdl, PushButton * );