summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/textsearch.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-11-17 08:09:10 +0000
committerFrank Schönheit <fs@openoffice.org>2000-11-17 08:09:10 +0000
commite890ee02bf21979ffab6921db59abcc9cd65f546 (patch)
tree899a2626b8da038e37ae1ddf5cc83edacd265b5f /unotools/inc/unotools/textsearch.hxx
parent7e021365cff0c60a8772cd9a5b8cfa0295cae2e2 (diff)
put the classes into the utl namespace
Diffstat (limited to 'unotools/inc/unotools/textsearch.hxx')
-rw-r--r--unotools/inc/unotools/textsearch.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/unotools/inc/unotools/textsearch.hxx b/unotools/inc/unotools/textsearch.hxx
index 7e619c9c29de..1b17e2238f21 100644
--- a/unotools/inc/unotools/textsearch.hxx
+++ b/unotools/inc/unotools/textsearch.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: textsearch.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fs $ $Date: 2000-11-17 08:12:55 $
+ * last change: $Author: fs $ $Date: 2000-11-17 09:07:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,6 +88,10 @@ namespace com {
}
}
+// ............................................................................
+namespace utl
+{
+// ............................................................................
// SS - Klasse fuers Suchen
class SearchParam
@@ -199,6 +203,9 @@ public:
::com::sun::star::util::SearchResult* pSrchResult = 0 );
};
+// ............................................................................
+} // namespace utl
+// ............................................................................
#endif