diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 19:00:23 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 19:00:23 +0000 |
commit | c9ba231a917d0820f97b11f822f2eb646d1747bd (patch) | |
tree | c069ceb4870b089a24b4a48a6b2d6bc71f78c076 /sc/source/ui/pagedlg | |
parent | a6b09a1a0a0125f1ea742075484e816956e5512b (diff) |
INTEGRATION: CWS geordi2q11 (1.4.342); FILE MERGED
2003/12/16 15:13:24 hr 1.4.342.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'sc/source/ui/pagedlg')
-rw-r--r-- | sc/source/ui/pagedlg/tptable.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/pagedlg/tptable.cxx b/sc/source/ui/pagedlg/tptable.cxx index 92af1edadddf..b349aec6d70c 100644 --- a/sc/source/ui/pagedlg/tptable.cxx +++ b/sc/source/ui/pagedlg/tptable.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tptable.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: dr $ $Date: 2002-05-31 11:24:04 $ + * last change: $Author: vg $ $Date: 2003-12-17 20:00:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -394,7 +394,7 @@ void __EXPORT ScTablePage::DataChanged( const DataChangedEvent& rDCEvt ) IMPL_LINK( ScTablePage, PageDirHdl, RadioButton*, EMPTYARG ) { ShowImage(); - return NULL; + return 0; } //------------------------------------------------------------------------ @@ -410,7 +410,7 @@ IMPL_LINK( ScTablePage, PageNoHdl, CheckBox*, pBtn ) else aEdPageNo.Disable(); - return NULL; + return 0; } //------------------------------------------------------------------------ @@ -434,7 +434,7 @@ IMPL_LINK( ScTablePage, ScaleHdl, RadioButton*, pBtn ) aEdScalePageNum.GrabFocus(); } - return NULL; + return 0; } //======================================================================== |