summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbxcolor.cxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-15 23:07:57 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-15 23:07:57 +0100
commitef15b85ee3a40f37a5d2c298a0d5660577ae78df (patch)
tree6982377159d092ebd93d17f70c966b407dc4c2d2 /svx/source/tbxctrls/tbxcolor.cxx
parent1fe9ecbd1e32170c5f54e0cd2bdc85fbd0f212e7 (diff)
autorecovery: SfxViewFrame's SfxFrame is a reference now, no pointer (it can never be NULL)
Diffstat (limited to 'svx/source/tbxctrls/tbxcolor.cxx')
-rw-r--r--svx/source/tbxctrls/tbxcolor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbxcolor.cxx b/svx/source/tbxctrls/tbxcolor.cxx
index 495742e4ef0b..b27e9f4e7a60 100644
--- a/svx/source/tbxctrls/tbxcolor.cxx
+++ b/svx/source/tbxctrls/tbxcolor.cxx
@@ -65,7 +65,7 @@ namespace svx
{
try
{
- Reference< XFrame > xFrame = SfxViewFrame::Current()->GetFrame()->GetFrameInterface();
+ Reference< XFrame > xFrame = SfxViewFrame::Current()->GetFrame().GetFrameInterface();
Reference< XPropertySet > xFrameProps( xFrame, UNO_QUERY );
if ( xFrameProps.is() )
xFrameProps->getPropertyValue( PROPNAME_LAYOUTMANAGER ) >>= m_xLayouter;