summaryrefslogtreecommitdiffstats
path: root/framework/source/uielement/addonstoolbarwrapper.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 18:41:36 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 18:41:36 +0000
commita21161e3d0a95b82680e98e3f99d7e97ef3c9c9e (patch)
tree4a2e59bcecf5c8dfd2f80241a1c3548dd489d79c /framework/source/uielement/addonstoolbarwrapper.cxx
parentINTEGRATION: CWS removedrafts (1.3.60); FILE MERGED (diff)
downloadcore-a21161e3d0a95b82680e98e3f99d7e97ef3c9c9e.tar.gz
core-a21161e3d0a95b82680e98e3f99d7e97ef3c9c9e.zip
INTEGRATION: CWS removedrafts (1.3.62); FILE MERGED
2005/02/17 12:47:48 cd 1.3.62.1: #i42557# move UNOIDL types from drafts to com
Diffstat (limited to 'framework/source/uielement/addonstoolbarwrapper.cxx')
-rw-r--r--framework/source/uielement/addonstoolbarwrapper.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/source/uielement/addonstoolbarwrapper.cxx b/framework/source/uielement/addonstoolbarwrapper.cxx
index eb5177e71081..7e0a8788e7a5 100644
--- a/framework/source/uielement/addonstoolbarwrapper.cxx
+++ b/framework/source/uielement/addonstoolbarwrapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: addonstoolbarwrapper.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-11-17 12:53:54 $
+ * last change: $Author: kz $ $Date: 2005-03-01 19:41:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,8 +120,8 @@
#include <com/sun/star/container/XNameAccess.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_UI_UIELEMENTTYPE_HPP_
-#include <drafts/com/sun/star/ui/UIElementType.hpp>
+#ifndef _COM_SUN_STAR_UI_UIELEMENTTYPE_HPP_
+#include <com/sun/star/ui/UIElementType.hpp>
#endif
//_________________________________________________________________________________________________________________
@@ -150,7 +150,7 @@ using namespace com::sun::star::frame;
using namespace com::sun::star::lang;
using namespace com::sun::star::container;
using namespace com::sun::star::awt;
-using namespace drafts::com::sun::star::ui;
+using namespace ::com::sun::star::ui;
namespace framework
{