diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-02-02 20:33:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-02 21:07:54 +0000 |
commit | d41b8ac9e53d3cbe05bed171f27c76cc01ea742f (patch) | |
tree | a815b1b04df4121cd7b2e1ea15c55b6356210e13 /sc/source/ui/docshell/docsh2.cxx | |
parent | fbf7b31f17243b58097aedd2a990ecaf301b341f (diff) |
callcatcher: shave off a few more
Change-Id: Ie48cf7f89c8c826e56409c2493e1e1250086f10a
Diffstat (limited to 'sc/source/ui/docshell/docsh2.cxx')
-rw-r--r-- | sc/source/ui/docshell/docsh2.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/docshell/docsh2.cxx b/sc/source/ui/docshell/docsh2.cxx index a7047fa504f3..6f8b4f4b57f1 100644 --- a/sc/source/ui/docshell/docsh2.cxx +++ b/sc/source/ui/docshell/docsh2.cxx @@ -140,14 +140,6 @@ void ScDocShell::ResetDrawObjectShell() pDrawLayer->SetObjectShell( NULL ); } -void ScDocShell::Activate() -{ -} - -void ScDocShell::Deactivate() -{ -} - ScDrawLayer* ScDocShell::MakeDrawLayer() { ScDrawLayer* pDrawLayer = aDocument.GetDrawLayer(); |