diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 13:10:52 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 13:10:52 +0000 |
commit | 009459903fb78f33a2720e32757dcfafe12c88b1 (patch) | |
tree | 4c88a41a6a85357b9ac1ffb318aae47fc4498cfb /configmgr | |
parent | 460eda873629e3be4813b05397604edc48bc8621 (diff) |
INTEGRATION: CWS sb88 (1.6.10); FILE MERGED
2008/06/03 15:29:55 sb 1.6.10.1: #i89553 applied patch by cmc
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/xml/elementparser.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configmgr/source/xml/elementparser.hxx b/configmgr/source/xml/elementparser.hxx index 9ce71386526f..01ee9b556492 100644 --- a/configmgr/source/xml/elementparser.hxx +++ b/configmgr/source/xml/elementparser.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: elementparser.hxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -117,9 +117,6 @@ namespace configmgr /// checks for presence of an attribute and assigns its value if it exists bool maybeGetAttribute(SaxAttributeList const& _xAttribs, OUString const& _aAttributeName, OUString& _rsAttributeValue) const; - - /// assigns an attribute value or an empty string if it doesn't exist - void alwaysGetAttribute(SaxAttributeList const& _xAttribs, OUString const& _aAttributeName, OUString& _rsAttributeValue) const; }; // ----------------------------------------------------------------------------- |