summaryrefslogtreecommitdiff
path: root/include/unotools/configitem.hxx
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-09-03 12:02:53 -0300
committerThomas Arnhold <thomas@arnhold.org>2013-09-04 20:50:19 +0000
commit62d50671919424ca4dd80cd7733b7b259132b9ab (patch)
tree62796e4e952d73685b1380e750d80dde354b2b95 /include/unotools/configitem.hxx
parenta25846baf1137e7086292d8d8824a94f6a825166 (diff)
Remove more unused methods
Change-Id: I8fec40d767905bcca366257a67f669eaa1055cbc Reviewed-on: https://gerrit.libreoffice.org/5789 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'include/unotools/configitem.hxx')
-rw-r--r--include/unotools/configitem.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/unotools/configitem.hxx b/include/unotools/configitem.hxx
index d9f7675a185e..f9427229957f 100644
--- a/include/unotools/configitem.hxx
+++ b/include/unotools/configitem.hxx
@@ -156,17 +156,6 @@ namespace utl
// add a new node without setting any properties
sal_Bool AddNode(const OUString& rNode, const OUString& rNewNode);
- /** get a name for a new element of a set node
- @param _rSetNode
- relative path to the set node
- @param _rBaseName
- <ul><li><b>in</b>: the base to use when calculating a new name</li>
- <li><b>out</b>: an unused element name</li>
- </ul>
- @return <TRUE/> if a free name could be generated
- */
- sal_Bool getUniqueSetElementName( const OUString& _rSetNode, OUString& _rBaseName);
-
public:
virtual ~ConfigItem();