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 45369c4809e3..176b33f9728f 100644
--- a/chart2/workbench/addin/sampleaddin.hxx
+++ b/chart2/workbench/addin/sampleaddin.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -71,7 +71,7 @@ public:
virtual ~SampleAddIn();
// class specific code
- static ::rtl::OUString getImplementationName_Static();
+ static ::rtl::OUString getImplementationName_Static();
static ::com::sun::star::uno::Sequence< ::rtl::OUString > getSupportedServiceNames_Static();
sal_Bool getLogicalPosition( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xAxis,
@@ -159,6 +159,6 @@ public:
throw( ::com::sun::star::uno::RuntimeException );
};
-#endif // _SAMPLEADDIN_HXX_
+#endif // _SAMPLEADDIN_HXX_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */