summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-26 08:45:39 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-26 08:47:14 +0200
commit2be61b4206695359a12570b5eeee558c8acf9810 (patch)
tree867d23545712584e12c4396889cf3574e4f2f8ca /svtools/inc
parentbaf19a23095fc854820954c9786d41ba2fc0e3f6 (diff)
WaE: private field 'mxSourceDocument' is not used
Change-Id: I83d5f4bdbd80dcbd53e4576919779233fbcfb699
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/GraphicExportOptionsDialog.hxx2
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;