diff options
author | Muthu Subramanian <sumuthu@suse.com> | 2012-07-24 15:31:15 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2012-07-24 15:39:06 +0530 |
commit | 1360309e64f8bbb21e23c94a65ada4aa282e1eb3 (patch) | |
tree | da856e803d4d1fca3129b287c9163fb08a539ea7 /svx | |
parent | 5a243f140975167aa5c42c95b30edb1cdb1ea639 (diff) |
"Send via Bluetooth" (experimental) feature.
This currently works only on Linux as of now.
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/globlmn_tmpl.hrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/svx/inc/globlmn_tmpl.hrc b/svx/inc/globlmn_tmpl.hrc index 0f56324958ee..03c6dbecdef0 100644 --- a/svx/inc/globlmn_tmpl.hrc +++ b/svx/inc/globlmn_tmpl.hrc @@ -441,6 +441,11 @@ Identifier = SID_OBJECT_ROTATE ; \ Command = ".uno:ToggleObjectRotateMode" ; \ +#define ITEM_FILE_BLUETOOTH_SENDDOC \ + Identifier = SID_BLUETOOTH_SENDDOC ; \ + Command = ".uno:SendViaBluetooth" ; \ + HelpID = SID_BLUETOOTH_SENDDOC ; \ + Text [ en-US ] = "Document via ~Bluetooth..." ; \ #define ITEM_TRANSLITERATE_MENU\ MenuItem\ |