diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-21 09:05:31 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-21 09:05:41 +0000 |
commit | 3d2f43438d4fe6947965a98262b0db42c8d5e680 (patch) | |
tree | e245fa05276d3b30b9537924cb06f7ebe266ac3b /sd/inc/sdpage.hxx | |
parent | 190f91c71905ca18d6174393ad1b54be74259754 (diff) |
loplugin:unusedmethods sd
Change-Id: I9b5399ace50db3259df2e619f28ae547a38e6c6d
Reviewed-on: https://gerrit.libreoffice.org/17254
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sd/inc/sdpage.hxx')
-rw-r--r-- | sd/inc/sdpage.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index 6e6a354408b1..08d49afaab01 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -235,7 +235,6 @@ public: void SetExcluded(bool bNewExcluded) { mbExcluded = bNewExcluded; } bool IsExcluded() const { return mbExcluded; } - void SetScaleObjects(bool bScale) { mbScaleObjects = bScale; } bool IsScaleObjects() const { return mbScaleObjects; } void SetSoundFile(const OUString& rStr) { maSoundFile = rStr; } @@ -272,7 +271,6 @@ public: OUString GetFileName() const { return maFileName; } void SetBookmarkName(const OUString& aName) { maBookmarkName = aName; } OUString GetBookmarkName() const { return maBookmarkName; } - SdPageLink* GetLink() { return mpPageLink; } void ConnectLink(); void DisconnectLink(); @@ -292,8 +290,6 @@ public: void SetBackgroundFullSize( bool bIn ); bool IsBackgroundFullSize() const { return mbBackgroundFullSize; } - rtl_TextEncoding GetCharSet() { return meCharSet; } - void SetPaperBin(sal_uInt16 nBin) { mnPaperBin = nBin; } sal_uInt16 GetPaperBin() const { return mnPaperBin; } virtual void SetOrientation(Orientation eOrient) SAL_OVERRIDE; @@ -382,7 +378,6 @@ public: void addAnnotation( const ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation >& xAnnotation, int nIndex = -1 ); void removeAnnotation( const ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation >& xAnnotation ); const sd::AnnotationVector& getAnnotations() const { return maAnnotations; } - bool hasAnnotations() const { return !maAnnotations.empty(); } sal_Int32 getHash() const; OString stringify() const; |