summaryrefslogtreecommitdiffstats
path: root/sw/inc/txatritr.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 14:54:05 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 14:54:05 +0000
commit5424873cd2de7aab4e96e7a50c35f720278fb995 (patch)
tree55bb5ad94f55056749dedc542ce9eb61132df178 /sw/inc/txatritr.hxx
parentINTEGRATION: CWS pchfix04 (1.7.120); FILE MERGED (diff)
downloadcore-5424873cd2de7aab4e96e7a50c35f720278fb995.tar.gz
core-5424873cd2de7aab4e96e7a50c35f720278fb995.zip
INTEGRATION: CWS pchfix04 (1.5.560); FILE MERGED
2007/02/05 08:27:16 os 1.5.560.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'sw/inc/txatritr.hxx')
-rw-r--r--sw/inc/txatritr.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/sw/inc/txatritr.hxx b/sw/inc/txatritr.hxx
index 9a5e7e8385ac..127ac8a14fed 100644
--- a/sw/inc/txatritr.hxx
+++ b/sw/inc/txatritr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: txatritr.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2005-10-05 13:19:21 $
+ * last change: $Author: kz $ $Date: 2007-05-10 15:54:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,6 +44,8 @@
#ifndef _SVARRAY_HXX
#include <svtools/svarray.hxx>
#endif
+#include <svx/langitem.hxx>
+#include <hintids.hxx>
class String;
class SwTxtNode;
@@ -94,8 +96,6 @@ public:
};
-#ifdef ITEMID_LANGUAGE
-
class SwLanguageIterator : public SwTxtAttrIterator
{
public:
@@ -109,7 +109,5 @@ public:
{ return ((SvxLanguageItem&)GetAttr()).GetValue(); }
};
-#endif
-
#endif