diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-24 15:03:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-24 16:36:02 +0000 |
commit | 0b3e6b79af3721f51569d2b7090713f41d522ece (patch) | |
tree | 217126655d07c0e4d65bfffda67affae5a9db408 /include/sfx2 | |
parent | 6283d3d4c3019c3435a7465ad7b072f83b0e7cc9 (diff) |
ResId return from GetObjectBarResId is only used for its numerical id
Change-Id: I173d20d68b25a614e25b1c933cc5f18f7116ab9c
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/objface.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/objface.hxx b/include/sfx2/objface.hxx index 32e009039728..9dd834f79ef4 100644 --- a/include/sfx2/objface.hxx +++ b/include/sfx2/objface.hxx @@ -75,7 +75,7 @@ public: void RegisterChildWindow(sal_uInt16, bool bContext = false); void RegisterChildWindow(sal_uInt16, bool bContext, sal_uInt32 nFeature); void RegisterStatusBar( const ResId& ); - const ResId& GetObjectBarResId( sal_uInt16 nNo ) const; + sal_uInt32 GetObjectBarId(sal_uInt16 nNo) const; sal_uInt16 GetObjectBarPos( sal_uInt16 nNo ) const; sal_uInt32 GetObjectBarFeature( sal_uInt16 nNo ) const; sal_uInt16 GetObjectBarCount() const; |