summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/textsearch.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-11-17 07:12:55 +0000
committerFrank Schönheit <fs@openoffice.org>2000-11-17 07:12:55 +0000
commitce25a7b374accf69907e524ce3d7cb8f3973279c (patch)
treee9b39a716af285a7f1fed9d03a6e8bc6671020ba /unotools/inc/unotools/textsearch.hxx
parent853284df396327132df18eb042c170d6ed595aee (diff)
corrected the forward-decls for SearchResult/SearchOptions
Diffstat (limited to 'unotools/inc/unotools/textsearch.hxx')
-rw-r--r--unotools/inc/unotools/textsearch.hxx16
1 files changed, 12 insertions, 4 deletions
diff --git a/unotools/inc/unotools/textsearch.hxx b/unotools/inc/unotools/textsearch.hxx
index 289556414b22..7e619c9c29de 100644
--- a/unotools/inc/unotools/textsearch.hxx
+++ b/unotools/inc/unotools/textsearch.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: textsearch.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jp $ $Date: 2000-11-16 21:43:29 $
+ * last change: $Author: fs $ $Date: 2000-11-17 08:12:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,8 +77,16 @@
// Forward-Deklaration
class CharClass;
-struct ::com::sun::star::util::SearchResult;
-struct ::com::sun::star::util::SearchOptions;
+namespace com {
+ namespace sun {
+ namespace star {
+ namespace util {
+ struct SearchResult;
+ struct SearchOptions;
+ }
+ }
+ }
+}
// SS - Klasse fuers Suchen