From 3fb492fab3ed8871e8f9cab1c2a71783ce2f128d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 20 Jun 2011 20:57:43 +0100 Subject: drop unused method and object --- idl/inc/database.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'idl/inc') diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index 74ccbd575354..adeda2d6e517 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -82,7 +82,6 @@ class SvIdlDataBase protected: #ifdef IDL_COMPILER - ByteString aModulePrefix; SvMetaObjectMemberStack aContextStack; String aPath; SvIdlError aError; @@ -117,7 +116,6 @@ public: void SetExportFile( const String& rName ) { aExportFile = rName; } void AppendAttr( SvMetaAttribute *pSlot ); - const ByteString& GetActModulePrefix() const { return aModulePrefix; } const SvIdlError & GetError() const { return aError; } void SetError( const SvIdlError & r ) { aError = r; } -- cgit From 97e3d208bad8f08591fb30c510ed351a695fb334 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 29 Jun 2011 08:59:06 +0100 Subject: remove deprecated ByteString::CreateFromInt64 --- idl/inc/database.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idl/inc') diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index adeda2d6e517..c8ad5cf2bff7 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -126,7 +126,7 @@ public: void Write( const ByteString & rText ); void WriteError( const ByteString & rErrWrn, const ByteString & rFileName, - const ByteString & rErrorText, + const rtl::OString& rErrorText, sal_uLong nRow = 0, sal_uLong nColumn = 0 ) const; void WriteError( SvTokenStream & rInStm ); void SetError( const ByteString & rError, SvToken * pTok ); -- cgit