diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 19:00:04 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 19:00:04 +0000 |
commit | a6b09a1a0a0125f1ea742075484e816956e5512b (patch) | |
tree | 09692eab7fdf7a425a9f3011e1f04a5420432f90 /sc/source/ui/pagedlg/tphfedit.cxx | |
parent | 1272d0b6f8f9565562ca57f6ef03b7a27b09b437 (diff) |
INTEGRATION: CWS geordi2q11 (1.11.210); FILE MERGED
2003/12/16 15:13:24 hr 1.11.210.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'sc/source/ui/pagedlg/tphfedit.cxx')
-rw-r--r-- | sc/source/ui/pagedlg/tphfedit.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/pagedlg/tphfedit.cxx b/sc/source/ui/pagedlg/tphfedit.cxx index 3aefa4b5970b..caf0f72211b6 100644 --- a/sc/source/ui/pagedlg/tphfedit.cxx +++ b/sc/source/ui/pagedlg/tphfedit.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tphfedit.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: vg $ $Date: 2003-04-24 17:17:19 $ + * last change: $Author: vg $ $Date: 2003-12-17 20:00:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -277,7 +277,7 @@ void ScHFEditPage::FillCmdArr() IMPL_LINK( ScHFEditPage, ClickHdl, ImageButton*, pBtn ) { if ( !pActiveEdWnd ) - return NULL; + return 0; if ( pBtn == &aBtnText ) { @@ -302,13 +302,13 @@ IMPL_LINK( ScHFEditPage, ClickHdl, ImageButton*, pBtn ) } pActiveEdWnd->GrabFocus(); - return NULL; + return 0; } IMPL_LINK( ScHFEditPage, MenuHdl, ScExtIButton*, pBtn ) { if ( !pActiveEdWnd ) - return NULL; + return 0; if(pBtn!=NULL) { @@ -327,7 +327,7 @@ IMPL_LINK( ScHFEditPage, MenuHdl, ScExtIButton*, pBtn ) break; } } - return NULL; + return 0; } //======================================================================== |