diff options
Diffstat (limited to 'include/sfx2/taskpane.hxx')
-rw-r--r-- | include/sfx2/taskpane.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/taskpane.hxx b/include/sfx2/taskpane.hxx index 43be563a5b39..31b5e6eb0dff 100644 --- a/include/sfx2/taskpane.hxx +++ b/include/sfx2/taskpane.hxx @@ -91,13 +91,13 @@ namespace sfx2 */ ModuleTaskPane( vcl::Window& i_rParentWindow, - const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& i_rDocumentFrame + const css::uno::Reference< css::frame::XFrame >& i_rDocumentFrame ); virtual ~ModuleTaskPane(); /** determines whether a given module has any registered tool panels */ - static bool ModuleHasToolPanels( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& i_rDocumentFrame ); + static bool ModuleHasToolPanels( const css::uno::Reference< css::frame::XFrame >& i_rDocumentFrame ); /** provides access to the Window aspect of the PanelDeck |