summaryrefslogtreecommitdiff
path: root/svx/inc/galbrws2.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-30 14:59:47 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-31 12:56:21 +0000
commit4530451d40470bf5359645de0c142ddf9dc329b6 (patch)
tree8b57614e9316685a8178d9d61795932c3e705d45 /svx/inc/galbrws2.hxx
parentbd332c2a335b34e209fe2b7fdfb669c855325636 (diff)
com::sun::star->css in svx
Change-Id: If2c11fa548c5ebef2297d2491edd837b54e3707c Reviewed-on: https://gerrit.libreoffice.org/19690 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/inc/galbrws2.hxx')
-rw-r--r--svx/inc/galbrws2.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx
index 7e31440c7478..3eea5096555b 100644
--- a/svx/inc/galbrws2.hxx
+++ b/svx/inc/galbrws2.hxx
@@ -120,8 +120,8 @@ private:
GalleryBrowserMode meMode;
GalleryBrowserMode meLastMode;
- com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > m_xContext;
- com::sun::star::uno::Reference< com::sun::star::util::XURLTransformer > m_xTransformer;
+ css::uno::Reference< css::uno::XComponentContext > m_xContext;
+ css::uno::Reference< css::util::XURLTransformer > m_xTransformer;
void InitSettings();
@@ -175,13 +175,13 @@ public:
void ShowContextMenu( vcl::Window* pWindow, const Point* pContextPoint = NULL );
bool KeyInput( const KeyEvent& rEvt, vcl::Window* pWindow );
- static com::sun::star::uno::Reference< com::sun::star::frame::XFrame > GetFrame();
- com::sun::star::uno::Reference< com::sun::star::util::XURLTransformer > GetURLTransformer() const { return m_xTransformer; }
+ static css::uno::Reference< css::frame::XFrame > GetFrame();
+ css::uno::Reference< css::util::XURLTransformer > GetURLTransformer() const { return m_xTransformer; }
void Execute( sal_uInt16 nId );
void Dispatch( sal_uInt16 nId,
- const com::sun::star::uno::Reference< com::sun::star::frame::XDispatch > &rxDispatch = com::sun::star::uno::Reference< com::sun::star::frame::XDispatch >(),
- const com::sun::star::util::URL &rURL = com::sun::star::util::URL() );
+ const css::uno::Reference< css::frame::XDispatch > &rxDispatch = css::uno::Reference< css::frame::XDispatch >(),
+ const css::util::URL &rURL = css::util::URL() );
DECL_STATIC_LINK_TYPED( GalleryBrowser2, AsyncDispatch_Impl, void*, void );
};