summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-06-25 14:04:25 +0200
committerMichael Stahl <mstahl@redhat.com>2014-06-25 15:04:46 +0200
commit0de1e3a015dfcf7a09f021b4a4310a5a8cc28471 (patch)
tree82b3a9beef980521fe59283d6954ff76398c8bc8 /sfx2
parent93011580b743078a0612ba4bfe0094804003a75b (diff)
remove spurious com::sun::star::chaos
Apparently some time before inital CVS import a global search-and-replace went horribly wrong and added spurious namespace prefixes everywhere. Change-Id: I4009bc3ab4b1d4c80412f75ad0e4628a382f99f0
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/dispatch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index e8be74f4834b..4f8bccae90dc 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -496,7 +496,7 @@ void SfxDispatcher::Pop
}
else
{
- // Remember ::com::sun::star::chaos::Action
+ // Remember Action
pImp->aToDoStack.push_front( SfxToDo_Impl(bPush, bDelete, bUntil, rShell) );
if (pImp->bFlushed)
{