summaryrefslogtreecommitdiff
path: root/embeddedobj/source/msole/closepreventer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj/source/msole/closepreventer.cxx')
-rw-r--r--embeddedobj/source/msole/closepreventer.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/embeddedobj/source/msole/closepreventer.cxx b/embeddedobj/source/msole/closepreventer.cxx
index e381aa8313f3..4ffeb4d4d444 100644
--- a/embeddedobj/source/msole/closepreventer.cxx
+++ b/embeddedobj/source/msole/closepreventer.cxx
@@ -21,21 +21,21 @@
#include <osl/diagnose.h>
-void SAL_CALL OClosePreventer::queryClosing( const ::com::sun::star::lang::EventObject&, sal_Bool )
- throw (::com::sun::star::util::CloseVetoException, ::com::sun::star::uno::RuntimeException, std::exception)
+void SAL_CALL OClosePreventer::queryClosing( const css::lang::EventObject&, sal_Bool )
+ throw (css::util::CloseVetoException, css::uno::RuntimeException, std::exception)
{
- throw ::com::sun::star::util::CloseVetoException();
+ throw css::util::CloseVetoException();
}
-void SAL_CALL OClosePreventer::notifyClosing( const com::sun::star::lang::EventObject& )
- throw (::com::sun::star::uno::RuntimeException, std::exception)
+void SAL_CALL OClosePreventer::notifyClosing( const css::lang::EventObject& )
+ throw (css::uno::RuntimeException, std::exception)
{
// just a disaster
OSL_FAIL( "The object can not be prevented from closing!\n" );
}
-void SAL_CALL OClosePreventer::disposing( const com::sun::star::lang::EventObject& )
- throw (::com::sun::star::uno::RuntimeException, std::exception)
+void SAL_CALL OClosePreventer::disposing( const css::lang::EventObject& )
+ throw (css::uno::RuntimeException, std::exception)
{
// just a disaster
OSL_FAIL( "The object can not be prevented from closing!\n" );