diff options
author | Enrico Weigelt, metux ITS <metuxitservice@googlemail.com> | 2012-11-15 08:30:26 +0100 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-11-15 07:31:17 +0000 |
commit | 823b334ad73c1caa961b8ff55bf59600ae137741 (patch) | |
tree | 7cc52b2d90f247b784fe1ff56e61b608b800ce51 /codemaker/inc | |
parent | d2f6a87ac7adb3f60f7eae7c5a8f8a9076b7a75c (diff) |
dropped unused method: FileStream::open
Change-Id: I3e6c1341666fddcfd1bd272a0943ca1de3e5d629
Reviewed-on: https://gerrit.libreoffice.org/1072
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'codemaker/inc')
-rw-r--r-- | codemaker/inc/codemaker/global.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/codemaker/inc/codemaker/global.hxx b/codemaker/inc/codemaker/global.hxx index af682ea79b9a..359596d65665 100644 --- a/codemaker/inc/codemaker/global.hxx +++ b/codemaker/inc/codemaker/global.hxx @@ -82,7 +82,6 @@ public: sal_Bool isValid(); - void open(const ::rtl::OString& name, FileAccessMode nMode = FAM_READWRITE); void createTempFile(const ::rtl::OString& sPath); void close(); |