summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-04-01 15:43:15 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-04-01 15:43:15 +0000
commit7fafea425a1f608671c8818357cd7dc07eba6774 (patch)
tree0a4d781f37c7d4c7ed100d71275271c79cb17d6b /sfx2
parent6173f8b29e2979da7e579e361e748a06262df87c (diff)
CWS-TOOLING: integrate CWS sw31bf08_DEV300
2009-03-20 11:52:54 +0100 b_michaelsen r269791 : using factory to init dialogs - fixes linking breakage 2009-03-18 13:10:52 +0100 mba r269653 : #i92532#: makefile.mk didn't copy hyphenation dictionary 2009-03-17 18:20:46 +0100 b_michaelsen r269623 : fixing win32 buildbreakers 2009-03-17 16:45:19 +0100 b_michaelsen r269618 : #i100235# Improvementprogram is missing in tools options (all languages but EN_US) 2009-03-16 17:43:09 +0100 mst r269562 : fix #i100227# - sfx2/source/doc/objuno.cxx: + do not return invalid Handles in PropertySetInfo
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/objuno.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/doc/objuno.cxx b/sfx2/source/doc/objuno.cxx
index 5de9fa044c..e3dcc286f9 100644
--- a/sfx2/source/doc/objuno.cxx
+++ b/sfx2/source/doc/objuno.cxx
@@ -289,6 +289,8 @@ MixedPropertySetInfo::~MixedPropertySetInfo()
for (sal_Int32 i = 0; i < udProps.getLength(); ++i) {
if (std::find(_pUserKeys, _pUserKeys+FOUR, udProps[i].Name)
== _pUserKeys+FOUR) {
+ // #i100027#: handles from udProps are not valid here
+ udProps[i].Handle = -1;
lProps.push_back(udProps[i]);
}
}