diff options
Diffstat (limited to 'extensions/source/propctrlr/formcontroller.cxx')
-rw-r--r-- | extensions/source/propctrlr/formcontroller.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/formcontroller.cxx b/extensions/source/propctrlr/formcontroller.cxx index 38b2c3c7f2bf..9a6006441983 100644 --- a/extensions/source/propctrlr/formcontroller.cxx +++ b/extensions/source/propctrlr/formcontroller.cxx @@ -68,7 +68,7 @@ namespace pcr using ::com::sun::star::frame::XFrame; using ::com::sun::star::awt::XWindow; - namespace PropertyAttribute = ::com::sun::star::beans::PropertyAttribute; + namespace PropertyAttribute = css::beans::PropertyAttribute; //= FormController @@ -239,7 +239,7 @@ namespace pcr } - void SAL_CALL FormController::getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const + void SAL_CALL FormController::getFastPropertyValue( css::uno::Any& rValue, sal_Int32 nHandle ) const { switch ( nHandle ) { |