diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-11 08:31:53 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-11 10:01:45 +0200 |
commit | 4bcc7ddf78ac987dc4b9c80aab203c2e719fb5aa (patch) | |
tree | 229fa78ec08129539c77ac7b01e06f3c1a269763 /idl/inc | |
parent | e755ac76e04e696493b0557193b1a41f7eeb0657 (diff) |
simplify error handling code
Change-Id: I8f70d6bde7018d5b4455f95373f1b7d5dbc4d76e
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/database.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index 680f569c882a..c435aaf85bda 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -111,6 +111,7 @@ public: sal_uLong nRow = 0, sal_uLong nColumn = 0 ); void WriteError( SvTokenStream & rInStm ); void SetError( const OString& rError, SvToken& rTok ); + void SetAndWriteError( SvTokenStream & rInStm, const OString& rError ); void Push( SvMetaObject * pObj ); sal_uInt32 GetUniqueId() { return ++nUniqueId; } bool FindId( const OString& rIdName, sal_uLong * pVal ); |