diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 12:54:01 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-19 10:43:56 +0100 |
commit | 02d65d7a19981d342d9ef3996b296b4efda905a4 (patch) | |
tree | 159c522f783bb13f39a12b57379bed0ec4bff85e /dbaccess/source/ui/app/templwin.hxx | |
parent | 39821e7d24deffa72bd9254414d4b58f22be2fca (diff) |
tdf#123936 Formatting files in module dbaccess with clang-format
Change-Id: I7056dc36b68021bdf16cc6c496645a2797958ab8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105660
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'dbaccess/source/ui/app/templwin.hxx')
-rw-r--r-- | dbaccess/source/ui/app/templwin.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/templwin.hxx b/dbaccess/source/ui/app/templwin.hxx index 1a3f435af272..8978a6ea3e17 100644 --- a/dbaccess/source/ui/app/templwin.hxx +++ b/dbaccess/source/ui/app/templwin.hxx @@ -22,8 +22,7 @@ namespace SvtDocInfoTable_Impl { - OUString GetString(int nId); +OUString GetString(int nId); }; - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |