INTEGRATION: CWS sb88 (1.5.10); FILE MERGED
2008/06/03 15:29:48 sb 1.5.10.1: #i89553 applied patch by cmc
This commit is contained in:
parent
7148b12566
commit
049ac79c1a
1 changed files with 1 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: configexcept.hxx,v $
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -51,7 +51,6 @@ namespace configmgr
|
|||
{
|
||||
rtl::OString m_sAsciiMessage;
|
||||
public:
|
||||
Exception();
|
||||
Exception(char const* sAsciiMessage);
|
||||
Exception(rtl::OString const& sAsciiMessage);
|
||||
virtual ~Exception() {}
|
||||
|
@ -65,7 +64,6 @@ namespace configmgr
|
|||
{
|
||||
rtl::OUString m_sName;
|
||||
public:
|
||||
InvalidName(OUString const& sName);
|
||||
InvalidName(OUString const& sName, char const* sAsciiDescription);
|
||||
|
||||
virtual OUString message() const;
|
||||
|
@ -76,7 +74,6 @@ namespace configmgr
|
|||
: public Exception
|
||||
{
|
||||
public:
|
||||
ConstraintViolation();
|
||||
ConstraintViolation(char const* sConstraint);
|
||||
};
|
||||
//-------------------------------------------------------------------------
|
||||
|
@ -86,8 +83,6 @@ namespace configmgr
|
|||
OUString m_sTypes;
|
||||
static OUString describe(OUString const& sFoundType, OUString const& sExpectedType);
|
||||
public:
|
||||
TypeMismatch();
|
||||
TypeMismatch(OUString const& sFoundType);
|
||||
TypeMismatch(OUString const& sFoundType, OUString const& sExpectedType);
|
||||
TypeMismatch(OUString const& sFoundType, OUString const& sExpectedType, char const* sAsciiDescription);
|
||||
|
||||
|
|
Loading…
Reference in a new issue