summaryrefslogtreecommitdiff
path: root/uui/source/fltdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/fltdlg.cxx')
-rw-r--r--uui/source/fltdlg.cxx25
1 files changed, 2 insertions, 23 deletions
diff --git a/uui/source/fltdlg.cxx b/uui/source/fltdlg.cxx
index 43c6d4cc3f..2ec79f4b8f 100644
--- a/uui/source/fltdlg.cxx
+++ b/uui/source/fltdlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fltdlg.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 10:19:03 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:59:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -85,8 +85,6 @@
#include <vcl/svapp.hxx>
#endif
-#pragma hdrstop
-
namespace uui
{
@@ -214,25 +212,6 @@ bool FilterDialog::AskForFilter( FilterNameListPtr& pSelectedItem )
}
/*-************************************************************************************************************//**
- @short handler function for OK button
- @descr These method is called, if user press OK button. We end the dialog then.
-
- @seealso -
-
- @param -
- @return -
-
- @onerror -
- @threadsafe no
-*//*-*************************************************************************************************************/
-IMPL_LINK_INLINE_START( FilterDialog, OKHandler, Control*, pControl )
-{
- EndDialog(RET_OK);
- return 0;
-}
-IMPL_LINK_INLINE_END( FilterDialog, OKHandler, Control*, pControl )
-
-/*-************************************************************************************************************//**
@short helper class to calculate length of given string
@descr Instances of it can be used as callback for INetURLObject::getAbbreviated() method to build
short URLs to show it on GUI. We use in ctor set OutputDevice to call special VCL method ...