diff options
author | Ruediger Timm <rt@openoffice.org> | 2010-06-24 10:49:45 +0200 |
---|---|---|
committer | Ruediger Timm <rt@openoffice.org> | 2010-06-24 10:49:45 +0200 |
commit | 01ede6790d338aa2b10327a0691f2bb168d53312 (patch) | |
tree | 013f900cbae01029beb1788bb8f3f7f5c267d2b7 | |
parent | 925a413f5dff7499d9087d17a2057f5bef7cf6c3 (diff) |
masterfix: #i10000# Merge error corrected.ooo/OOO330_m0ooo/DEV300_m84
-rw-r--r--[-rwxr-xr-x] | sw/source/filter/ww8/wrtww8.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx index 1e2f960cc3..f541d57b93 100755..100644 --- a/sw/source/filter/ww8/wrtww8.cxx +++ b/sw/source/filter/ww8/wrtww8.cxx @@ -2491,7 +2491,6 @@ void MSWordExportBase::WriteText() // This piece of code always breaks builds... #if 0 #ifdef DEBUG -#if 0 if (aNodeSet.find(pNd) == aNodeSet.end()) { aNodeSet.insert(pNd); |