diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-03-01 22:45:28 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-03-01 22:45:28 +0100 |
commit | 815e33cf0ab93169239decf49caaf718b558ce7b (patch) | |
tree | 3db0261deac28e90070bfc4c5b4ea3101db4c63f /include/svx | |
parent | a0c81e5ad40c4499e8bdab54ec48739359b934db (diff) |
-Werror,-Wunused-private-field
Change-Id: Idaa0d4a22b97e477ce3cde6a978ea0ab99367190
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/Palette.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/Palette.hxx b/include/svx/Palette.hxx index 32e00f131716..527df0fa1b8e 100644 --- a/include/svx/Palette.hxx +++ b/include/svx/Palette.hxx @@ -43,7 +43,6 @@ public: class PaletteASE : public Palette { bool mbValidPalette; - OUString maFName; OUString maFPath; OUString maName; ColorList maColors; |