diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-26 08:45:39 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-26 08:47:14 +0200 |
commit | 2be61b4206695359a12570b5eeee558c8acf9810 (patch) | |
tree | 867d23545712584e12c4396889cf3574e4f2f8ca /svtools/inc | |
parent | baf19a23095fc854820954c9786d41ba2fc0e3f6 (diff) |
WaE: private field 'mxSourceDocument' is not used
Change-Id: I83d5f4bdbd80dcbd53e4576919779233fbcfb699
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/GraphicExportOptionsDialog.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/inc/svtools/GraphicExportOptionsDialog.hxx b/svtools/inc/svtools/GraphicExportOptionsDialog.hxx index 7058641c6a6c..b346f8c25671 100644 --- a/svtools/inc/svtools/GraphicExportOptionsDialog.hxx +++ b/svtools/inc/svtools/GraphicExportOptionsDialog.hxx @@ -43,8 +43,6 @@ using namespace css::beans; class SVT_DLLPUBLIC GraphicExportOptionsDialog : public ModalDialog { private: - const Reference<XComponent>& mxSourceDocument; - NumericField* mpWidth; NumericField* mpHeight; ComboBox* mpResolution; |