summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/guisaveas.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/guisaveas.cxx')
-rw-r--r--sfx2/source/doc/guisaveas.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx
index 9be232c8d6f5..72f85f225ddb 100644
--- a/sfx2/source/doc/guisaveas.cxx
+++ b/sfx2/source/doc/guisaveas.cxx
@@ -1829,7 +1829,7 @@ vcl::Window* SfxStoringHelper::GetModelWindow( const uno::Reference< frame::XMod
uno::Reference<awt::XWindow> xWindow = GetModelXWindow(xModel);
if ( xWindow.is() )
{
- VCLXWindow* pVCLWindow = VCLXWindow::GetImplementation( xWindow );
+ VCLXWindow* pVCLWindow = VCLXWindow::getImplementation( xWindow );
if ( pVCLWindow )
pWin = pVCLWindow->GetWindow();
}