summaryrefslogtreecommitdiff
path: root/include/framework/menuconfiguration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework/menuconfiguration.hxx')
-rw-r--r--include/framework/menuconfiguration.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/framework/menuconfiguration.hxx b/include/framework/menuconfiguration.hxx
index 5b0a7f25f685..1707eeea583c 100644
--- a/include/framework/menuconfiguration.hxx
+++ b/include/framework/menuconfiguration.hxx
@@ -67,9 +67,9 @@ public:
OUString aImageId;
css::uno::WeakReference<css::frame::XDispatchProvider> xDispatchProvider;
- static sal_uIntPtr CreateAttribute(const OUString& rFrame, const OUString& rImageIdStr);
- static sal_uIntPtr CreateAttribute(const css::uno::WeakReference<css::frame::XDispatchProvider>& rDispatchProvider);
- static void ReleaseAttribute(sal_uIntPtr nAttributePtr);
+ static void* CreateAttribute(const OUString& rFrame, const OUString& rImageIdStr);
+ static void* CreateAttribute(const css::uno::WeakReference<css::frame::XDispatchProvider>& rDispatchProvider);
+ static void ReleaseAttribute(void* nAttributePtr);
void acquire()
{