https://issues.apache.org/ooo/show_bug.cgi?id=123971
Bug ID: 123971
Issue Type: DEFECT
Summary: Paste from clipboard inside macro
Product: Writer
Version: 4.0.1
Hardware: PC
OS: Windows 7
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: editing
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
recording macro ..
1.macro finds some text and marks it
2.paste whatever is on clipboard in place of selected text
The secod step does exactly that, pastes what is currently on clipboard, which
is kind of logical but on the other hand not.
If I record macro that should simply forinstance replace all occurances of
"foo"
with "foo1" (done by pasting "foo1" from clipboard at the time of macro
recording, and save it, I would expect to behave same next time I run it -
replace foo with foo1. Instead it replaces foo wit whatever is on clipboard at
time of run.
ofcourse my 'foo1' is not that but something less rememberable, hence I'm
pasting it from clipboard.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.