summaryrefslogtreecommitdiff
path: root/sw/inc/unosrch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unosrch.hxx')
-rw-r--r--sw/inc/unosrch.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/inc/unosrch.hxx b/sw/inc/unosrch.hxx
index cd19de5657a7..73169cc85bda 100644
--- a/sw/inc/unosrch.hxx
+++ b/sw/inc/unosrch.hxx
@@ -30,9 +30,9 @@ class SwXTextDocument;
class SwSearchProperties_Impl;
class SfxItemSet;
-namespace com{namespace sun{namespace star{namespace util{
+namespace i18nutil {
struct SearchOptions2;
-}}}}
+}
class SwXTextSearch : public cppu::WeakImplHelper
<
@@ -109,8 +109,7 @@ public:
bool HasSearchAttributes() const;
bool HasReplaceAttributes() const;
- void FillSearchOptions( css::util::SearchOptions2&
- rSearchOpt ) const;
+ void FillSearchOptions( i18nutil::SearchOptions2& rSearchOpt ) const;
};
#endif