summaryrefslogtreecommitdiff
path: root/sc/inc/chgviset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/chgviset.hxx')
-rw-r--r--sc/inc/chgviset.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/inc/chgviset.hxx b/sc/inc/chgviset.hxx
index 87d595e5a508..1a6a87511e3a 100644
--- a/sc/inc/chgviset.hxx
+++ b/sc/inc/chgviset.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: chgviset.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2000-11-20 10:26:42 $
+ * last change: $Author: hr $ $Date: 2003-03-26 18:03:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,6 +81,8 @@ namespace utl {
class TextSearch;
}
+class ScDocument;
+
class ScChangeViewSettings
{
private:
@@ -173,6 +175,9 @@ public:
ScChangeViewSettings& operator= ( const ScChangeViewSettings& r );
+ /// Adjust dates according to selected DateMode
+ void AdjustDateMode( const ScDocument& rDoc );
+
};