summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appopen.cxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2009-09-04 13:06:23 +0000
committerThomas Lange <tl@openoffice.org>2009-09-04 13:06:23 +0000
commit1c27093e4741afa89d9fd0364f5630fb954a725b (patch)
tree30d5d5f253fa1e7148682b3eb32bf737bb034617 /sfx2/source/appl/appopen.cxx
parentca0c3f1280d9c2c7ba1b8c3848a828aba17e594e (diff)
#i101242#SfxViewFrame::IsVisible_Impl renamed to IsVisible
Diffstat (limited to 'sfx2/source/appl/appopen.cxx')
-rw-r--r--sfx2/source/appl/appopen.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx
index 1351b21dc2..01c8d75bcb 100644
--- a/sfx2/source/appl/appopen.cxx
+++ b/sfx2/source/appl/appopen.cxx
@@ -217,7 +217,7 @@ SfxObjectShellRef SfxApplication::DocAlreadyLoaded
SfxTopViewFrame *pFrame;
for( pFrame = (SfxTopViewFrame*)
SfxViewFrame::GetFirst( xDoc, TYPE(SfxTopViewFrame) );
- pFrame && !pFrame->IsVisible_Impl();
+ pFrame && !pFrame->IsVisible();
pFrame = (SfxTopViewFrame*)
SfxViewFrame::GetNext( *pFrame, xDoc, TYPE(SfxTopViewFrame) ) ) ;
if ( pFrame )