diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-11-01 11:16:13 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-11-01 11:16:13 +0100 |
commit | cc25d8a34354c0058356127a6643c39f7d59de77 (patch) | |
tree | f220cd3e462cbdd5b647f45891c485ddaab05783 /include/test/sheet/xsheetlinkable.hxx | |
parent | 2884d57d4717afc3c31baee0ebc4a3e8b1c1d2f2 (diff) |
-Werror,-Wunused-private-field
Change-Id: Ibd054f53040a95dfd9221152dea7f74015679db9
Diffstat (limited to 'include/test/sheet/xsheetlinkable.hxx')
-rw-r--r-- | include/test/sheet/xsheetlinkable.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/test/sheet/xsheetlinkable.hxx b/include/test/sheet/xsheetlinkable.hxx index 2abd87335799..08cfd9642ba0 100644 --- a/include/test/sheet/xsheetlinkable.hxx +++ b/include/test/sheet/xsheetlinkable.hxx @@ -28,9 +28,6 @@ public: protected: ~XSheetLinkable() {} - -private: - OUString maFileName; }; } |