diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-02 08:37:23 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-06 10:17:02 +0200 |
commit | 7e776c0027c19f1bb8e64dd68d3fd9ded0b5d896 (patch) | |
tree | 62bae1461c0388af6f7a8bebbf134e9a86c92153 /include/svx/fmtools.hxx | |
parent | d7f2db4b9ce445afdcabf370497bc66db76efbbc (diff) |
loplugin:unusedmethods
Change-Id: I150baadc442e57ee604563bc52965daa9d2e41af
Diffstat (limited to 'include/svx/fmtools.hxx')
-rw-r--r-- | include/svx/fmtools.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/fmtools.hxx b/include/svx/fmtools.hxx index 57305c6a8d13..4f836601d05a 100644 --- a/include/svx/fmtools.hxx +++ b/include/svx/fmtools.hxx @@ -78,7 +78,6 @@ namespace vcl { class Window; } // displaying a database exception for the user // display info about a simple css::sdbc::SQLException void displayException(const css::sdbc::SQLException&, vcl::Window* _pParent = NULL); -void displayException(const css::sdbc::SQLWarning&, vcl::Window* _pParent = NULL); SVX_DLLPUBLIC void displayException(const css::sdb::SQLContext&, vcl::Window* _pParent = NULL); void displayException(const css::sdb::SQLErrorEvent&, vcl::Window* _pParent = NULL); void displayException(const css::uno::Any&, vcl::Window* _pParent = NULL); |