summaryrefslogtreecommitdiff
path: root/basctl/source/basicide
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 18:19:12 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 18:19:12 +0000
commit9d1e8e47a550a1d9ee401ff9d958e92a650e26b7 (patch)
treec6431087321bb5ae34026028dbd03a953a8e432b /basctl/source/basicide
parentded5b7b3d86297bc73e9e3322054a8a85745b16f (diff)
INTEGRATION: CWS removedrafts (1.5.14); FILE MERGED
2005/02/17 12:40:10 cd 1.5.14.1: #i42557# move UNOIDL types from drafts to com
Diffstat (limited to 'basctl/source/basicide')
-rw-r--r--basctl/source/basicide/tbxctl.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/basctl/source/basicide/tbxctl.hxx b/basctl/source/basicide/tbxctl.hxx
index c9fc0c235559..8d3bac190654 100644
--- a/basctl/source/basicide/tbxctl.hxx
+++ b/basctl/source/basicide/tbxctl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tbxctl.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2005-01-18 15:37:17 $
+ * last change: $Author: kz $ $Date: 2005-03-01 19:19:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,8 +65,8 @@
#include <sfx2/tbxctrl.hxx>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_FRAME_XLAYOUTMANAGER_HPP_
-#include <drafts/com/sun/star/frame/XLayoutManager.hpp>
+#ifndef _COM_SUN_STAR_FRAME_XLAYOUTMANAGER_HPP_
+#include <com/sun/star/frame/XLayoutManager.hpp>
#endif
/*
@@ -105,7 +105,7 @@ private:
struct StateChangedInfo
{
- ::com::sun::star::uno::Reference< ::drafts::com::sun::star::frame::XLayoutManager > xLayoutManager;
+ ::com::sun::star::uno::Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager;
bool bDisabled;
};