summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2003-08-18 14:31:06 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2003-08-18 14:31:06 +0000
commit21296369743118b82925bdcc16b72f9fe056aef8 (patch)
tree91da969554575df8c6999364f88bf641b2e3f7e2 /desktop
parentdb4742d10e2f92e32fd94267a1917407ba18ae26 (diff)
INTEGRATION: CWS geordi2q01 (1.121.24); FILE MERGED
2003/08/18 12:49:49 hr 1.121.24.1: #i18350#: join changes from CWS ooo11rc3
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx35
1 files changed, 18 insertions, 17 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 626d9aafd035..f77011920777 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: app.cxx,v $
*
- * $Revision: 1.121 $
+ * $Revision: 1.122 $
*
- * last change: $Author: vg $ $Date: 2003-07-22 11:07:33 $
+ * last change: $Author: hjs $ $Date: 2003-08-18 15:31:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -295,20 +295,21 @@
using namespace vos;
using namespace rtl;
-namespace css = ::com::sun::star;
+//Gives an ICE with MSVC6
+//namespace css = ::com::sun::star;
-using namespace css::uno;
-using namespace css::util;
-using namespace css::lang;
-using namespace css::beans;
+using namespace ::com::sun::star::uno;
+using namespace ::com::sun::star::util;
+using namespace ::com::sun::star::lang;
+using namespace ::com::sun::star::beans;
//using namespace ::com::sun::star::bridge;
-using namespace css::frame;
-using namespace css::document;
-using namespace css::view;
-using namespace css::task;
-using namespace css::system;
-using namespace css::ui::dialogs;
-using namespace css::container;
+using namespace ::com::sun::star::frame;
+using namespace ::com::sun::star::document;
+using namespace ::com::sun::star::view;
+using namespace ::com::sun::star::task;
+using namespace ::com::sun::star::system;
+using namespace ::com::sun::star::ui::dialogs;
+using namespace ::com::sun::star::container;
ResMgr* desktop::Desktop::pResMgr = 0;
@@ -1912,13 +1913,13 @@ void Desktop::OpenClients()
// we ignore it and continue with the next item from the list
// when recovery and session mangement are seperated, each mechanism
// should provide meaningful feedback.
- catch (css::lang::IllegalArgumentException)
+ catch (::com::sun::star::lang::IllegalArgumentException)
{
}
- catch (css::io::IOException)
+ catch (::com::sun::star::io::IOException)
{
}
- catch (css::uno::RuntimeException)
+ catch (::com::sun::star::uno::RuntimeException)
{
}