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.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx
index 7515b21e29e9..d1cb884ca756 100644
--- a/sc/inc/validat.hxx
+++ b/sc/inc/validat.hxx
@@ -25,6 +25,7 @@
#include "scdllapi.h"
namespace vcl { class Window; }
+namespace weld { class Window; }
namespace sc {
@@ -74,10 +75,10 @@ private:
OUString aErrorMessage;
bool DoMacro( const ScAddress& rPos, const OUString& rInput,
- ScFormulaCell* pCell, vcl::Window* pParent ) const;
+ ScFormulaCell* pCell, weld::Window* pParent ) const;
bool DoScript( const ScAddress& rPos, const OUString& rInput,
- ScFormulaCell* pCell, vcl::Window* pParent ) const;
+ ScFormulaCell* pCell, weld::Window* pParent ) const;
using ScConditionEntry::operator==;