From 03f54ec22c956f3433ede07ecca57445feb549f7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 24 Nov 2014 14:45:23 +0000 Subject: so SfxInterface::GetObjectBarName is now unused Change-Id: I88f5c84386216339d617589ba6a7e0de1235a9e9 --- include/sfx2/objface.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/sfx2') diff --git a/include/sfx2/objface.hxx b/include/sfx2/objface.hxx index 8a83741e8e91..fe2311c761ef 100644 --- a/include/sfx2/objface.hxx +++ b/include/sfx2/objface.hxx @@ -80,7 +80,6 @@ public: sal_uInt32 GetObjectBarFeature( sal_uInt16 nNo ) const; sal_uInt16 GetObjectBarCount() const; void SetObjectBarPos( sal_uInt16 nPos, sal_uInt16 nId ); - const OUString* GetObjectBarName( sal_uInt16 nNo ) const; bool IsObjectBarVisible( sal_uInt16 nNo) const; sal_uInt32 GetChildWindowFeature( sal_uInt16 nNo ) const; sal_uInt32 GetChildWindowId( sal_uInt16 nNo ) const; -- cgit