diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-02-12 16:56:44 +0100 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-02-12 16:56:44 +0100 |
commit | 96cacc4118cc2fefc1c114999f1eed46157de136 (patch) | |
tree | f9ae701f78fb361aad4ff73cd7b2cc1591d1ff6a /vcl | |
parent | 2f12d4d6c2e8351a1b1e2bc38300621a9d3cd3b0 (diff) |
changefileheader2: #i10000#: convert files with CR/LF characters to CR only
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/vcl/controldata.hxx | 2 | ||||
-rwxr-xr-x | vcl/inc/vcl/textlayout.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/vcl/controldata.hxx b/vcl/inc/vcl/controldata.hxx index 9e493ff301c5..0be0f5bd402e 100644 --- a/vcl/inc/vcl/controldata.hxx +++ b/vcl/inc/vcl/controldata.hxx @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ***********************************************************************/ -
+ #ifndef VCL_CONTROLDATA_HXX #define VCL_CONTROLDATA_HXX diff --git a/vcl/inc/vcl/textlayout.hxx b/vcl/inc/vcl/textlayout.hxx index c345fe1b0cb1..418e1aa8bf64 100755 --- a/vcl/inc/vcl/textlayout.hxx +++ b/vcl/inc/vcl/textlayout.hxx @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ***********************************************************************/ -
+ #ifndef VCL_TEXTLAYOUT_HXX #define VCL_TEXTLAYOUT_HXX |