summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unosrch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/unosrch.hxx')
-rw-r--r--sd/source/ui/inc/unosrch.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/unosrch.hxx b/sd/source/ui/inc/unosrch.hxx
index 4945366e01a8..48c00e0b01cd 100644
--- a/sd/source/ui/inc/unosrch.hxx
+++ b/sd/source/ui/inc/unosrch.hxx
@@ -45,7 +45,7 @@ class SdUnoSearchReplaceShape : public css::util::XReplaceable
protected:
css::drawing::XDrawPage* mpPage;
- css::uno::Reference< css::text::XTextRange > Search( const css::uno::Reference< css::text::XTextRange >& xText, SdUnoSearchReplaceDescriptor* pDescr ) throw();
+ css::uno::Reference< css::text::XTextRange > Search( const css::uno::Reference< css::text::XTextRange >& xText, SdUnoSearchReplaceDescriptor* pDescr );
bool Search( const OUString& rText, sal_Int32& nStartPos, sal_Int32& nEndPos, SdUnoSearchReplaceDescriptor* pDescr ) throw();
static ESelection GetSelection( const css::uno::Reference< css::text::XTextRange >& xTextRange ) throw();
static css::uno::Reference< css::drawing::XShape > GetShape( const css::uno::Reference< css::text::XTextRange >& xTextRange ) throw();