diff options
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/printer.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/sidebar/Deck.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/printer.hxx b/include/sfx2/printer.hxx index caed737645d9..f6cda406ca41 100644 --- a/include/sfx2/printer.hxx +++ b/include/sfx2/printer.hxx @@ -34,7 +34,6 @@ struct SfxPrinter_Impl; class SFX2_DLLPUBLIC SfxPrinter : public Printer { private: - JobSetup aOrigJobSetup; SfxItemSet* pOptions; SfxPrinter_Impl* pImpl; bool bKnown; diff --git a/include/sfx2/sidebar/Deck.hxx b/include/sfx2/sidebar/Deck.hxx index aa13d4392049..c336d9f808f2 100644 --- a/include/sfx2/sidebar/Deck.hxx +++ b/include/sfx2/sidebar/Deck.hxx @@ -83,7 +83,6 @@ public: private: const OUString msId; - Image maIcon; sal_Int32 mnMinimalWidth; SharedPanelContainer maPanels; VclPtr<DeckTitleBar> mpTitleBar; |