summaryrefslogtreecommitdiff
path: root/uui/source/fltdlg.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:59:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:59:08 +0000
commit83b69f3926b258d746125a76678920ffe6a09037 (patch)
tree67f8dc35ce7d1ebafe5eac1433b02ab7de596cf7 /uui/source/fltdlg.cxx
parent9f04963010cf53c9e98b3e7507e1bf7a091a6c46 (diff)
INTEGRATION: CWS warnings01 (1.2.16); FILE MERGED
2005/11/17 15:40:46 sb 1.2.16.1: #i53898# Made code warning-free.
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 fb915aaa1070..3b2d923850b9 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 ...