summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/commanddefinition.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-09 08:55:13 +0200
committerNoel Grandin <noel@peralex.com>2015-06-09 10:06:57 +0200
commit81b954718f0cdac6873927e869b3e41f863562e7 (patch)
tree3e12a2cb35b263ea4d4e49b61af2ca8b733c5c28 /dbaccess/source/core/dataaccess/commanddefinition.hxx
parentaba3c3a35a0afde16e42a94ae8cb2b1f589135db (diff)
loplugin:unnecessaryvirtuals
Improve the plugin a little. Create a python script to process the output. Run it again. Change-Id: I05c21d8a21c8f4243af739c412fda0a521f9b5f0
Diffstat (limited to 'dbaccess/source/core/dataaccess/commanddefinition.hxx')
-rw-r--r--dbaccess/source/core/dataaccess/commanddefinition.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/dbaccess/source/core/dataaccess/commanddefinition.hxx b/dbaccess/source/core/dataaccess/commanddefinition.hxx
index 58640a08e3a0..18469f916267 100644
--- a/dbaccess/source/core/dataaccess/commanddefinition.hxx
+++ b/dbaccess/source/core/dataaccess/commanddefinition.hxx
@@ -125,17 +125,17 @@ public:
{ OComponentDefinition::removeEventListener(p1); }
// XQueryDefinition properties
- virtual OUString getName() throw( ::com::sun::star::uno::RuntimeException );
- virtual OUString getCommand() throw( ::com::sun::star::uno::RuntimeException );
- virtual void setCommand(const OUString&) throw( ::com::sun::star::uno::RuntimeException );
- virtual bool getEscapeProcessing() throw( ::com::sun::star::uno::RuntimeException );
- virtual void setEscapeProcessing(bool) throw( ::com::sun::star::uno::RuntimeException );
- virtual OUString getUpdateTableName() throw( ::com::sun::star::uno::RuntimeException );
- virtual void setUpdateTableName(const OUString&) throw( ::com::sun::star::uno::RuntimeException );
- virtual OUString getUpdateCatalogName() throw( ::com::sun::star::uno::RuntimeException );
- virtual void setUpdateCatalogName(const OUString&) throw( ::com::sun::star::uno::RuntimeException );
- virtual OUString getUpdateSchemaName() throw( ::com::sun::star::uno::RuntimeException );
- virtual void setUpdateSchemaName(const OUString&) throw( ::com::sun::star::uno::RuntimeException );
+ OUString getName() throw( ::com::sun::star::uno::RuntimeException );
+ OUString getCommand() throw( ::com::sun::star::uno::RuntimeException );
+ void setCommand(const OUString&) throw( ::com::sun::star::uno::RuntimeException );
+ bool getEscapeProcessing() throw( ::com::sun::star::uno::RuntimeException );
+ void setEscapeProcessing(bool) throw( ::com::sun::star::uno::RuntimeException );
+ OUString getUpdateTableName() throw( ::com::sun::star::uno::RuntimeException );
+ void setUpdateTableName(const OUString&) throw( ::com::sun::star::uno::RuntimeException );
+ OUString getUpdateCatalogName() throw( ::com::sun::star::uno::RuntimeException );
+ void setUpdateCatalogName(const OUString&) throw( ::com::sun::star::uno::RuntimeException );
+ OUString getUpdateSchemaName() throw( ::com::sun::star::uno::RuntimeException );
+ void setUpdateSchemaName(const OUString&) throw( ::com::sun::star::uno::RuntimeException );
// OPropertySetHelper
DECLARE_PROPERTYCONTAINER_DEFAULTS( );