summaryrefslogtreecommitdiff
path: root/svx/source/toolbars
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 18:12:06 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 18:12:06 +0000
commit08ae2c85b8b961207623006f3fa52449871e64c0 (patch)
tree909c378e451e510890bd318f22c56fc9eb875313 /svx/source/toolbars
parenta406c27d5c75cb75aca5dd6ffe97abd80c1c40a6 (diff)
INTEGRATION: CWS removedrafts (1.8.18); FILE MERGED
2005/02/14 16:56:13 sj 1.8.18.1: #i42561# remove UNOIDL types from drafts
Diffstat (limited to 'svx/source/toolbars')
-rw-r--r--svx/source/toolbars/extrusionbar.cxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/svx/source/toolbars/extrusionbar.cxx b/svx/source/toolbars/extrusionbar.cxx
index 6a7e488bf638..e4d741b42eb4 100644
--- a/svx/source/toolbars/extrusionbar.cxx
+++ b/svx/source/toolbars/extrusionbar.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: extrusionbar.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-02-04 14:21:52 $
+ * last change: $Author: kz $ $Date: 2005-03-01 19:12:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,11 +59,11 @@
*
************************************************************************/
-#ifndef _DRAFTS_COM_SUN_STAR_DRAWING_ENHANCEDCUSTOMSHAPEPARAMETERPARIR_HPP_
-#include <drafts/com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp>
+#ifndef _COM_SUN_STAR_DRAWING_ENHANCEDCUSTOMSHAPEPARAMETERPARIR_HPP_
+#include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_DRAWING_ENHANCEDCUSTOMSHAPEPARAMETERTYPE_HPP_
-#include <drafts/com/sun/star/drawing/EnhancedCustomShapeParameterType.hpp>
+#ifndef _COM_SUN_STAR_DRAWING_ENHANCEDCUSTOMSHAPEPARAMETERTYPE_HPP_
+#include <com/sun/star/drawing/EnhancedCustomShapeParameterType.hpp>
#endif
#ifndef _COM_SUN_STAR_DRAWING_SHADEMODE_HPP_
#include <com/sun/star/drawing/ShadeMode.hpp>
@@ -126,7 +126,6 @@ using namespace ::cppu;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::drawing;
using namespace ::com::sun::star::uno;
-using namespace ::drafts::com::sun::star::drawing;
/*************************************************************************
|*