summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:10:52 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:10:52 +0000
commit03a802ba1eedeba3cbb86d59013a2e57146c173a (patch)
tree6db600efa0c499f6ba4f8a13279b2f920b484d5d /configmgr
parent2c5a3899afa5c0bdfc4d3fb77ec3fc6f5d8b3faa (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.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/configmgr/source/xml/elementparser.hxx b/configmgr/source/xml/elementparser.hxx
index 3946b46f71..868ef54577 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;
};
// -----------------------------------------------------------------------------