diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-04-05 10:38:09 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-04-08 10:13:26 +0100 |
commit | 5aecdfaed2f12e7386da7348f1b3a16a2f4e7b5d (patch) | |
tree | f6fb6a8b358fd99f805901a4e76b4b8504570fef /tools/source/stream | |
parent | e1a909f15536633ad58cb66514419ef290462614 (diff) |
make internal method static.
Change-Id: Id2b5bd1772009785b4aa44bf4de91e5c1b372c9e
Diffstat (limited to 'tools/source/stream')
-rw-r--r-- | tools/source/stream/stream.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx index 18ff853f678e..6d5825330c3c 100644 --- a/tools/source/stream/stream.cxx +++ b/tools/source/stream/stream.cxx @@ -1570,7 +1570,7 @@ sal_Bool SvStream::EncryptBuffer(void* pStart, sal_Size nLen) return sal_True; } -unsigned char implGetCryptMask(const sal_Char* pStr, sal_Int32 nLen, long nVersion) +static unsigned char implGetCryptMask(const sal_Char* pStr, sal_Int32 nLen, long nVersion) { unsigned char nCryptMask = 0; |