summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ViewShellBase.cxx
diff options
context:
space:
mode:
authorChristian Lippka <christian.lippka@sun.com>2010-04-13 12:10:03 +0200
committerChristian Lippka <christian.lippka@sun.com>2010-04-13 12:10:03 +0200
commita7df7372429ea4ea2d17852588b1c0fbf7a91d2f (patch)
tree05f4f00ad9febd93770112919777986e8038abee /sd/source/ui/view/ViewShellBase.cxx
parent6e40e38b269e5be505454550e7c142a9697b9f6f (diff)
fixed unix warnings
Diffstat (limited to 'sd/source/ui/view/ViewShellBase.cxx')
-rw-r--r--sd/source/ui/view/ViewShellBase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx
index fb8c31335668..f609f669da03 100644
--- a/sd/source/ui/view/ViewShellBase.cxx
+++ b/sd/source/ui/view/ViewShellBase.cxx
@@ -1300,7 +1300,7 @@ CustomHandleManager& ViewShellBase::getCustomHandleManager() const
::rtl::OUString ViewShellBase::RetrieveLabelFromCommand( const ::rtl::OUString& aCmdURL ) const
{
- Reference< XFrame > xFrame( GetMainViewShell()->GetViewFrame()->GetFrame()->GetFrameInterface(), UNO_QUERY );
+ Reference< XFrame > xFrame( GetMainViewShell()->GetViewFrame()->GetFrame().GetFrameInterface(), UNO_QUERY );
return ImplRetrieveLabelFromCommand( xFrame, aCmdURL );
}