From f95720bbb781f4a39fd032c158a3865f5f770b75 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 10 Sep 2011 23:42:38 +0100 Subject: remove last remnents of archaic SfxMacro based stuff --- sfx2/source/control/request.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sfx2/source/control/request.cxx') diff --git a/sfx2/source/control/request.cxx b/sfx2/source/control/request.cxx index 6f9c03a9d69a..9845cca480f6 100644 --- a/sfx2/source/control/request.cxx +++ b/sfx2/source/control/request.cxx @@ -50,7 +50,6 @@ #include #include #include -#include "macro.hxx" #include #include #include @@ -351,10 +350,8 @@ void SfxRequest_Impl::Record /* [Description] - Internal helper method to create a Instance, which - repeatable describes the just executed SfxRequest. The ownership of thr - created instance, to which a pointer is returned, is handed over to the - caller. + Internal helper method to create a repeatable description of the just + executed SfxRequest. */ { -- cgit