diff options
Diffstat (limited to 'sc/source/ui/inc/tphfedit.hxx')
-rw-r--r-- | sc/source/ui/inc/tphfedit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/tphfedit.hxx b/sc/source/ui/inc/tphfedit.hxx index 249c0a0ce134..5ca8953e0ced 100644 --- a/sc/source/ui/inc/tphfedit.hxx +++ b/sc/source/ui/inc/tphfedit.hxx @@ -123,7 +123,7 @@ public: void SetPopupMenu(PopupMenu* pPopUp); - sal_uInt16 GetSelected() const; + sal_uInt16 GetSelected() const { return nSelected;} OString GetSelectedIdent() const; void SetMenuHdl( const Link& rLink ) { aMLink = rLink; } |