Kaydet (Commit) 2be61b42 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: private field 'mxSourceDocument' is not used

Change-Id: I83d5f4bdbd80dcbd53e4576919779233fbcfb699
üst baf19a23
...@@ -43,8 +43,6 @@ using namespace css::beans; ...@@ -43,8 +43,6 @@ using namespace css::beans;
class SVT_DLLPUBLIC GraphicExportOptionsDialog : public ModalDialog class SVT_DLLPUBLIC GraphicExportOptionsDialog : public ModalDialog
{ {
private: private:
const Reference<XComponent>& mxSourceDocument;
NumericField* mpWidth; NumericField* mpWidth;
NumericField* mpHeight; NumericField* mpHeight;
ComboBox* mpResolution; ComboBox* mpResolution;
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
GraphicExportOptionsDialog::GraphicExportOptionsDialog(Window* pWindow, const Reference<XComponent>& rxSourceDocument) : GraphicExportOptionsDialog::GraphicExportOptionsDialog(Window* pWindow, const Reference<XComponent>& rxSourceDocument) :
ModalDialog(pWindow, "GraphicExporter", "svt/ui/GraphicExportOptionsDialog.ui"), ModalDialog(pWindow, "GraphicExporter", "svt/ui/GraphicExportOptionsDialog.ui"),
mxSourceDocument(rxSourceDocument),
mResolution(96.0), mResolution(96.0),
mRenderer(rxSourceDocument) mRenderer(rxSourceDocument)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment