summaryrefslogtreecommitdiff
path: root/sfx2/inc/fwkhelper.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 09:24:05 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 09:24:05 +0000
commita86947c8de2ac100b8c127d292250cc33a8000f0 (patch)
tree42520c5f68d6ecb8a255902dfe22556be90c987a /sfx2/inc/fwkhelper.hxx
parent3d7cd77f59117c7b48c30ecd30adbab00fd5c0f0 (diff)
INTEGRATION: CWS toolbarbehavior (1.1.2); FILE ADDED
2006/03/27 15:27:34 cd 1.1.2.1: #i50428# Added helper to re-request context sensitive toolbars
Diffstat (limited to 'sfx2/inc/fwkhelper.hxx')
-rw-r--r--sfx2/inc/fwkhelper.hxx53
1 files changed, 53 insertions, 0 deletions
diff --git a/sfx2/inc/fwkhelper.hxx b/sfx2/inc/fwkhelper.hxx
new file mode 100644
index 000000000000..f02c62e2dac7
--- /dev/null
+++ b/sfx2/inc/fwkhelper.hxx
@@ -0,0 +1,53 @@
+/*************************************************************************
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: fwkhelper.hxx,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: vg $ $Date: 2006-04-07 10:24:05 $
+ *
+ * The Contents of this file are made available subject to
+ * the terms of GNU Lesser General Public License Version 2.1.
+ *
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2005 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ ************************************************************************/
+
+#ifndef _SAL_CONFIG_H_
+#include "sal/config.h"
+#endif
+
+#ifndef INCLUDED_SFX2_DLLAPI_H
+#include "sfx2/dllapi.h"
+#endif
+
+#ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_
+#include <com/sun/star/uno/Reference.hxx>
+#endif
+#ifndef _COM_SUN_STAR_FRAME_XFRAME_HPP_
+#include <com/sun/star/frame/XFrame.hpp>
+#endif
+
+#include <rtl/ustring.hxx>
+
+SFX2_DLLPUBLIC void SAL_CALL RefreshToolbars( ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame );