summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/optdlg/tpcalc.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 13:28:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 13:28:26 +0000
commite71b9816570878e4160066065938eba1eb62a30f (patch)
tree349755ddd1206cb773a38015dd8216719f19ab93 /sc/source/ui/optdlg/tpcalc.cxx
parentINTEGRATION: CWS ooo20031216 (1.6.330); FILE MERGED (diff)
downloadcore-e71b9816570878e4160066065938eba1eb62a30f.tar.gz
core-e71b9816570878e4160066065938eba1eb62a30f.zip
INTEGRATION: CWS ooo20031216 (1.9.222); FILE MERGED
2003/12/13 13:38:00 waratah 1.9.222.1: #i1858# replace some NULL constants with 0 (zero), used with non-pointers
Diffstat (limited to 'sc/source/ui/optdlg/tpcalc.cxx')
-rw-r--r--sc/source/ui/optdlg/tpcalc.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/optdlg/tpcalc.cxx b/sc/source/ui/optdlg/tpcalc.cxx
index 6e636b499fbd..97258c398241 100644
--- a/sc/source/ui/optdlg/tpcalc.cxx
+++ b/sc/source/ui/optdlg/tpcalc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tpcalc.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 18:06:23 $
+ * last change: $Author: hr $ $Date: 2004-02-04 14:28:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -312,7 +312,7 @@ IMPL_LINK( ScTpCalcOptions, RadioClickHdl, RadioButton*, pBtn )
pLocalOptions->SetDate( 1, 1, 1904 );
}
- return NULL;
+ return 0;
}
//-----------------------------------------------------------------------
@@ -332,7 +332,7 @@ IMPL_LINK( ScTpCalcOptions, CheckClickHdl, CheckBox*, pBtn )
aFtEps .Disable(); aEdEps .Disable();
}
- return NULL;
+ return 0;
}