summaryrefslogtreecommitdiff
path: root/sfx2/source/view/ipclient.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/ipclient.cxx')
-rw-r--r--sfx2/source/view/ipclient.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/ipclient.cxx b/sfx2/source/view/ipclient.cxx
index 0b16d01a9fc7..3d51f9ab46d7 100644
--- a/sfx2/source/view/ipclient.cxx
+++ b/sfx2/source/view/ipclient.cxx
@@ -302,7 +302,7 @@ void SAL_CALL SfxInPlaceClient_Impl::saveObject()
if ( !pDocShell )
throw uno::RuntimeException();
- pDocShell->SetModified( sal_True );
+ pDocShell->SetModified( true );
//TODO/LATER: invalidation might be necessary when object was modified, but is not
//saved through this method