summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-29 13:11:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-29 13:11:08 +0000
commit8a91634f0d72e9477271f7578b9b31ce99ace071 (patch)
tree27aba3ac38496afe77759341203940f644f4b956
parent412cf2397745dec95964489decf7995d7472316b (diff)
#i10000#: fix includes
-rw-r--r--svx/source/items/SmartTagItem.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/items/SmartTagItem.cxx b/svx/source/items/SmartTagItem.cxx
index b7b4264d10fb..5bef9a8cc1c5 100644
--- a/svx/source/items/SmartTagItem.cxx
+++ b/svx/source/items/SmartTagItem.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SmartTagItem.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 13:40:45 $
+ * last change: $Author: hr $ $Date: 2007-06-29 14:11:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,7 +38,7 @@
// include ---------------------------------------------------------------
-#include "SmartTagItem.hxx"
+#include <svx/SmartTagItem.hxx>
#ifndef _COM_SUN_STAR_SMARTTAGS_XSMARTTAGPROPERTIES_HPP_
#include <com/sun/star/container/XStringKeyMap.hpp>