diff options
Diffstat (limited to 'sfx2/inc/fwkhelper.hxx')
-rw-r--r-- | sfx2/inc/fwkhelper.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sfx2/inc/fwkhelper.hxx b/sfx2/inc/fwkhelper.hxx index cabf89a64f4d..28391007c329 100644 --- a/sfx2/inc/fwkhelper.hxx +++ b/sfx2/inc/fwkhelper.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef _SFX_FWKHELPER_HXX_ +#define _SFX_FWKHELPER_HXX_ + #include "sal/config.h" #include "sfx2/dllapi.h" #include <com/sun/star/uno/Reference.hxx> @@ -28,4 +31,6 @@ SFX2_DLLPUBLIC void SAL_CALL RefreshToolbars( ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame ); +#endif + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |