summaryrefslogtreecommitdiff
path: root/chart2/workbench/addin/sampleaddin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/workbench/addin/sampleaddin.hxx')
-rw-r--r--chart2/workbench/addin/sampleaddin.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/workbench/addin/sampleaddin.hxx b/chart2/workbench/addin/sampleaddin.hxx
index 0e50da3cdb04..e740ef024e93 100644
--- a/chart2/workbench/addin/sampleaddin.hxx
+++ b/chart2/workbench/addin/sampleaddin.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SAMPLEADDIN_HXX_
-#define _SAMPLEADDIN_HXX_
+#ifndef INCLUDED_CHART2_WORKBENCH_ADDIN_SAMPLEADDIN_HXX
+#define INCLUDED_CHART2_WORKBENCH_ADDIN_SAMPLEADDIN_HXX
#include <cppuhelper/implbase9.hxx>
@@ -150,6 +150,6 @@ public:
throw( ::com::sun::star::uno::RuntimeException );
};
-#endif // _SAMPLEADDIN_HXX_
+#endif // INCLUDED_CHART2_WORKBENCH_ADDIN_SAMPLEADDIN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */