diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-04-03 16:53:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-04-03 20:07:40 +0100 |
commit | e61d41ea3510a9abf40f2cb6a7b8c6009d2513db (patch) | |
tree | 667606be780d049bce7070e1af794ed2465c56ce /sfx2/inc | |
parent | 7aa6f1b01481c1d0f1a12f56ad197c797056c37b (diff) |
convert calc format cells dialog to .ui format
Change-Id: Ic134909f3e65bcb1aa440f60a156f293225d3edc
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/tabdlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/tabdlg.hxx b/sfx2/inc/sfx2/tabdlg.hxx index e63718735667..435a4158d0b0 100644 --- a/sfx2/inc/sfx2/tabdlg.hxx +++ b/sfx2/inc/sfx2/tabdlg.hxx @@ -183,6 +183,7 @@ public: sal_Bool bItemsOnDemand = sal_False, sal_uInt16 nPos = TAB_APPEND); + void RemoveTabPage( const OString& rName ); // Name of the label for the page in the notebook .ui void RemoveTabPage( sal_uInt16 nId ); void SetCurPageId(sal_uInt16 nId) |