diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-08-29 16:22:14 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-08-29 20:05:05 +0200 |
commit | 68178e226bd5d84fade75f48fc34a42a0e4035d6 (patch) | |
tree | 592e1f73972cd7f7e6cb022562500e8b2438e981 /sc/source | |
parent | 22b54751a8593f2a05abd36a5340a511c78a5fe3 (diff) |
Fix typo in code
Change-Id: I9aadb4f3f7f71715e886666f11a91c4392395860
Reviewed-on: https://gerrit.libreoffice.org/41704
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/inc/datatableview.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/datatableview.hxx b/sc/source/ui/inc/datatableview.hxx index 2057032624b2..69c06cabe055 100644 --- a/sc/source/ui/inc/datatableview.hxx +++ b/sc/source/ui/inc/datatableview.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_DATATABELVIEW_HXX -#define INCLUDED_SC_SOURCE_UI_INC_DATATABELVIEW_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DATATABLEVIEW_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DATATABLEVIEW_HXX #include <vcl/ctrl.hxx> |