summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cosv/inc/cosv/streamstr.hxx2
-rw-r--r--cosv/source/strings/streamstr.cxx7
-rw-r--r--udm/inc/udm/xml/xmlitem.hxx2
-rw-r--r--udm/source/xml/xmlitem.cxx6
4 files changed, 0 insertions, 17 deletions
diff --git a/cosv/inc/cosv/streamstr.hxx b/cosv/inc/cosv/streamstr.hxx
index 8fad751373aa..53fc00a09454 100644
--- a/cosv/inc/cosv/streamstr.hxx
+++ b/cosv/inc/cosv/streamstr.hxx
@@ -216,8 +216,6 @@ class StreamStr : public bostream
char i_cToRemove );
void strip_back(
char i_cToRemove );
- void strip_frontback(
- char i_cToRemove );
void strip_front_whitespace(); /// removes space, tab and crlf.
void strip_back_whitespace();
void strip_frontback_whitespace();
diff --git a/cosv/source/strings/streamstr.cxx b/cosv/source/strings/streamstr.cxx
index 009bacff43f3..6d051f9b87d0 100644
--- a/cosv/source/strings/streamstr.cxx
+++ b/cosv/source/strings/streamstr.cxx
@@ -581,13 +581,6 @@ StreamStr::strip_back(char i_cToRemove)
}
void
-StreamStr::strip_frontback(char i_cToRemove)
-{
- strip_front(i_cToRemove);
- strip_back(i_cToRemove);
-}
-
-void
StreamStr::strip_front_whitespace()
{
const_iterator it = begin();
diff --git a/udm/inc/udm/xml/xmlitem.hxx b/udm/inc/udm/xml/xmlitem.hxx
index 7b492b1efe5a..0c651fb6d782 100644
--- a/udm/inc/udm/xml/xmlitem.hxx
+++ b/udm/inc/udm/xml/xmlitem.hxx
@@ -231,8 +231,6 @@ class APureElement : public PureElement
{
public:
APureElement(
- const ::csv::String & i_sTagName );
- APureElement(
const char * i_sTagName );
~APureElement();
private:
diff --git a/udm/source/xml/xmlitem.cxx b/udm/source/xml/xmlitem.cxx
index e0b2afa5b687..287de26270f8 100644
--- a/udm/source/xml/xmlitem.cxx
+++ b/udm/source/xml/xmlitem.cxx
@@ -365,12 +365,6 @@ AnElement::inq_Attrs() const
//*************************** APureElement **************************//
-APureElement::APureElement( const String & i_sTagName )
- : sTagName( i_sTagName )
- // pContent
-{
-}
-
APureElement::APureElement( const char * i_sTagName )
: sTagName( i_sTagName )
// pContent