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 /chart2 | |
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 'chart2')
-rw-r--r-- | chart2/source/controller/main/ChartModelClone.hxx | 2 | ||||
-rw-r--r-- | chart2/source/model/main/UndoManager.cxx | 3 | ||||
-rw-r--r-- | chart2/source/model/main/UndoManager.hxx | 1 |
3 files changed, 0 insertions, 6 deletions
diff --git a/chart2/source/controller/main/ChartModelClone.hxx b/chart2/source/controller/main/ChartModelClone.hxx index 88fe2d025f05..5d9e811ab826 100644 --- a/chart2/source/controller/main/ChartModelClone.hxx +++ b/chart2/source/controller/main/ChartModelClone.hxx @@ -28,7 +28,6 @@ namespace chart { - //= ModelFacet enum ModelFacet { E_MODEL, @@ -36,7 +35,6 @@ namespace chart E_MODEL_WITH_SELECTION }; - //= ChartModelClone class ChartModelClone : public ::boost::noncopyable { public: diff --git a/chart2/source/model/main/UndoManager.cxx b/chart2/source/model/main/UndoManager.cxx index 0f100620f0eb..5422ad84dde4 100644 --- a/chart2/source/model/main/UndoManager.cxx +++ b/chart2/source/model/main/UndoManager.cxx @@ -56,7 +56,6 @@ namespace chart namespace impl { - //= UndoManager_Impl class UndoManager_Impl : public ::framework::IUndoManagerImplementation { public: @@ -133,7 +132,6 @@ namespace chart throw DisposedException( OUString(), getThis() ); } - //= UndoManagerMethodGuard /** guard for public UNO methods of the UndoManager The only purpose of this guard is to check for the instance being disposed already. Everything else, @@ -179,7 +177,6 @@ namespace chart } } - //= UndoManager using impl::UndoManagerMethodGuard; UndoManager::UndoManager( ::cppu::OWeakObject& i_parent, ::osl::Mutex& i_mutex ) diff --git a/chart2/source/model/main/UndoManager.hxx b/chart2/source/model/main/UndoManager.hxx index f9fa87ee4c06..f6d663dd7235 100644 --- a/chart2/source/model/main/UndoManager.hxx +++ b/chart2/source/model/main/UndoManager.hxx @@ -39,7 +39,6 @@ namespace chart > UndoManager_Base; } - //= UndoManager class UndoManager : public impl::UndoManager_Base { public: |