diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-16 09:44:09 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-17 12:33:58 +0100 |
commit | 350f11a8bd089698e004e0f288417108131ce74e (patch) | |
tree | f44294c01a31f44f74aceb46daa78515317b823c /include/svx/extedit.hxx | |
parent | 004381ddff4e926972a7a9d14915bb2f4638b1e5 (diff) |
add some SAL_WARN_UNUSED
Change-Id: I41ba1bed4f49a122a15213edf41e094254bfb282
Diffstat (limited to 'include/svx/extedit.hxx')
-rw-r--r-- | include/svx/extedit.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/extedit.hxx b/include/svx/extedit.hxx index 65e178d74762..ab3e4cfee3ba 100644 --- a/include/svx/extedit.hxx +++ b/include/svx/extedit.hxx @@ -19,7 +19,7 @@ class Graphic; class GraphicObject; class FileChangedChecker; -class SVX_DLLPUBLIC ExternalToolEdit +class SVX_DLLPUBLIC SAL_WARN_UNUSED ExternalToolEdit { protected: OUString m_aFileName; @@ -42,7 +42,7 @@ public: class FmFormView; class SdrObject; -class SVX_DLLPUBLIC SdrExternalToolEdit +class SVX_DLLPUBLIC SAL_WARN_UNUSED SdrExternalToolEdit : public ExternalToolEdit , public SfxListener { |