diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-08 22:37:01 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-08 22:37:01 +0100 |
commit | 5fc371068c0731a52119493e88e3e79a0f86b31a (patch) | |
tree | 0d0aeb02e1e21901949e265fddda7a038b4b46de /dbaccess/source/ui/app/AppController.hxx | |
parent | 195f3c9814af937e47d1bae8bbfad609dde86408 (diff) |
Typo: getQueryDefintions->getQueryDefinitions
Change-Id: Id7f9117efaac3d1c66db5858c220971a5f9adad8
Diffstat (limited to 'dbaccess/source/ui/app/AppController.hxx')
-rw-r--r-- | dbaccess/source/ui/app/AppController.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx index d54fcc8dd401..42237ce3d154 100644 --- a/dbaccess/source/ui/app/AppController.hxx +++ b/dbaccess/source/ui/app/AppController.hxx @@ -253,7 +253,7 @@ namespace dbaui ::std::unique_ptr<OLinkedDocumentsAccess> getDocumentsAccess(ElementType _eType); /// returns the query definitions of the active data source. - ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer> getQueryDefintions() const; + ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer> getQueryDefinitions() const; /** pastes a special format from the system clipboard to the currently selected object types @param _nFormatId |