summaryrefslogtreecommitdiff
path: root/include/svtools/headbar.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-23 09:07:12 +0200
committerNoel Grandin <noel@peralex.com>2015-10-23 10:48:50 +0200
commitc06e2fcc2c03c4b6353bd9a1e282c36de872d777 (patch)
tree69cdc7e4bf9d658b108d2a71a8d9ed41c518ed0d /include/svtools/headbar.hxx
parenta1ff0745cc4f78777e8dba1e7bb52d18386d7394 (diff)
com::sun::star->css in include/sot to include/typelib
Change-Id: I9cd92b53370a6b6018d2f7c648890f9c014a27de
Diffstat (limited to 'include/svtools/headbar.hxx')
-rw-r--r--include/svtools/headbar.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/include/svtools/headbar.hxx b/include/svtools/headbar.hxx
index 7474270e77b4..edbba5d95452 100644
--- a/include/svtools/headbar.hxx
+++ b/include/svtools/headbar.hxx
@@ -259,8 +259,7 @@ private:
VCLXHeaderBar* m_pVCLXHeaderBar;
- ::com::sun::star::uno::Reference<
- ::com::sun::star::accessibility::XAccessible >
+ css::uno::Reference< css::accessibility::XAccessible >
mxAccessible;
using Window::ImplInit;
@@ -349,10 +348,9 @@ public:
inline bool IsDragable() const { return mbDragable; }
/** Creates and returns the accessible object of the header bar. */
- virtual ::com::sun::star::uno::Reference<
- ::com::sun::star::accessibility::XAccessible > CreateAccessible() override;
- void SetAccessible( ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > );
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > GetComponentInterface( bool bCreate ) override;
+ virtual css::uno::Reference< css::accessibility::XAccessible > CreateAccessible() override;
+ void SetAccessible( css::uno::Reference< css::accessibility::XAccessible > );
+ virtual css::uno::Reference< css::awt::XWindowPeer > GetComponentInterface( bool bCreate ) override;
};