summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxmenu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/awt/vclxmenu.cxx')
-rw-r--r--toolkit/source/awt/vclxmenu.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxmenu.cxx b/toolkit/source/awt/vclxmenu.cxx
index da2a79cd1f58..a56bd915aa08 100644
--- a/toolkit/source/awt/vclxmenu.cxx
+++ b/toolkit/source/awt/vclxmenu.cxx
@@ -587,7 +587,7 @@ throw (css::uno::RuntimeException, std::exception)
namespace
{
- static Image lcl_XGraphic2VCLImage(
+ Image lcl_XGraphic2VCLImage(
const css::uno::Reference< css::graphic::XGraphic >& xGraphic,
bool bResize )
{
@@ -622,7 +622,7 @@ namespace
}
/** Copied from svtools/inc/acceleratorexecute.hxx */
- static css::awt::KeyEvent lcl_VCLKey2AWTKey(
+ css::awt::KeyEvent lcl_VCLKey2AWTKey(
const vcl::KeyCode& aVCLKey)
{
css::awt::KeyEvent aAWTKey;