summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/sfiltdlg.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-12-17 18:55:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-12-17 18:55:09 +0000
commit4663999725e0f196f9f08f165e172a3a6a091f87 (patch)
tree6a5faca3e36c7b43744c624ad6a694bc5ef14a10 /sc/source/ui/dbgui/sfiltdlg.cxx
parentf84b471e1a83a895b92ddff81450ec13d7412f78 (diff)
INTEGRATION: CWS geordi2q11 (1.5.342); FILE MERGED
2003/12/16 15:13:11 hr 1.5.342.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'sc/source/ui/dbgui/sfiltdlg.cxx')
-rw-r--r--sc/source/ui/dbgui/sfiltdlg.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/dbgui/sfiltdlg.cxx b/sc/source/ui/dbgui/sfiltdlg.cxx
index 82ce1702bc2d..dfeb72b89460 100644
--- a/sc/source/ui/dbgui/sfiltdlg.cxx
+++ b/sc/source/ui/dbgui/sfiltdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sfiltdlg.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: dr $ $Date: 2002-03-13 11:40:22 $
+ * last change: $Author: vg $ $Date: 2003-12-17 19:55:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -468,7 +468,7 @@ IMPL_LINK( ScSpecialFilterDlg, EndDlgHdl, Button*, pBtn )
Close();
}
- return NULL;
+ return 0;
}
@@ -499,7 +499,7 @@ IMPL_LINK( ScSpecialFilterDlg, TimeOutHdl, Timer*, _pTimer )
pTimer->Start();
- return NULL;
+ return 0;
}
@@ -518,7 +518,7 @@ IMPL_LINK( ScSpecialFilterDlg, FilterAreaSelHdl, ListBox*, pLb )
aEdFilterArea.SetText( aString );
}
- return NULL;
+ return 0;
}
@@ -556,7 +556,7 @@ IMPL_LINK( ScSpecialFilterDlg, FilterAreaModHdl, ScRefEdit*, pEd )
aLbFilterArea.SelectEntryPos( 0 );
}
- return NULL;
+ return 0;
}