summaryrefslogtreecommitdiff
path: root/framework/source/recording
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-10-09 09:41:18 +0000
committerMathias Bauer <mba@openoffice.org>2002-10-09 09:41:18 +0000
commit04ae012b810a3bb706e898fe102279f5a2c19152 (patch)
tree58aead2adce0d48fc10424a3d703fef000bd2d75 /framework/source/recording
parente9069784b59c3568f4e28f51d93f38032d04a162 (diff)
#104090#: declare all variables in macro
Diffstat (limited to 'framework/source/recording')
-rw-r--r--framework/source/recording/dispatchrecorder.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/source/recording/dispatchrecorder.cxx b/framework/source/recording/dispatchrecorder.cxx
index 3445a0bca980..48d8ee9fad1c 100644
--- a/framework/source/recording/dispatchrecorder.cxx
+++ b/framework/source/recording/dispatchrecorder.cxx
@@ -177,6 +177,7 @@ void SAL_CALL DispatchRecorder::endRecording() throw( css::uno::RuntimeException
aScriptBuffer.appendAscii("dim document as object\n");
aScriptBuffer.appendAscii("dim dispatcher as object\n");
aScriptBuffer.appendAscii("dim parser as object\n");
+ aScriptBuffer.appendAscii("dim disp as object\n");
aScriptBuffer.appendAscii("dim url as new com.sun.star.util.URL\n");
aScriptBuffer.appendAscii("rem ----------------------------------------------------------------------\n");
aScriptBuffer.appendAscii("rem get access to the document\n");