diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-02-15 18:20:57 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-02-15 18:21:35 +0100 |
commit | cf385d9cbbd7e64dd981595e07cac7f3e05519f8 (patch) | |
tree | 61539bc0cbd3943fef54453a12de7c2d53cb3b1b /sd | |
parent | f563a81000ce43e95e117229b72228386077f94e (diff) |
sd: fix whitespace
Change-Id: Ibefd63909b0e505f52471373ef566f7309d6d5de
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/unoidl/unomodel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index 50702bed3a3e..2ff6f93c0680 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -577,7 +577,7 @@ void SdXImpressDocument::SetModified() throw() } // XModel -void SAL_CALL SdXImpressDocument ::lockControllers( ) +void SAL_CALL SdXImpressDocument::lockControllers( ) { ::SolarMutexGuard aGuard; |