diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-02-28 15:37:00 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-02-28 15:39:34 +0900 |
commit | 3f5434114bd8e67e97d73df76003ce08a2e931d2 (patch) | |
tree | f525b43b83a3597965de7adf23eca2ca5a706e11 /sw/source/ui/vba/wordvbahelper.hxx | |
parent | aa636bddbdd4aa690124f36086d5cd25d40be2b9 (diff) |
sal_Bool to bool
Change-Id: I78955b1a7aba864e83c5c5869f389809be0e76e0
Diffstat (limited to 'sw/source/ui/vba/wordvbahelper.hxx')
-rw-r--r-- | sw/source/ui/vba/wordvbahelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/wordvbahelper.hxx b/sw/source/ui/vba/wordvbahelper.hxx index d654e3389ab1..de765d4a05f2 100644 --- a/sw/source/ui/vba/wordvbahelper.hxx +++ b/sw/source/ui/vba/wordvbahelper.hxx @@ -45,7 +45,7 @@ namespace ooo css::uno::Reference< css::style::XStyle > getDefaultParagraphStyle( const css::uno::Reference< css::frame::XModel >& xModel ) throw (css::uno::RuntimeException); css::uno::Reference< css::text::XTextRange > getFirstObjectPosition( const css::uno::Reference< css::text::XText >& xText ) throw (css::uno::RuntimeException); css::uno::Reference< css::text::XText > getCurrentXText( const css::uno::Reference< css::frame::XModel>& xModel ) throw (css::uno::RuntimeException); - sal_Bool gotoSelectedObjectAnchor( const css::uno::Reference< css::frame::XModel>& xModel ) throw (css::uno::RuntimeException); + bool gotoSelectedObjectAnchor( const css::uno::Reference< css::frame::XModel>& xModel ) throw (css::uno::RuntimeException); enum E_DIRECTION { |