summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno
diff options
context:
space:
mode:
authoros <os@openoffice.org>2010-09-22 10:13:21 +0200
committeros <os@openoffice.org>2010-09-22 10:13:21 +0200
commit41a9f1e22a1a5b5c5a0efdeebe6431d25daedfcd (patch)
tree8561f341d95dc0cdf3c307aad51c9a2563c4fa1c /sw/source/ui/uno
parent950cd66c0a3df752ac43c90129cf01adfebb7734 (diff)
#i114662# missing search attributes added
Diffstat (limited to 'sw/source/ui/uno')
-rwxr-xr-xsw/source/ui/uno/unotxdoc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx
index 9606341d8f84..9c9181880907 100755
--- a/sw/source/ui/uno/unotxdoc.cxx
+++ b/sw/source/ui/uno/unotxdoc.cxx
@@ -948,7 +948,7 @@ SwUnoCrsr* SwXTextDocument::FindAny(const Reference< util::XSearchDescriptor >
RES_CHRATR_BEGIN, RES_CHRATR_END-1,
RES_PARATR_BEGIN, RES_PARATR_END-1,
RES_FRMATR_BEGIN, RES_FRMATR_END-1,
- RES_TXTATR_INETFMT, RES_TXTATR_INETFMT,
+ RES_TXTATR_INETFMT, RES_TXTATR_CHARFMT,
0);
pSearch->FillSearchItemSet(aSearch);
BOOL bCancel;