summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaapplication.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbaapplication.cxx')
-rw-r--r--sw/source/ui/vba/vbaapplication.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbaapplication.cxx b/sw/source/ui/vba/vbaapplication.cxx
index 1c5891ac4d63..255209ffa1c5 100644
--- a/sw/source/ui/vba/vbaapplication.cxx
+++ b/sw/source/ui/vba/vbaapplication.cxx
@@ -653,7 +653,7 @@ SwWordBasic::FileClose( const css::uno::Any& Save )
//
// FIXME: Error handling. If there is no current document, return some kind of error? But for
// now, just ignore errors. This code is written to work for a very specific customer use case
- // ayway, not for an arbitrary sequence of COM calls to the "VBA" API.
+ // anyway, not for an arbitrary sequence of COM calls to the "VBA" API.
dispatchRequests(xModel,".uno:CloseDoc");
}