summaryrefslogtreecommitdiff
path: root/starmath/source/document.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/document.cxx')
-rw-r--r--starmath/source/document.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx
index 1b5a9bfe9c33..a32525745cf1 100644
--- a/starmath/source/document.cxx
+++ b/starmath/source/document.cxx
@@ -464,10 +464,7 @@ SmCursor& SmDocShell::GetCursor(){
return *mpCursor;
}
-bool SmDocShell::HasCursor()
-{
- return mpCursor.get() != nullptr;
-}
+bool SmDocShell::HasCursor() { return mpCursor != nullptr; }
SmPrinterAccess::SmPrinterAccess( SmDocShell &rDocShell )
{