diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-03 10:00:55 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-03 10:00:55 +0300 |
commit | 335cd830b0bd430d282687df58a91a69dac2c528 (patch) | |
tree | 3d49d43ed0c07d643b9fd081e6eb0522b57851c2 /sal/osl/all | |
parent | c04f4393f5ec63dbd546b5c503ddc82d9cd2377e (diff) |
Kill superfluous vertical whitespace
Change-Id: I8c37b9ec45836f9c0e2dc0cf232f96f23c7c36d3
Diffstat (limited to 'sal/osl/all')
-rw-r--r-- | sal/osl/all/debugbase.cxx | 1 | ||||
-rw-r--r-- | sal/osl/all/filepath.c | 2 | ||||
-rw-r--r-- | sal/osl/all/loadmodulerelative.cxx | 1 | ||||
-rw-r--r-- | sal/osl/all/utility.cxx | 2 |
4 files changed, 0 insertions, 6 deletions
diff --git a/sal/osl/all/debugbase.cxx b/sal/osl/all/debugbase.cxx index 75cd8466f9d4..57f70d8c9bc8 100644 --- a/sal/osl/all/debugbase.cxx +++ b/sal/osl/all/debugbase.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include "rtl/strbuf.hxx" #include "rtl/string.hxx" #include "rtl/ustring.hxx" diff --git a/sal/osl/all/filepath.c b/sal/osl/all/filepath.c index 1fc0e74315d3..5390c9af8c35 100644 --- a/sal/osl/all/filepath.c +++ b/sal/osl/all/filepath.c @@ -25,7 +25,6 @@ static sal_uInt32 SAL_CALL osl_defCalcTextWidth( rtl_uString *ustrText ) return ustrText ? ustrText->length : 0; } - oslFileError SAL_CALL osl_abbreviateSystemPath( rtl_uString *ustrSystemPath, rtl_uString **pustrCompacted, sal_uInt32 uMaxWidth, oslCalcTextWidthFunc pfnCalcWidth ) { oslFileError error = osl_File_E_None; @@ -112,5 +111,4 @@ oslFileError SAL_CALL osl_abbreviateSystemPath( rtl_uString *ustrSystemPath, rtl return error; } - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sal/osl/all/loadmodulerelative.cxx b/sal/osl/all/loadmodulerelative.cxx index 2e77690ebf13..a3dc71efe50b 100644 --- a/sal/osl/all/loadmodulerelative.cxx +++ b/sal/osl/all/loadmodulerelative.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include "sal/config.h" #include <cstddef> diff --git a/sal/osl/all/utility.cxx b/sal/osl/all/utility.cxx index adafdbbdc4f4..20ae1a41f695 100644 --- a/sal/osl/all/utility.cxx +++ b/sal/osl/all/utility.cxx @@ -19,7 +19,6 @@ #include "osl/time.h" - /* * mfe : maybe it would be wishful to include initialization * of the global timer in dllmain or _init directly. @@ -42,7 +41,6 @@ public: return osl_getGlobalTimer(); } - }; static OGlobalTimer aGlobalTimer; |