summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/workwin.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-24 14:41:56 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-24 16:36:00 +0000
commite2e26d21f2c16904228748407414c1c6a4b5dbe7 (patch)
treef99e3d9cf81ac29872afed9eab5d439b5e6d51b8 /sfx2/source/inc/workwin.hxx
parent5a1ff4db38588bcf222cea24050c64d41b53635a (diff)
nothing is then consuming the SetObjectBar_Impl pName arg
Change-Id: Ib45f28cae69983848a0fa524bed747512dcab1c0
Diffstat (limited to 'sfx2/source/inc/workwin.hxx')
-rw-r--r--sfx2/source/inc/workwin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/inc/workwin.hxx b/sfx2/source/inc/workwin.hxx
index 8f902b161d1d..f9bde5b23605 100644
--- a/sfx2/source/inc/workwin.hxx
+++ b/sfx2/source/inc/workwin.hxx
@@ -290,8 +290,8 @@ public:
// Methods for Objectbars
virtual void UpdateObjectBars_Impl();
void ResetObjectBars_Impl();
- void SetObjectBar_Impl( sal_uInt16 nPos, sal_uInt32 nResId,
- SfxInterface *pIFace, const OUString* pName=0 );
+ void SetObjectBar_Impl(sal_uInt16 nPos, sal_uInt32 nResId,
+ SfxInterface *pIFace);
bool KnowsObjectBar_Impl( sal_uInt16 nPos ) const;
bool IsVisible_Impl();
void MakeVisible_Impl( bool );