summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/warnbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/warnbox.hxx')
-rw-r--r--sc/source/ui/inc/warnbox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/warnbox.hxx b/sc/source/ui/inc/warnbox.hxx
index 3111fa511cad..1030abf4818d 100644
--- a/sc/source/ui/inc/warnbox.hxx
+++ b/sc/source/ui/inc/warnbox.hxx
@@ -28,7 +28,7 @@ class ScCbWarningBox : public WarningBox
public:
/** @param rMsgStr Resource ID for the message text.
@param bDefYes true = "Yes" focused, false = "No" focused. */
- ScCbWarningBox( Window* pParent, const OUString& rMsgStr, bool bDefYes = true );
+ ScCbWarningBox( vcl::Window* pParent, const OUString& rMsgStr, bool bDefYes = true );
/** Opens dialog if IsDialogEnabled() returns true.
@descr If after executing the dialog the checkbox "Do not show again" is set,
@@ -45,7 +45,7 @@ public:
class ScReplaceWarnBox : public ScCbWarningBox
{
public:
- ScReplaceWarnBox( Window* pParent );
+ ScReplaceWarnBox( vcl::Window* pParent );
/** Reads the configuration key "ReplaceCellsWarning". */
virtual bool IsDialogEnabled() SAL_OVERRIDE;