diff options
Diffstat (limited to 'sd/inc/textapi.hxx')
-rw-r--r-- | sd/inc/textapi.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/textapi.hxx b/sd/inc/textapi.hxx index ceb27cf63a8a..030ca3569f55 100644 --- a/sd/inc/textapi.hxx +++ b/sd/inc/textapi.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SD_TEXTAPI_HXX_ -#define _SD_TEXTAPI_HXX_ +#ifndef INCLUDED_SD_INC_TEXTAPI_HXX +#define INCLUDED_SD_INC_TEXTAPI_HXX #include <editeng/unoedsrc.hxx> #include <editeng/unotext.hxx> @@ -58,6 +58,6 @@ private: } // namespace sd -#endif // _SD_TEXTAPI_HXX_ +#endif // INCLUDED_SD_INC_TEXTAPI_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |