diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-15 15:13:31 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-16 05:48:12 +0000 |
commit | b7f9a397fbf8459d166d7bb961d5d8c2c87a0868 (patch) | |
tree | 7991b4d6a75db21a2261e461108d0f44e858f992 /include/sfx2/printer.hxx | |
parent | 4ca2cf1b7e57c823e911bcbae0c87102a7c9851e (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/printer.hxx')
-rw-r--r-- | include/sfx2/printer.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sfx2/printer.hxx b/include/sfx2/printer.hxx index d419b356507d..dbcb94611c8f 100644 --- a/include/sfx2/printer.hxx +++ b/include/sfx2/printer.hxx @@ -41,8 +41,6 @@ private: SAL_DLLPRIVATE void operator =(SfxPrinter &) SAL_DELETED_FUNCTION; - SAL_DLLPRIVATE void UpdateFonts_Impl(); - public: SfxPrinter( SfxItemSet *pTheOptions ); SfxPrinter( SfxItemSet *pTheOptions, @@ -58,14 +56,10 @@ public: static VclPtr<SfxPrinter> Create( SvStream &rStream, SfxItemSet *pOptions ); SvStream& Store( SvStream &rStream ) const; - const JobSetup& GetOrigJobSetup() const { return aOrigJobSetup; } - void SetOrigJobSetup( const JobSetup &rNewJobSetup ); - const SfxItemSet& GetOptions() const { return *pOptions; } void SetOptions( const SfxItemSet &rNewOptions ); bool IsKnown() const { return bKnown; } - bool IsOriginal() const { return bKnown; } }; #endif |