summaryrefslogtreecommitdiff
path: root/include/sfx2/mailmodelapi.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-15 15:13:31 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-16 05:48:12 +0000
commitb7f9a397fbf8459d166d7bb961d5d8c2c87a0868 (patch)
tree7991b4d6a75db21a2261e461108d0f44e858f992 /include/sfx2/mailmodelapi.hxx
parent4ca2cf1b7e57c823e911bcbae0c87102a7c9851e (diff)
loplugin:unusedmethods sfx2(part2)
Change-Id: I82223b72ddb6a9df1ee52a300b083002234602dc Reviewed-on: https://gerrit.libreoffice.org/17075 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/sfx2/mailmodelapi.hxx')
-rw-r--r--include/sfx2/mailmodelapi.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sfx2/mailmodelapi.hxx b/include/sfx2/mailmodelapi.hxx
index cf8183d14ecd..80287e598439 100644
--- a/include/sfx2/mailmodelapi.hxx
+++ b/include/sfx2/mailmodelapi.hxx
@@ -75,9 +75,6 @@ private:
AddressList_Impl* mpBccList;
OUString maFromAddress;
OUString maSubject;
- MailPriority mePriority;
-
- bool mbLoadDone;
static SaveResult ShowFilterOptionsDialog( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xSMGR,
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > xModel,
@@ -87,8 +84,6 @@ private:
sal_Int32& rNumArgs,
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArgs );
- DECL_LINK( DoneHdl, void* );
-
public:
enum SendMailResult
{
@@ -101,9 +96,7 @@ public:
~SfxMailModel();
void AddAddress( const OUString& rAddress, AddressRole eRole );
- void SetFromAddress( const OUString& rAddress ) { maFromAddress = rAddress; }
void SetSubject( const OUString& rSubject ) { maSubject = rSubject; }
- void SetPriority( MailPriority ePrio ) { mePriority = ePrio; }
/** attaches a document to the current attachment list, can be called more than once.
* at the moment there will be a dialog for export executed for every model which is going to be attached.