summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propcontrolobserver.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/propctrlr/propcontrolobserver.hxx
parent10e59aee74ede837ad0560e261b0f106371ce96a (diff)
com::sun::star->css in extensions/
Change-Id: I64af9f5ae444e1f7bc6c0e8c29df383a9531dba9
Diffstat (limited to 'extensions/source/propctrlr/propcontrolobserver.hxx')
-rw-r--r--extensions/source/propctrlr/propcontrolobserver.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/propcontrolobserver.hxx b/extensions/source/propctrlr/propcontrolobserver.hxx
index 4cc058962ff5..61ba188e72fa 100644
--- a/extensions/source/propctrlr/propcontrolobserver.hxx
+++ b/extensions/source/propctrlr/propcontrolobserver.hxx
@@ -34,8 +34,8 @@ namespace pcr
class IPropertyControlObserver
{
public:
- virtual void focusGained( const ::com::sun::star::uno::Reference< ::com::sun::star::inspection::XPropertyControl >& _Control ) = 0;
- virtual void valueChanged( const ::com::sun::star::uno::Reference< ::com::sun::star::inspection::XPropertyControl >& _Control ) = 0;
+ virtual void focusGained( const css::uno::Reference< css::inspection::XPropertyControl >& _Control ) = 0;
+ virtual void valueChanged( const css::uno::Reference< css::inspection::XPropertyControl >& _Control ) = 0;
protected:
~IPropertyControlObserver() {}