diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 17:23:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:28 +0200 |
commit | 2fb2a5fe9152b2ada61c702b48b02cb066b57a94 (patch) | |
tree | cc8039f0a48745c41e4c715bbb4880bdfa24253a /package | |
parent | 8c045e633cb8ba3ce80617a927ba9f36240c4e06 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I1a6f8fdd6904c9567b72d4bf5156aef5ce7d84f0
Diffstat (limited to 'package')
-rw-r--r-- | package/source/xstor/owriteablestream.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/source/xstor/owriteablestream.cxx b/package/source/xstor/owriteablestream.cxx index 285d1b6211a4..9d987a5fbe7b 100644 --- a/package/source/xstor/owriteablestream.cxx +++ b/package/source/xstor/owriteablestream.cxx @@ -217,8 +217,6 @@ sal_Bool KillFile( const OUString& aURL, const uno::Reference< uno::XComponentCo return bRet; } -const sal_Int32 n_ConstBufferSize = 32000; - OUString GetNewTempFileURL( const uno::Reference< uno::XComponentContext > xContext ) { OUString aTempURL; |