summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-09-29 14:00:13 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-09-29 14:00:13 +0000
commitf3aac6a4bbeabd815e48458bb7ed225ca9c83c0c (patch)
tree736e4a8b3670ab69054e6866308687640036e797
parentefef5ce3955668cef8c945f50da7c0fad4a517d7 (diff)
INTEGRATION: CWS geordi2q06 (1.13.184); FILE MERGED
2003/09/29 14:43:31 rt 1.13.184.1: #111934#: join CWS restrictedaccess
-rw-r--r--svtools/inc/fileview.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/svtools/inc/fileview.hxx b/svtools/inc/fileview.hxx
index 8fa314473582..4578864b2e80 100644
--- a/svtools/inc/fileview.hxx
+++ b/svtools/inc/fileview.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fileview.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 14:36:10 $
+ * last change: $Author: hr $ $Date: 2003-09-29 15:00:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,6 +86,7 @@ class SvtFileView_Impl;
class SvLBoxEntry;
class HeaderBar;
+class IUrlFilter;
class SvtFileView : public Control
{
private:
@@ -143,6 +144,9 @@ public:
// save and load column size and sort order
String GetConfigString() const;
void SetConfigString( const String& rCfgStr );
+
+ void SetUrlFilter( const IUrlFilter* _pFilter );
+ const IUrlFilter* GetUrlFilter( ) const;
};
// struct SvtContentEntry ------------------------------------------------