summaryrefslogtreecommitdiff
path: root/framework/source/fwe/helper/documentundoguard.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwe/helper/documentundoguard.cxx')
-rw-r--r--framework/source/fwe/helper/documentundoguard.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/fwe/helper/documentundoguard.cxx b/framework/source/fwe/helper/documentundoguard.cxx
index 470eb0285dcd..cec4c0a253a3 100644
--- a/framework/source/fwe/helper/documentundoguard.cxx
+++ b/framework/source/fwe/helper/documentundoguard.cxx
@@ -56,7 +56,7 @@ namespace framework
{
public:
UndoManagerContextListener( const Reference< XUndoManager >& i_undoManager )
- :m_xUndoManager( i_undoManager, UNO_QUERY_THROW )
+ :m_xUndoManager( i_undoManager )
,m_nRelativeContextDepth( 0 )
,m_documentDisposed( false )
{