summaryrefslogtreecommitdiff
path: root/sc/inc/validat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/validat.hxx')
-rw-r--r--sc/inc/validat.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx
index 724ea9643a73..4076b2179e0a 100644
--- a/sc/inc/validat.hxx
+++ b/sc/inc/validat.hxx
@@ -73,10 +73,10 @@ private:
OUString aErrorMessage;
bool DoMacro( const ScAddress& rPos, const OUString& rInput,
- ScFormulaCell* pCell, Window* pParent ) const;
+ ScFormulaCell* pCell, vcl::Window* pParent ) const;
bool DoScript( const ScAddress& rPos, const OUString& rInput,
- ScFormulaCell* pCell, Window* pParent ) const;
+ ScFormulaCell* pCell, vcl::Window* pParent ) const;
using ScConditionEntry::operator==;
@@ -133,7 +133,7 @@ public:
bool IsDataValid( ScRefCellValue& rCell, const ScAddress& rPos ) const;
// TRUE -> break
- bool DoError( Window* pParent, const OUString& rInput, const ScAddress& rPos ) const;
+ bool DoError( vcl::Window* pParent, const OUString& rInput, const ScAddress& rPos ) const;
void DoCalcError( ScFormulaCell* pCell ) const;
bool IsEmpty() const;