summaryrefslogtreecommitdiff
path: root/sd/inc/stlpool.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 22:38:46 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:33 +0200
commit3b58ababc566adef48d8ab600489e554c4585b1d (patch)
treeb1abea7e58d2f9daa28903896d87e3b6284eed43 /sd/inc/stlpool.hxx
parent3a6148e8114a5b980dbedadacce2074390d81555 (diff)
fixincludeguards.sh: sd
Change-Id: Ic831838b377656015d645eec9d439424378e08af
Diffstat (limited to 'sd/inc/stlpool.hxx')
-rw-r--r--sd/inc/stlpool.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/stlpool.hxx b/sd/inc/stlpool.hxx
index 80fcabcd9a39..3d2cdc9cedf8 100644
--- a/sd/inc/stlpool.hxx
+++ b/sd/inc/stlpool.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SD_STLPOOL_HXX
-#define _SD_STLPOOL_HXX
+#ifndef INCLUDED_SD_INC_STLPOOL_HXX
+#define INCLUDED_SD_INC_STLPOOL_HXX
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
@@ -144,6 +144,6 @@ private:
OUString msTableFamilyName;
};
-#endif // _SD_STLPOOL_HXX
+#endif // INCLUDED_SD_INC_STLPOOL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */