summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-24 14:55:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-24 16:36:01 +0000
commitce7a7c63eaf14e586bf48e4c35b50acf382c6de2 (patch)
tree3b9be1aaedc60679309d78c1b4229322f20eb117 /include
parenta3d92af125ae22dc2243fe5b88e194eb41ca3dce (diff)
so RegisterObjectBar's pStr arg is never used
Change-Id: Idf0642255490583fa20a05d2c834b941eb696918
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/objface.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/objface.hxx b/include/sfx2/objface.hxx
index fe2311c761ef..728e31b5ae6b 100644
--- a/include/sfx2/objface.hxx
+++ b/include/sfx2/objface.hxx
@@ -70,8 +70,8 @@ public:
const SfxInterface* GetGenoType() const { return pGenoType; }
- void RegisterObjectBar( sal_uInt16, const ResId&, const OUString* pST=0 );
- void RegisterObjectBar( sal_uInt16, const ResId&, sal_uInt32 nFeature, const OUString* pST=0 );
+ void RegisterObjectBar(sal_uInt16, const ResId&);
+ void RegisterObjectBar(sal_uInt16, const ResId&, sal_uInt32 nFeature);
void RegisterChildWindow( sal_uInt16, bool bContext = false, const OUString* pST=0 );
void RegisterChildWindow( sal_uInt16, bool bContext, sal_uInt32 nFeature, const OUString* pST=0 );
void RegisterStatusBar( const ResId& );