summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-03-12 13:35:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-03-12 13:35:39 +0100
commite723cb09500b362559b54deebef97b73a4e40fc0 (patch)
treeb0543cf4cf5f67acb6277ca11784def7be0af544
parentafea2bbcd5cb879d18cda6eae3dfe893f6044be4 (diff)
-Werror,-Wunused-private-field
Change-Id: I9272b14c7760f2880983e198ff98b54cf37e1d30
-rw-r--r--sc/qa/extras/scsheetlinkobj.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/qa/extras/scsheetlinkobj.cxx b/sc/qa/extras/scsheetlinkobj.cxx
index 57a85cc8009e..ff707ac60aed 100644
--- a/sc/qa/extras/scsheetlinkobj.cxx
+++ b/sc/qa/extras/scsheetlinkobj.cxx
@@ -48,7 +48,6 @@ public:
private:
uno::Reference<lang::XComponent> mxComponent;
- OUString maUrl;
};
ScSheetLinkObj::ScSheetLinkObj()