summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/chgviset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/chgviset.cxx')
-rw-r--r--sc/source/core/tool/chgviset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/chgviset.cxx b/sc/source/core/tool/chgviset.cxx
index 17185aafb8bf..01f830c2ccf7 100644
--- a/sc/source/core/tool/chgviset.cxx
+++ b/sc/source/core/tool/chgviset.cxx
@@ -135,7 +135,7 @@ void ScChangeViewSettings::AdjustDateMode( const ScDocument& rDoc )
// Set the next minute as the start time and assume that
// the document isn't saved, reloaded, edited and filter set
// all together during the gap between those two times.
- aFirstDateTime += Time( 0, 1 );
+ aFirstDateTime += tools::Time( 0, 1 );
aFirstDateTime.SetSec(0);
aFirstDateTime.SetNanoSec(0);
}