diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-20 22:01:09 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2017-11-21 08:48:40 +0100 |
commit | 11ca1f86f80984ec07f5051ab05f864d55db5974 (patch) | |
tree | 11b9cb30045d16ed91b2ecd82ba9fd26873f101f /dbaccess | |
parent | 1b84f797509a6d531f4198c8260851d580088617 (diff) |
Fix typos
Change-Id: I40b3a46d46f0586d086bdbe41876c088f8c1cb58
Reviewed-on: https://gerrit.libreoffice.org/45007
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/JoinController.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/JoinController.hxx b/dbaccess/source/ui/inc/JoinController.hxx index d254801c2e0f..81e226ade2e2 100644 --- a/dbaccess/source/ui/inc/JoinController.hxx +++ b/dbaccess/source/ui/inc/JoinController.hxx @@ -144,7 +144,7 @@ namespace dbaui TTableWindowData::value_type createTableWindowData(const OUString& _sComposedName,const OUString& _sTableName,const OUString& _sWindowName); // ask the user if the design should be saved when it is modified virtual short saveModified() = 0; - // called when the original state should be reseted (first time load) + // called when the original state should be reset (first time load) virtual void reset() = 0; virtual void describeSupportedFeatures() override; |