summaryrefslogtreecommitdiff
path: root/vcl/source/app/dbggui.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/app/dbggui.cxx')
-rw-r--r--vcl/source/app/dbggui.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx
index 9b29b001e2f1..85b452817549 100644
--- a/vcl/source/app/dbggui.cxx
+++ b/vcl/source/app/dbggui.cxx
@@ -685,7 +685,7 @@ void DbgDialogTest( vcl::Window* pWindow )
else if ( pChild->GetType() == WINDOW_TIMEFIELD )
{
TimeField* pField = static_cast<TimeField*>(pChild);
- if ( pField->GetMax() == Time( 23, 59, 59, 99 ) )
+ if ( pField->GetMax() == tools::Time( 23, 59, 59, 99 ) )
bMaxWarning = true;
}
else if ( pChild->GetType() == WINDOW_DATEFIELD )
@@ -715,7 +715,7 @@ void DbgDialogTest( vcl::Window* pWindow )
else if ( pChild->GetType() == WINDOW_TIMEBOX )
{
TimeBox* pBox = static_cast<TimeBox*>(pChild);
- if ( pBox->GetMax() == Time( 23, 59, 59, 99 ) )
+ if ( pBox->GetMax() == tools::Time( 23, 59, 59, 99 ) )
bMaxWarning = true;
}
else if ( pChild->GetType() == WINDOW_DATEBOX )