summaryrefslogtreecommitdiff
path: root/extensions/source/update/check/updatecheck.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-30 11:48:44 +0200
committerNoel Grandin <noel@peralex.com>2015-10-01 12:18:24 +0200
commitf1de3e14df9665ce48d676ac6f3439506d2b81f2 (patch)
tree26ad43f511ec7d09bdf906c376fb468c22947d31 /extensions/source/update/check/updatecheck.hxx
parent10e59aee74ede837ad0560e261b0f106371ce96a (diff)
com::sun::star->css in extensions/
Change-Id: I64af9f5ae444e1f7bc6c0e8c29df383a9531dba9
Diffstat (limited to 'extensions/source/update/check/updatecheck.hxx')
-rw-r--r--extensions/source/update/check/updatecheck.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/source/update/check/updatecheck.hxx b/extensions/source/update/check/updatecheck.hxx
index 64eefb259af8..543bb131c5d9 100644
--- a/extensions/source/update/check/updatecheck.hxx
+++ b/extensions/source/update/check/updatecheck.hxx
@@ -64,8 +64,8 @@ public:
inline SAL_CALL operator rtl::Reference< UpdateCheckConfigListener > ()
{ return static_cast< UpdateCheckConfigListener * > (this); }
- void initialize(const com::sun::star::uno::Sequence<com::sun::star::beans::NamedValue>& rValues,
- const com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>& xContext);
+ void initialize(const css::uno::Sequence<css::beans::NamedValue>& rValues,
+ const css::uno::Reference<css::uno::XComponentContext>& xContext);
// Update internal update info member
void setUpdateInfo(const UpdateInfo& aInfo);
@@ -104,7 +104,7 @@ public:
void cancelDownload();
// Returns the XInteractionHandler of the UpdateHandler instance if present (and visible)
- com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler > getInteractionHandler() const;
+ css::uno::Reference< css::task::XInteractionHandler > getInteractionHandler() const;
// UpdateCheckConfigListener
virtual void autoCheckStatusChanged(bool enabled) SAL_OVERRIDE;
@@ -163,8 +163,8 @@ private:
bool m_bShowExtUpdDlg;
rtl::Reference<UpdateHandler> m_aUpdateHandler;
- com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> m_xMenuBarUI;
- com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> m_xContext;
+ css::uno::Reference<css::beans::XPropertySet> m_xMenuBarUI;
+ css::uno::Reference<css::uno::XComponentContext> m_xContext;
friend class UpdateCheckInitData;
};