summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-18 15:20:32 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-18 15:20:32 +0000
commit420bee89a32beee989c2f4c6aa3c14aec4b0496a (patch)
treeac8cbefdd4d30bb3e4b5ee224ca35cb5efa73a1f /desktop
parent5454b0024cc7df38221de185803b61b49da55278 (diff)
INTEGRATION: CWS systemboost (1.2.40); FILE MERGED
2005/01/14 09:15:30 cmc 1.2.40.1: #i36983# don't have external in include boost
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/migration/services/jvmfwk.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/migration/services/jvmfwk.cxx b/desktop/source/migration/services/jvmfwk.cxx
index 5cfef55e7a67..4590bcb442ed 100644
--- a/desktop/source/migration/services/jvmfwk.cxx
+++ b/desktop/source/migration/services/jvmfwk.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: jvmfwk.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-11-15 15:51:02 $
+ * last change: $Author: kz $ $Date: 2005-01-18 16:20:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@
#include "rtl/bootstrap.hxx"
#include "sal/types.h"
#include "sal/config.h"
-#include "external/boost/scoped_array.hpp"
+#include "boost/scoped_array.hpp"
#include "com/sun/star/lang/XServiceInfo.hpp"
#include "com/sun/star/lang/XInitialization.hpp"
#include "com/sun/star/lang/WrappedTargetException.hpp"