summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/frame.hxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-11-20 12:18:12 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-11-20 12:18:12 +0100
commit9ffdbe952484194e31780f6d73118bbcaf2ffe11 (patch)
tree2c9bd85bffcc3f57d97ebd5c4fb0bcab8841c47f /sfx2/inc/sfx2/frame.hxx
parentbd579facad76db083ceab57bc8848f31c4a6d5e5 (diff)
[CWS autorecovery] a very early step towards #i65597#:
some refactoring, removal of unused code, and consolidation Basically, in the current phase this is just to make it easier to understand the current code.
Diffstat (limited to 'sfx2/inc/sfx2/frame.hxx')
-rw-r--r--sfx2/inc/sfx2/frame.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/frame.hxx b/sfx2/inc/sfx2/frame.hxx
index c536e7d966..e31df2c7e6 100644
--- a/sfx2/inc/sfx2/frame.hxx
+++ b/sfx2/inc/sfx2/frame.hxx
@@ -224,7 +224,7 @@ public:
//#if 0 // _SOLAR__PRIVATE
SAL_DLLPRIVATE sal_Bool DoClose_Impl();
- SAL_DLLPRIVATE void SetFrameInterface_Impl( ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame );
+ SAL_DLLPRIVATE void SetFrameInterface_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame );
SAL_DLLPRIVATE void ReleasingComponent_Impl( sal_Bool bSet );
SAL_DLLPRIVATE const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProviderInterceptor >
GetInterceptor_Impl();