summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-01-11 09:53:12 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-01-11 09:53:12 +0100
commit75af76e9e1a58039e978aae3aba021f15f204968 (patch)
tree4e7d1e2ce98d49f75c19f03d8493293b7d2ba15b /vbahelper
parent980ad53327be1da380d473389cf3c7e74726d56a (diff)
autorecovery: fix post-rebase build problems
Diffstat (limited to 'vbahelper')
-rw-r--r--vbahelper/source/vbahelper/vbahelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbahelper.cxx b/vbahelper/source/vbahelper/vbahelper.cxx
index ca3a3b5d729f..df12c5a3f242 100644
--- a/vbahelper/source/vbahelper/vbahelper.cxx
+++ b/vbahelper/source/vbahelper/vbahelper.cxx
@@ -611,7 +611,7 @@ void PrintOutHelper( SfxViewShell* pViewShell, const uno::Any& From, const uno::
{
if ( bPreview )
{
- if ( !pViewFrame->GetFrame()->IsInPlace() )
+ if ( !pViewFrame->GetFrame().IsInPlace() )
{
// #TODO is this necessary ( calc specific )
// SC_MOD()->InputEnterHandler();