diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-18 16:49:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-18 16:49:28 +0200 |
commit | ca440cf5486099778107c2e263bf7fa9a1a0fdd5 (patch) | |
tree | 3257ae4b4061b7d72aad046d4259c7e685a8f94f /framework/inc/jobs | |
parent | 868feeed831685b4e573cc8a5a3e9ed1bceae472 (diff) |
Remove dead ENABLE_COMPONENT_SELF_CHECK
There is no sign it got ever used past 4011187ff516846635d4e2c3256dca3eb8c3719f
"MWS_SRX644: migrate branch mws_srx644 -> HEAD" at least.
Change-Id: Ia98613420a095b326ad26c024ff74f3c62bf4f99
Diffstat (limited to 'framework/inc/jobs')
-rw-r--r-- | framework/inc/jobs/joburl.hxx | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/framework/inc/jobs/joburl.hxx b/framework/inc/jobs/joburl.hxx index ac816c3e3e13..261026d501d8 100644 --- a/framework/inc/jobs/joburl.hxx +++ b/framework/inc/jobs/joburl.hxx @@ -114,30 +114,6 @@ class JobURL sal_Int32 nPartLength , OUString& rPartValue , OUString& rPartArguments ); - - // debug methods! - - #ifdef ENABLE_COMPONENT_SELF_CHECK - - public: - static void impldbg_checkIt(); - - private: - static void impldbg_checkURL( const sal_Char* pURL , - sal_uInt32 eExpectedPart , - const sal_Char* pExpectedEvent , - const sal_Char* pExpectedAlias , - const sal_Char* pExpectedService , - const sal_Char* pExpectedEventArgs , - const sal_Char* pExpectedAliasArgs , - const sal_Char* pExpectedServiceArgs ); - OUString impldbg_toString() const; - - sal_Bool getServiceArgs( OUString& sServiceArgs ) const; - sal_Bool getEventArgs ( OUString& sEventArgs ) const; - sal_Bool getAliasArgs ( OUString& sAliasArgs ) const; - - #endif // ENABLE_COMPONENT_SELF_CHECK }; } // namespace framework |