diff options
author | Wastack <btomi96@gmail.com> | 2016-03-11 00:49:47 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-11 08:56:20 +0000 |
commit | 018c6adf85097d07a0b0fbce3d7155ca5a369ae1 (patch) | |
tree | d03e5d7f06c8769fdf4516ed5bab4cc895f97764 /writerperfect/qa | |
parent | 7a0b8decb7d81fefced39ee04368dd0112e8ac28 (diff) |
tdf#97966: Remove 'static' keywords
Change-Id: I0d9837a7ccecd606e0d43b53f8b920547b0d0bcd
Reviewed-on: https://gerrit.libreoffice.org/23132
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'writerperfect/qa')
-rw-r--r-- | writerperfect/qa/unit/DirectoryStreamTest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/qa/unit/DirectoryStreamTest.cxx b/writerperfect/qa/unit/DirectoryStreamTest.cxx index 1331932e1994..9201cdd9d85f 100644 --- a/writerperfect/qa/unit/DirectoryStreamTest.cxx +++ b/writerperfect/qa/unit/DirectoryStreamTest.cxx @@ -62,7 +62,7 @@ static const char g_aDirPath[] = "/writerperfect/qa/unit/data/stream/test.dir"; static const char g_aNondirPath[] = "/writerperfect/qa/unit/data/stream/test.dir/mimetype"; static const char g_aNonexistentPath[] = "/writerperfect/qa/unit/data/stream/foo/bar"; -static DirectoryStream *createForParent(const css::uno::Reference<css::ucb::XContent> &xContent) +DirectoryStream *createForParent(const css::uno::Reference<css::ucb::XContent> &xContent) { try { |