summaryrefslogtreecommitdiffstats
path: root/basic/inc
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-03-05 23:30:31 +0800
committerTor Lillqvist <tlillqvist@suse.com>2012-03-05 18:54:28 +0200
commit99ff0ab0b2f4f6b8718b4dfa1bfc2c598ac25c4c (patch)
treee44c329077e363927052694de5ad89106ec7fa9d /basic/inc
parentTranslate german comments in core/comphelper (diff)
downloadcore-99ff0ab0b2f4f6b8718b4dfa1bfc2c598ac25c4c.tar.gz
core-99ff0ab0b2f4f6b8718b4dfa1bfc2c598ac25c4c.zip
Remove unused code from basic
Diffstat (limited to 'basic/inc')
-rw-r--r--basic/inc/basic/vbahelper.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/basic/inc/basic/vbahelper.hxx b/basic/inc/basic/vbahelper.hxx
index 4655897e400d..8530c954adff 100644
--- a/basic/inc/basic/vbahelper.hxx
+++ b/basic/inc/basic/vbahelper.hxx
@@ -100,22 +100,6 @@ BASIC_DLLPUBLIC void registerCurrentDirectory(
// ============================================================================
-/** Returns the working directory of the application the passed document
- belongs to.
-
- @param rxModel
- A document model determining the type of the application whose working
- directory is querried.
-
- @return
- The working directory of the specified application, or an empty string
- on error (e.g. if the passed document reference is empty).
- */
-BASIC_DLLPUBLIC ::rtl::OUString getCurrentDirectory(
- const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& rxModel );
-
-// ============================================================================
-
} // namespace vba
} // namespace basic