From 577dd616bc438bfddf5f65246b1564737bba6a6f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 24 Nov 2014 15:09:58 +0000 Subject: so these ResIds are only being used for the numerical value Change-Id: I21c67b56424de59d7231f8420055775cd5f67aae --- include/sfx2/objface.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/sfx2/objface.hxx b/include/sfx2/objface.hxx index 9dd834f79ef4..e6a9a92240c7 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&); - void RegisterObjectBar(sal_uInt16, const ResId&, sal_uInt32 nFeature); + void RegisterObjectBar(sal_uInt16, sal_uInt32 nResId); + void RegisterObjectBar(sal_uInt16, sal_uInt32 nResId, sal_uInt32 nFeature); void RegisterChildWindow(sal_uInt16, bool bContext = false); void RegisterChildWindow(sal_uInt16, bool bContext, sal_uInt32 nFeature); void RegisterStatusBar( const ResId& ); -- cgit