diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-24 15:09:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-24 16:36:02 +0000 |
commit | 577dd616bc438bfddf5f65246b1564737bba6a6f (patch) | |
tree | 9b6a1e33b54e55742ca8a8c9d39785911b7d2ad9 /include | |
parent | 0b3e6b79af3721f51569d2b7090713f41d522ece (diff) |
so these ResIds are only being used for the numerical value
Change-Id: I21c67b56424de59d7231f8420055775cd5f67aae
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/objface.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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& ); |