summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-29 14:14:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-29 14:14:16 +0000
commitf3fad8b7897ac6a85b610dc4500c2910fec90ded (patch)
tree1241acd7c34e79abdf1cca54d9bc6977141822b8
parent1c34379965af90296c11bdd55913ace40a992ef7 (diff)
#i10000#: fix includes
-rw-r--r--svx/source/mnuctrls/SmartTagCtl.cxx10
-rw-r--r--svx/source/smarttags/SmartTagMgr.cxx6
2 files changed, 8 insertions, 8 deletions
diff --git a/svx/source/mnuctrls/SmartTagCtl.cxx b/svx/source/mnuctrls/SmartTagCtl.cxx
index 988799e20543..135997960808 100644
--- a/svx/source/mnuctrls/SmartTagCtl.cxx
+++ b/svx/source/mnuctrls/SmartTagCtl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SmartTagCtl.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 13:41:12 $
+ * last change: $Author: hr $ $Date: 2007-06-29 15:12:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,7 +36,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_svx.hxx"
-#include "SmartTagCtl.hxx"
+#include <svx/SmartTagCtl.hxx>
#ifndef _COM_SUN_STAR_SMARTTAGS_XSMARTTAGACTION_HPP_
#include <com/sun/star/smarttags/XSmartTagAction.hpp>
@@ -54,10 +54,10 @@
#include <sfx2/dispatch.hxx>
#endif
#ifndef _SVX_SVXIDS_HRC
-#include "svxids.hrc"
+#include <svx/svxids.hrc>
#endif
-#include "SmartTagItem.hxx"
+#include <svx/SmartTagItem.hxx>
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
diff --git a/svx/source/smarttags/SmartTagMgr.cxx b/svx/source/smarttags/SmartTagMgr.cxx
index 1a9e07433781..d33d4a8972ee 100644
--- a/svx/source/smarttags/SmartTagMgr.cxx
+++ b/svx/source/smarttags/SmartTagMgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SmartTagMgr.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 13:41:53 $
+ * last change: $Author: hr $ $Date: 2007-06-29 15:14:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,7 @@
#include "precompiled_svx.hxx"
#ifndef _SMARTTAGMGR_HXX
-#include <SmartTagMgr.hxx>
+#include <svx/SmartTagMgr.hxx>
#endif
#include <vos/mutex.hxx>