summaryrefslogtreecommitdiff
path: root/sw/inc/unosrch.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-03-27 20:36:56 +0000
committerjp <jp@openoffice.org>2001-03-27 20:36:56 +0000
commitd95c711e629c2a468a7e2560a1b751cd828be28a (patch)
treea7350b4067305f3917bd350df569446be66600f5 /sw/inc/unosrch.hxx
parent2981175956a955c782cc180793b7250ddadb2230 (diff)
new: fill searchoptions structue
Diffstat (limited to 'sw/inc/unosrch.hxx')
-rw-r--r--sw/inc/unosrch.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/sw/inc/unosrch.hxx b/sw/inc/unosrch.hxx
index d45ca317c865..58371afdabfa 100644
--- a/sw/inc/unosrch.hxx
+++ b/sw/inc/unosrch.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unosrch.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:29 $
+ * last change: $Author: jp $ $Date: 2001-03-27 21:36:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,6 +84,12 @@ struct SfxItemPropertyMap;
class SwXTextDocument;
class SwSearchProperties_Impl;
class SfxItemSet;
+
+namespace com{namespace sun{namespace star{namespace util{
+ struct SearchOptions;
+}}}}
+
+
/*-----------------19.12.97 12:58-------------------
--------------------------------------------------*/
@@ -165,6 +171,8 @@ public:
sal_Bool HasSearchAttributes() const;
sal_Bool HasReplaceAttributes() const;
+ void FillSearchOptions( ::com::sun::star::util::SearchOptions&
+ rSearchOpt ) const;
};
#endif