summaryrefslogtreecommitdiff
path: root/include/framework/documentundoguard.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-20 17:26:13 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-22 07:26:49 +0000
commit1b3f81bd584cfceb537f04f3a240bf505d19b7bf (patch)
treea80eb92bcca708141778df42e071a384d00f3926 /include/framework/documentundoguard.hxx
parent41b923e76ddea150133fa3a1185e2d337d6d9105 (diff)
com::sun::star->css in include/framework
Change-Id: I60874ab8d3cc9adaea8757d6888e341accce2083 Reviewed-on: https://gerrit.libreoffice.org/19494 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/framework/documentundoguard.hxx')
-rw-r--r--include/framework/documentundoguard.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/framework/documentundoguard.hxx b/include/framework/documentundoguard.hxx
index ab2f1c91b3b0..dc1fb5ff60b8 100644
--- a/include/framework/documentundoguard.hxx
+++ b/include/framework/documentundoguard.hxx
@@ -37,13 +37,13 @@ namespace framework
the XUndoManagerSupplier interface). When entering the scope (i.e. when the <code>DocumentUndoGuard</code>
instances is constructed), the current state of the undo contexts of the undo manager is examined.
Upon leaving the scope (i.e. when the <code>DocumentUndoGuard</code> is destructed), the guard will execute
- as many calls to <member scope="com::sun::star::document">XUndoManager::leaveUndoContext</member> as are
+ as many calls to <member scope="css::document">XUndoManager::leaveUndoContext</member> as are
necessary to restore the manager's initial state.
*/
class FWE_DLLPUBLIC DocumentUndoGuard
{
public:
- DocumentUndoGuard( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& i_undoSupplierComponent );
+ DocumentUndoGuard( const css::uno::Reference< css::uno::XInterface >& i_undoSupplierComponent );
~DocumentUndoGuard();
private: