diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 11:57:24 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 11:57:24 +0000 |
commit | 4bb52d8782f8354ddafa25fee12135f2191f1371 (patch) | |
tree | 4462564c140f578c2ae0f1253ed1bdfab360a80d /sc/source/ui/app/client.cxx | |
parent | 7d3e9963303bb06debe40edf4c24e2420afa4ab6 (diff) |
INTEGRATION: CWS calcwarnings (1.17.50); FILE MERGED
2006/12/12 17:03:05 nn 1.17.50.1: #i69284# warning-free: ui, unxlngi6
Diffstat (limited to 'sc/source/ui/app/client.cxx')
-rw-r--r-- | sc/source/ui/app/client.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/app/client.cxx b/sc/source/ui/app/client.cxx index d9c6b27ad89b..0e098c443202 100644 --- a/sc/source/ui/app/client.cxx +++ b/sc/source/ui/app/client.cxx @@ -4,9 +4,9 @@ * * $RCSfile: client.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: obo $ $Date: 2006-10-13 11:35:10 $ + * last change: $Author: vg $ $Date: 2007-02-27 12:57:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -180,8 +180,8 @@ void __EXPORT ScClient::ObjectAreaChanged() // set document modified (SdrModel::SetChanged is not used) // TODO/LATER: is there a reason that this code is not executed in Draw? - SfxViewShell* pSfxViewSh = GetViewShell(); - ScTabViewShell* pViewSh = PTR_CAST( ScTabViewShell, pSfxViewSh ); +// SfxViewShell* pSfxViewSh = GetViewShell(); +// ScTabViewShell* pViewSh = PTR_CAST( ScTabViewShell, pSfxViewSh ); if (pViewSh) pViewSh->GetViewData()->GetDocShell()->SetDrawModified(); } |