summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-19 08:55:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-19 09:30:45 +0100
commit00b764d9e924228582ac1fa2b9fb24c5b81403b2 (patch)
treee9375220f055bbc0a7828eac583c5246ba29647b /sfx2
parented51a3a41670252cc2db95614f496b6559f02e0f (diff)
callcatcher: regenerate list
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/inc/sfx2/tabdlg.hxx1
-rw-r--r--sfx2/source/dialog/tabdlg.cxx7
2 files changed, 0 insertions, 8 deletions
diff --git a/sfx2/inc/sfx2/tabdlg.hxx b/sfx2/inc/sfx2/tabdlg.hxx
index 85bcb7a9babd..f7d1d24c9c32 100644
--- a/sfx2/inc/sfx2/tabdlg.hxx
+++ b/sfx2/inc/sfx2/tabdlg.hxx
@@ -133,7 +133,6 @@ protected:
SfxItemSet* GetInputSetImpl();
SfxTabPage* GetTabPage( sal_uInt16 nPageId ) const;
- sal_Bool IsInOK() const;
/** prepare to leace the current page. Calls the DeactivatePage method of the current page, (if necessary),
handles the item sets to copy.
@return sal_True if it is allowed to leave the current page, sal_False otherwise
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index a91251f5d5a5..34caddf3b92d 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -1017,13 +1017,6 @@ SfxTabPage* SfxTabDialog::GetTabPage( sal_uInt16 nPageId ) const
// -----------------------------------------------------------------------
-sal_Bool SfxTabDialog::IsInOK() const
-{
- return pImpl->bInOK;
-}
-
-// -----------------------------------------------------------------------
-
short SfxTabDialog::Ok()
/* [Description]