diff options
Diffstat (limited to 'include/comphelper/SelectionMultiplex.hxx')
-rw-r--r-- | include/comphelper/SelectionMultiplex.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/SelectionMultiplex.hxx b/include/comphelper/SelectionMultiplex.hxx index 56e8375fd215..72b1ad8189de 100644 --- a/include/comphelper/SelectionMultiplex.hxx +++ b/include/comphelper/SelectionMultiplex.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_COMPHELPER_SELECTION_MULTIPLEX_HXX -#define INCLUDED_COMPHELPER_SELECTION_MULTIPLEX_HXX +#ifndef INCLUDED_COMPHELPER_SELECTIONMULTIPLEX_HXX +#define INCLUDED_COMPHELPER_SELECTIONMULTIPLEX_HXX #include <com/sun/star/view/XSelectionChangeListener.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> @@ -100,6 +100,6 @@ namespace comphelper } // namespace comphelper //......................................................................... -#endif // INCLUDED_COMPHELPER_SELECTION_MULTIPLEX_HXX +#endif // INCLUDED_COMPHELPER_SELECTIONMULTIPLEX_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |