summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/documentiologring.hxx
diff options
context:
space:
mode:
authoryeliztaneroglu <yeliztaneroglu@gmail.com>2016-02-02 11:04:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-02-24 07:27:42 +0000
commit1b6a84a5a24e7e02c6066ca0fcb5a0011d2decd6 (patch)
tree64562f5fbff8bb5ee080f1ffebcc33e12be899a0 /comphelper/source/misc/documentiologring.hxx
parentf84b8c03462238b821724b7f504ad141c83fcf8f (diff)
tdf#74608: Constructor function for SimpleLogRing singleton
Change-Id: Ia8c2f214b635114ecac4a2ceb06628a2f18b6411 Reviewed-on: https://gerrit.libreoffice.org/22020 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'comphelper/source/misc/documentiologring.hxx')
-rw-r--r--comphelper/source/misc/documentiologring.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/comphelper/source/misc/documentiologring.hxx b/comphelper/source/misc/documentiologring.hxx
index e6974d988caa..5eabc8e56598 100644
--- a/comphelper/source/misc/documentiologring.hxx
+++ b/comphelper/source/misc/documentiologring.hxx
@@ -48,16 +48,6 @@ public:
OSimpleLogRing();
virtual ~OSimpleLogRing();
- static css::uno::Sequence< OUString > SAL_CALL
- getSupportedServiceNames_static();
-
- static OUString SAL_CALL getImplementationName_static();
-
- static OUString SAL_CALL getServiceName_static();
-
- static css::uno::Reference< css::uno::XInterface > SAL_CALL
- Create( const css::uno::Reference< css::uno::XComponentContext >& rxContext );
-
// XSimpleLogRing
virtual void SAL_CALL logString( const OUString& aMessage ) throw (css::uno::RuntimeException, std::exception) override;
virtual css::uno::Sequence< OUString > SAL_CALL getCollectedLog() throw (css::uno::RuntimeException, std::exception) override;