summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl/editfield.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/cctrl/editfield.cxx')
-rw-r--r--sc/source/ui/cctrl/editfield.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/cctrl/editfield.cxx b/sc/source/ui/cctrl/editfield.cxx
index 6c8755cfe4fd..59da99c4933b 100644
--- a/sc/source/ui/cctrl/editfield.cxx
+++ b/sc/source/ui/cctrl/editfield.cxx
@@ -41,12 +41,12 @@ sal_Unicode lclGetGroupSep()
} // namespace
-ScDoubleField::ScDoubleField( Window* pParent, WinBits nStyle ) :
+ScDoubleField::ScDoubleField( vcl::Window* pParent, WinBits nStyle ) :
Edit( pParent, nStyle )
{
}
-extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeScDoubleField(Window *pParent, VclBuilder::stringmap &rMap)
+extern "C" SAL_DLLPUBLIC_EXPORT vcl::Window* SAL_CALL makeScDoubleField(vcl::Window *pParent, VclBuilder::stringmap &rMap)
{
VclBuilder::ensureDefaultWidthChars(rMap);
return new ScDoubleField(pParent, WB_LEFT|WB_VCENTER|WB_BORDER|WB_3DLOOK);