Kaydet (Commit) 5f0d57f3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wwritable-strings

Change-Id: I40f1b0b9fb56e13ab676090aee58f7f642334d3d
üst a8a4441a
...@@ -297,12 +297,12 @@ void CAccActionBase::GetkeyBindingStrByXkeyBinding( const Sequence< KeyStroke > ...@@ -297,12 +297,12 @@ void CAccActionBase::GetkeyBindingStrByXkeyBinding( const Sequence< KeyStroke >
* *
* @param key the key code. * @param key the key code.
*/ */
OLECHAR* CAccActionBase::getOLECHARFromKeyCode(long key) OLECHAR const * CAccActionBase::getOLECHARFromKeyCode(long key)
{ {
static struct keyMap static struct keyMap
{ {
int keyCode; int keyCode;
OLECHAR* key; OLECHAR const * key;
} }
map[] = map[] =
{ {
......
...@@ -68,7 +68,7 @@ public: ...@@ -68,7 +68,7 @@ public:
protected: protected:
static OLECHAR* getOLECHARFromKeyCode(long key); static OLECHAR const * getOLECHARFromKeyCode(long key);
css::uno::Reference<css::accessibility::XAccessibleAction> pRXAct; css::uno::Reference<css::accessibility::XAccessibleAction> pRXAct;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment