diff options
Diffstat (limited to 'include/vcl/xtextedt.hxx')
-rw-r--r-- | include/vcl/xtextedt.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/vcl/xtextedt.hxx b/include/vcl/xtextedt.hxx index d54a6496d7e9..f7fd91e06cd2 100644 --- a/include/vcl/xtextedt.hxx +++ b/include/vcl/xtextedt.hxx @@ -40,7 +40,7 @@ public: virtual ~ExtTextEngine(); TextSelection MatchGroup( const TextPaM& rCursor ) const; - bool Search( TextSelection& rSel, const ::com::sun::star::util::SearchOptions& rSearchOptions, bool bForward = true ); + bool Search( TextSelection& rSel, const css::util::SearchOptions& rSearchOptions, bool bForward = true ); }; class VCL_DLLPUBLIC ExtTextView : public TextView @@ -49,13 +49,13 @@ protected: bool ImpIndentBlock( bool bRight ); public: - ExtTextView( ExtTextEngine* pEng, vcl::Window* pWindow ); - virtual ~ExtTextView(); + ExtTextView( ExtTextEngine* pEng, vcl::Window* pWindow ); + virtual ~ExtTextView(); bool MatchGroup(); - bool Search( const ::com::sun::star::util::SearchOptions& rSearchOptions, bool bForward ); - sal_uInt16 Replace( const ::com::sun::star::util::SearchOptions& rSearchOptions, bool bAll, bool bForward ); + bool Search( const css::util::SearchOptions& rSearchOptions, bool bForward ); + sal_uInt16 Replace( const css::util::SearchOptions& rSearchOptions, bool bAll, bool bForward ); bool IndentBlock(); bool UnindentBlock(); |