diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-05-15 13:27:19 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-05-15 17:55:15 +0000 |
commit | 5b1337f7b2e1f79d78d4bf6559bd84f1ebb934bf (patch) | |
tree | 82704da8367f25963d08c570a4fa57e30e4ca839 /basctl/source/inc | |
parent | 6fbda0905d4e721392038bfad9e173e180f788ee (diff) |
tdf#62475: partial handmade fixes
Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4
Reviewed-on: https://gerrit.libreoffice.org/15712
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'basctl/source/inc')
-rw-r--r-- | basctl/source/inc/doceventnotifier.hxx | 4 | ||||
-rw-r--r-- | basctl/source/inc/docsignature.hxx | 2 | ||||
-rw-r--r-- | basctl/source/inc/scriptdocument.hxx | 7 |
3 files changed, 0 insertions, 13 deletions
diff --git a/basctl/source/inc/doceventnotifier.hxx b/basctl/source/inc/doceventnotifier.hxx index edff08a9a70b..d3fa1a574b34 100644 --- a/basctl/source/inc/doceventnotifier.hxx +++ b/basctl/source/inc/doceventnotifier.hxx @@ -34,8 +34,6 @@ namespace basctl class ScriptDocument; - //= DocumentEventListener - class SAL_NO_VTABLE DocumentEventListener : ::boost::noncopyable { public: @@ -53,8 +51,6 @@ namespace basctl }; - //= DocumentEventNotifier - /** allows registering at theGlobalEventBroadcaster for global document events */ class DocumentEventNotifier diff --git a/basctl/source/inc/docsignature.hxx b/basctl/source/inc/docsignature.hxx index adbefe849b45..fb506aa6c776 100644 --- a/basctl/source/inc/docsignature.hxx +++ b/basctl/source/inc/docsignature.hxx @@ -30,8 +30,6 @@ namespace basctl class ScriptDocument; - //= DocumentSignature - /// encapsulates (actions on) the signature/state of a document class DocumentSignature { diff --git a/basctl/source/inc/scriptdocument.hxx b/basctl/source/inc/scriptdocument.hxx index f8d03cba5a9d..5479abf06cba 100644 --- a/basctl/source/inc/scriptdocument.hxx +++ b/basctl/source/inc/scriptdocument.hxx @@ -36,10 +36,6 @@ class BasicManager; namespace basctl { - - - //= LibraryContainerType - enum LibraryContainerType { E_SCRIPTS, @@ -62,9 +58,6 @@ namespace basctl LIBRARY_TYPE_ALL }; - - //= ScriptDocument - class ScriptDocument; typedef ::std::vector< ScriptDocument > ScriptDocuments; |